Skip to content

Commit

Permalink
[maven-release-plugin] prepare release phase4-parent-pom-0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jan 20, 2020
1 parent 9c429e2 commit 14c7c00
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion phase4-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>phase4-parent-pom</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
</parent>
<artifactId>phase4-lib</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion phase4-peppol-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>phase4-parent-pom</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
</parent>
<artifactId>phase4-peppol-client</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion phase4-peppol-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>phase4-parent-pom</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
</parent>
<artifactId>phase4-peppol-servlet</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion phase4-profile-cef/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>phase4-parent-pom</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
</parent>
<artifactId>phase4-profile-cef</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion phase4-profile-peppol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>phase4-parent-pom</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
</parent>
<artifactId>phase4-profile-peppol</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion phase4-server-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>phase4-parent-pom</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
</parent>
<artifactId>phase4-server-webapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion phase4-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>phase4-parent-pom</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
</parent>
<artifactId>phase4-servlet</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion phase4-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>phase4-parent-pom</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
</parent>
<artifactId>phase4-test</artifactId>
<packaging>war</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.0</version>
</parent>
<artifactId>phase4-parent-pom</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
<packaging>pom</packaging>
<name>phase4-parent-pom</name>
<description>Base POM to build the phase4 projects</description>
Expand All @@ -44,7 +44,7 @@
<connection>scm:git:git@github.com:phax/phase4.git</connection>
<developerConnection>scm:git:git@github.com:phax/phase4.git</developerConnection>
<url>http://github.com/phax/phase4</url>
<tag>HEAD</tag>
<tag>phase4-parent-pom-0.9.7</tag>
</scm>

<organization>
Expand Down

0 comments on commit 14c7c00

Please sign in to comment.