Skip to content

Commit

Permalink
release 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Jul 15, 2019
1 parent 7687d1b commit 5b2e052
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
![Logo](assets/logo.png)

# Changelog
- **7.0.2 (15 jul 2019)**
- fixed leaks of system scoped dependencies in generated pom.xml

- **7.0.1 (19 apr 2019)**
- minor refactoring

Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
7.0.2 (15 jul 2019)
- fixed leaks of system scoped dependencies in generated pom.xml

7.0.1 (19 apr 2019)
- minor refactoring

Expand Down
2 changes: 1 addition & 1 deletion jcp-tests/jcp-test-android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
flatDir dirs: "../../../jcp/target"
}
dependencies {
classpath "com.igormaznitsa:jcp:7.0.2-SNAPSHOT"
classpath "com.igormaznitsa:jcp:7.0.2"
}
}
apply plugin: 'com.igormaznitsa.jcp'
Expand Down
2 changes: 1 addition & 1 deletion jcp-tests/jcp-test-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
flatDir dirs: "../../jcp/target"
}
dependencies {
classpath "com.igormaznitsa:jcp:7.0.2-SNAPSHOT"
classpath "com.igormaznitsa:jcp:7.0.2"
}
}

Expand Down
2 changes: 1 addition & 1 deletion jcp-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>pom</packaging>

<properties>
<jcp.test.version>7.0.2-SNAPSHOT</jcp.test.version>
<jcp.test.version>7.0.2</jcp.test.version>
<junit.version>5.4.2</junit.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion jcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>jcp-pom</artifactId>
<version>7.0.2-SNAPSHOT</version>
<version>7.0.2</version>
</parent>

<artifactId>jcp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.igormaznitsa</groupId>
<artifactId>jcp-pom</artifactId>
<version>7.0.2-SNAPSHOT</version>
<version>7.0.2</version>
<packaging>pom</packaging>

<url>https://github.com/raydac/java-comment-preprocessor</url>
Expand Down

0 comments on commit 5b2e052

Please sign in to comment.