Skip to content

Commit dc4fb7a

Browse files
committed
started 7.0.3-SNAPSHOT
1 parent a088ed2 commit dc4fb7a

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

jcp-tests/jcp-test-android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
flatDir dirs: "../../../jcp/target"
55
}
66
dependencies {
7-
classpath "com.igormaznitsa:jcp:7.0.2"
7+
classpath "com.igormaznitsa:jcp:7.0.3-SNAPSHOT"
88
}
99
}
1010
apply plugin: 'com.igormaznitsa.jcp'

jcp-tests/jcp-test-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
flatDir dirs: "../../jcp/target"
44
}
55
dependencies {
6-
classpath "com.igormaznitsa:jcp:7.0.2"
6+
classpath "com.igormaznitsa:jcp:7.0.3-SNAPSHOT"
77
}
88
}
99

jcp-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<packaging>pom</packaging>
99

1010
<properties>
11-
<jcp.test.version>7.0.2</jcp.test.version>
11+
<jcp.test.version>7.0.3-SNAPSHOT</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>

jcp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>jcp-pom</artifactId>
8-
<version>7.0.2</version>
8+
<version>7.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jcp</artifactId>

jcp/src/main/java/com/igormaznitsa/jcp/InfoHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private InfoHelper() {
4848

4949
@Nonnull
5050
public static String getVersion() {
51-
return "v7.0.2-SNAPSHOT";
51+
return "v7.0.3a";
5252
}
5353

5454
@Nonnull

jcp/src/test/resources/com/igormaznitsa/jcp/maven/test.pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<plugin>
2121
<groupId>com.igormaznitsa</groupId>
2222
<artifactId>jcp</artifactId>
23-
<version>7.0.2-SNAPSHOT</version>
23+
<version>7.0.3-SNAPSHOT</version>
2424
<goals>
2525
<goal>preprocess</goal>
2626
</goals>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>jcp-pom</artifactId>
8-
<version>7.0.2</version>
8+
<version>7.0.3-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

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

0 commit comments

Comments
 (0)