Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Sep 16, 2016
1 parent ce12edf commit 08d523b
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.dbunit-rules</groupId>
<artifactId>parent</artifactId>
<!-- tag::version[] -->
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
<!-- end::version[] -->
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>parent</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cucumber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>parent</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/dbunit-tomee-appcomposer-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>examples</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</parent>

<artifactId>dbunit-tomee-appcomposer-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/jOOQ-DBUnit-flyway-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>examples</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</parent>

<artifactId>jooq-dbunit-flyway-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/jpa-productivity-boosters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>examples</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</parent>

<artifactId>jpa-productivity-boosters</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>parent</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</parent>

<artifactId>examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-boot-dbunit-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>examples</artifactId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.github.dbunit-rules</groupId>
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<!-- tag::version[] -->
<version>0.15.1</version>
<version>0.15.2-SNAPSHOT</version>
<!-- end::version[] -->

<modules>
Expand Down Expand Up @@ -50,7 +50,7 @@
<connection>scm:git:https://github.com/rmpestano/dbunit-rules.git</connection>
<developerConnection>scm:git:git@github.com:rmpestano/dbunit-rules.git</developerConnection>
<url>https://github.com/rmpestano/dbunit-rules.git</url>
<tag>0.15.1</tag>
<tag>0.14.0</tag>
</scm>

<ciManagement>
Expand Down

0 comments on commit 08d523b

Please sign in to comment.