Skip to content

Commit 469ce54

Browse files
committed
started 2.0.5-SNAPSHOT
1 parent c773884 commit 469ce54

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

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>2.0.4</version>
9+
<version>2.0.5-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>jbbp-gradle-plugin</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>2.0.4</version>
8+
<version>2.0.5-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>2.0.4</version>
8+
<version>2.0.5-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>2.0.4</version>
9+
<version>2.0.5-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>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010

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

jbbp/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>2.0.4</version>
8+
<version>2.0.5-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jbbp</artifactId>

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>2.0.4</version>
7+
<version>2.0.5-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>2.0.4</jbbp.version>
23+
<jbbp.version>2.0.5-SNAPSHOT</jbbp.version>
2424
<jbbp.plugin.version>${jbbp.version}</jbbp.plugin.version>
2525
<maven.compiler.source>1.8</maven.compiler.source>
2626
<maven.compiler.target>1.8</maven.compiler.target>

0 commit comments

Comments
 (0)