Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Jul 11, 2020
1 parent 17df394 commit 42640ab
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
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>rider-parent</artifactId>
<packaging>pom</packaging>
<!-- tag::version[] -->
<version>1.15.3-SNAPSHOT</version>
<version>1.15.3</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.5.2-SNAPSHOT</tag>
<tag>1.15.3</tag>
</scm>

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

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

<artifactId>rider-cucumber</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rider-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.database-rider</groupId>
<artifactId>rider-examples</artifactId>
<version>1.15.3-SNAPSHOT</version>
<version>1.15.3</version>
</parent>

<artifactId>dbunit-tomee-appcomposer-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rider-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.database-rider</groupId>
<artifactId>rider-examples</artifactId>
<version>1.15.3-SNAPSHOT</version>
<version>1.15.3</version>
</parent>

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

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

<artifactId>rider-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rider-examples/quarkus-dbunit-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.database-rider</groupId>
<artifactId>rider-examples</artifactId>
<version>1.15.3-SNAPSHOT</version>
<version>1.15.3</version>
</parent>

<artifactId>rider-quarkus-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rider-examples/rider-micronaut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.database-rider</groupId>
<artifactId>rider-examples</artifactId>
<version>1.15.3-SNAPSHOT</version>
<version>1.15.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion rider-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.database-rider</groupId>
<artifactId>rider-examples</artifactId>
<version>1.15.3-SNAPSHOT</version>
<version>1.15.3</version>
</parent>

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

0 comments on commit 42640ab

Please sign in to comment.