Skip to content

Commit f7e63d0

Browse files
committed
started 3.0.1-SNAPSHOT
1 parent 75d41ee commit f7e63d0

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

jbbp-plugins/jbbp-gradle-tests/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>jbbp-main-plugin-pom</artifactId>
8-
<version>3.0.0</version>
8+
<version>3.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jbbp-gradle-tests</artifactId>

jbbp-plugins/jbbp-gradle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.igormaznitsa</groupId>
88
<artifactId>jbbp-main-plugin-pom</artifactId>
9-
<version>3.0.0</version>
9+
<version>3.0.1-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>jbbp-gradle-plugin</artifactId>

jbbp-plugins/jbbp-maven/jbbp-maven-plugin-tests/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>jbbp-maven-plugin-pom</artifactId>
8-
<version>3.0.0</version>
8+
<version>3.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jbbp-maven-plugin-tests</artifactId>

jbbp-plugins/jbbp-maven/jbbp-maven-plugin/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>jbbp-maven-plugin-pom</artifactId>
8-
<version>3.0.0</version>
8+
<version>3.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jbbp-maven-plugin</artifactId>

jbbp-plugins/jbbp-maven/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>jbbp-main-plugin-pom</artifactId>
8-
<version>3.0.0</version>
8+
<version>3.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jbbp-maven-plugin-pom</artifactId>

jbbp-plugins/jbbp-plugin-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.igormaznitsa</groupId>
88
<artifactId>jbbp-main-plugin-pom</artifactId>
9-
<version>3.0.0</version>
9+
<version>3.0.1-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>jbbp-plugin-common</artifactId>

jbbp-plugins/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>jbbp-main-pom</artifactId>
8-
<version>3.0.0</version>
8+
<version>3.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jbbp-main-plugin-pom</artifactId>

jbbp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>jbbp-main-pom</artifactId>
8-
<version>3.0.0</version>
8+
<version>3.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jbbp</artifactId>
@@ -70,7 +70,7 @@
7070
<plugin>
7171
<groupId>org.codehaus.mojo</groupId>
7272
<artifactId>build-helper-maven-plugin</artifactId>
73-
<version>3.0.0</version>
73+
<version>3.0.1-SNAPSHOT</version>
7474
<executions>
7575
<execution>
7676
<id>add-jmh-test-source</id>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.igormaznitsa</groupId>
66
<artifactId>jbbp-main-pom</artifactId>
7-
<version>3.0.0</version>
7+
<version>3.0.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<modules>
@@ -20,7 +20,7 @@
2020
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
2121
<mvn.version>3.0</mvn.version>
2222
<meta.version>1.1.2</meta.version>
23-
<jbbp.version>3.0.0</jbbp.version>
23+
<jbbp.version>3.0.1-SNAPSHOT</jbbp.version>
2424
<jbbp.plugin.version>${jbbp.version}</jbbp.plugin.version>
2525
<maven.compiler.release>11</maven.compiler.release>
2626
<maven.compiler.source>11</maven.compiler.source>

0 commit comments

Comments
 (0)