Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Dec 3, 2021
1 parent c35b177 commit 416b037
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.radcortez.flyway</groupId>
<artifactId>flyway-junit5-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>flyway-junit5-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.radcortez.flyway</groupId>
<artifactId>flyway-junit5-examples</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>flyway-junit5-quarkus</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.radcortez.flyway</groupId>
<artifactId>flyway-junit5-examples</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>flyway-junit5-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.radcortez.flyway</groupId>
<artifactId>flyway-junit5-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>flyway-junit5-extension</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.radcortez.flyway</groupId>
<artifactId>flyway-junit5-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<name>Flyway JUnit5 - Parent</name>
Expand Down Expand Up @@ -59,7 +59,7 @@
<connection>scm:git:https://github.com/radcortez/flyway-junit5-extensions.git</connection>
<developerConnection>scm:git:https://github.com/radcortezx/flyway-junit5-extensions.git</developerConnection>
<url>scm:git:https://github.com/radcortez-tdx/flyway-junit5-extensions.git</url>
<tag>HEAD</tag>
<tag>1.3.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 416b037

Please sign in to comment.