Skip to content

Commit

Permalink
[maven-release-plugin] prepare release phoss-smp-parent-pom-5.3.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Aug 25, 2020
1 parent aadd4a4 commit 825f97a
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion phoss-smp-backend-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>phoss-smp-parent-pom</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.3.0-RC3</version>
</parent>
<artifactId>phoss-smp-backend-mongodb</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion phoss-smp-backend-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>phoss-smp-parent-pom</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.3.0-RC3</version>
</parent>
<artifactId>phoss-smp-backend-sql</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion phoss-smp-backend-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>phoss-smp-parent-pom</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.3.0-RC3</version>
</parent>
<artifactId>phoss-smp-backend-xml</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion phoss-smp-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>phoss-smp-parent-pom</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.3.0-RC3</version>
</parent>
<artifactId>phoss-smp-backend</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion phoss-smp-webapp-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>phoss-smp-parent-pom</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.3.0-RC3</version>
</parent>
<artifactId>phoss-smp-webapp-mongodb</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion phoss-smp-webapp-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>phoss-smp-parent-pom</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.3.0-RC3</version>
</parent>
<artifactId>phoss-smp-webapp-sql</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion phoss-smp-webapp-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>phoss-smp-parent-pom</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.3.0-RC3</version>
</parent>
<artifactId>phoss-smp-webapp-xml</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion phoss-smp-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>phoss-smp-parent-pom</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.3.0-RC3</version>
</parent>
<artifactId>phoss-smp-webapp</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<version>1.11.2</version>
</parent>
<artifactId>phoss-smp-parent-pom</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.3.0-RC3</version>
<packaging>pom</packaging>
<name>phoss-smp-parent-pom</name>
<description>Base POM to build the phoss SMP projects</description>
Expand All @@ -49,7 +49,7 @@
<connection>scm:git:git@github.com:phax/phoss-smp.git</connection>
<developerConnection>scm:git:git@github.com:phax/phoss-smp.git</developerConnection>
<url>http://github.com/phax/phoss-smp</url>
<tag>HEAD</tag>
<tag>phoss-smp-parent-pom-5.3.0-RC3</tag>
</scm>

<organization>
Expand Down

0 comments on commit 825f97a

Please sign in to comment.