File tree Expand file tree Collapse file tree 7 files changed +11
-5
lines changed Expand file tree Collapse file tree 7 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1111![ Logo] ( assets/logo.png )
1212
1313# Changelog
14+ - ** 7.0.2 (15 jul 2019)**
15+ - fixed leaks of system scoped dependencies in generated pom.xml
16+
1417- ** 7.0.1 (19 apr 2019)**
1518 - minor refactoring
1619
Original file line number Diff line number Diff line change 1+ 7.0.2 (15 jul 2019)
2+ - fixed leaks of system scoped dependencies in generated pom.xml
3+
147.0.1 (19 apr 2019)
25 - minor refactoring
36
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 flatDir dirs : " ../../../jcp/target"
55 }
66 dependencies {
7- classpath " com.igormaznitsa:jcp:7.0.2-SNAPSHOT "
7+ classpath " com.igormaznitsa:jcp:7.0.2"
88 }
99}
1010apply plugin : ' com.igormaznitsa.jcp'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 flatDir dirs : " ../../jcp/target"
44 }
55 dependencies {
6- classpath " com.igormaznitsa:jcp:7.0.2-SNAPSHOT "
6+ classpath " com.igormaznitsa:jcp:7.0.2"
77 }
88}
99
Original file line number Diff line number Diff line change 88 <packaging >pom</packaging >
99
1010 <properties >
11- <jcp .test.version>7.0.2-SNAPSHOT </jcp .test.version>
11+ <jcp .test.version>7.0.2</jcp .test.version>
1212 <junit .version>5.4.2</junit .version>
1313 <maven .compiler.source>1.8</maven .compiler.source>
1414 <maven .compiler.target>1.8</maven .compiler.target>
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.igormaznitsa</groupId >
77 <artifactId >jcp-pom</artifactId >
8- <version >7.0.2-SNAPSHOT </version >
8+ <version >7.0.2</version >
99 </parent >
1010
1111 <artifactId >jcp</artifactId >
Original file line number Diff line number Diff line change 55
66 <groupId >com.igormaznitsa</groupId >
77 <artifactId >jcp-pom</artifactId >
8- <version >7.0.2-SNAPSHOT </version >
8+ <version >7.0.2</version >
99 <packaging >pom</packaging >
1010
1111 <url >https://github.com/raydac/java-comment-preprocessor</url >
You can’t perform that action at this time.
0 commit comments