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 Mar 22, 2018
1 parent c682b79 commit 05a099b
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -13,7 +13,7 @@
<artifactId>rider-parent</artifactId>
<packaging>pom</packaging>
<!-- tag::version[] -->
<version>1.2.8</version>
<version>1.2.9-SNAPSHOT</version>
<!-- end::version[] -->

<modules>
Expand Down Expand Up @@ -51,7 +51,7 @@
<connection>scm:git:https://github.com/database-rider/database-rider.git</connection>
<developerConnection>scm:git:git@github.com:database-rider/database-rider.git</developerConnection>
<url>https://github.com/database-rider/database-rider.git</url>
<tag>1.2.8</tag>
<tag>HEAD</tag>
</scm>

<ciManagement>
Expand Down
2 changes: 1 addition & 1 deletion rider-cdi/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.database-rider</groupId>
<artifactId>rider-parent</artifactId>
<!-- tag::version[] -->
<version>1.2.8</version>
<version>1.2.9-SNAPSHOT</version>
<!-- end::version[] -->
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion rider-core/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.database-rider</groupId>
<artifactId>rider-parent</artifactId>
<version>1.2.8</version>
<version>1.2.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rider-cucumber/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.database-rider</groupId>
<artifactId>rider-parent</artifactId>
<version>1.2.8</version>
<version>1.2.9-SNAPSHOT</version>
</parent>

<artifactId>rider-cucumber</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rider-examples/dbunit-tomee-appcomposer-sample/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.database-rider</groupId>
<artifactId>rider-examples</artifactId>
<version>1.2.8</version>
<version>1.2.9-SNAPSHOT</version>
</parent>

<artifactId>dbunit-tomee-appcomposer-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rider-examples/jOOQ-DBUnit-flyway-example/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.database-rider</groupId>
<artifactId>rider-examples</artifactId>
<version>1.2.8</version>
<version>1.2.9-SNAPSHOT</version>
</parent>

<artifactId>jooq-dbunit-flyway-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rider-examples/jpa-productivity-boosters/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.database-rider</groupId>
<artifactId>rider-examples</artifactId>
<version>1.2.8</version>
<version>1.2.9-SNAPSHOT</version>
</parent>

<artifactId>jpa-productivity-boosters</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rider-examples/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.database-rider</groupId>
<artifactId>rider-parent</artifactId>
<version>1.2.8</version>
<version>1.2.9-SNAPSHOT</version>
</parent>

<artifactId>rider-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rider-examples/spring-boot-dbunit-sample/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.github.database-rider</groupId>
<artifactId>rider-examples</artifactId>
<version>1.2.8</version>
<version>1.2.9-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion rider-junit5/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>rider-parent</artifactId>
<groupId>com.github.database-rider</groupId>
<version>1.2.8</version>
<version>1.2.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>rider-junit5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rider-spring/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.database-rider</groupId>
<artifactId>rider-parent</artifactId>
<version>1.2.8</version>
<version>1.2.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>rider-spring</artifactId>
Expand Down

0 comments on commit 05a099b

Please sign in to comment.