File tree Expand file tree Collapse file tree
main/java/com/igormaznitsa/jcp
test/resources/com/igormaznitsa/jcp/maven Expand file tree Collapse file tree 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.5 "
6+ classpath " com.igormaznitsa:jcp:7.0.6-SNAPSHOT "
77 }
88}
99
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.5 "
6+ classpath " com.igormaznitsa:jcp:7.0.6-SNAPSHOT "
77 }
88}
99
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.5 "
6+ classpath " com.igormaznitsa:jcp:7.0.6-SNAPSHOT "
77 }
88}
99
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.5 </version >
8+ <version >7.0.6-SNAPSHOT </version >
99 </parent >
1010
1111 <artifactId >jcp</artifactId >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ private InfoHelper() {
4545
4646
4747 public static String getVersion () {
48- return "v7.0.5 " ;
48+ return "v7.0.6 " ;
4949 }
5050
5151
Original file line number Diff line number Diff line change 2020 <plugin >
2121 <groupId >com.igormaznitsa</groupId >
2222 <artifactId >jcp</artifactId >
23- <version >7.0.5 </version >
23+ <version >7.0.6-SNAPSHOT </version >
2424 <goals >
2525 <goal >preprocess</goal >
2626 </goals >
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.5 </version >
8+ <version >7.0.6-SNAPSHOT </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