Skip to content

Commit fb9162f

Browse files
committed
[maven-release-plugin] prepare release as2-lib-parent-pom-4.0.0
1 parent cef58e8 commit fb9162f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

as2-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>com.helger</groupId>
4040
<artifactId>as2-lib-parent-pom</artifactId>
41-
<version>4.0.0-SNAPSHOT</version>
41+
<version>4.0.0</version>
4242
</parent>
4343
<artifactId>as2-lib</artifactId>
4444
<packaging>bundle</packaging>

as2-partnership-mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.helger</groupId>
2323
<artifactId>as2-lib-parent-pom</artifactId>
24-
<version>4.0.0-SNAPSHOT</version>
24+
<version>4.0.0</version>
2525
</parent>
2626
<artifactId>as2-partnership-mongodb</artifactId>
2727
<packaging>bundle</packaging>

as2-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.helger</groupId>
2424
<artifactId>as2-lib-parent-pom</artifactId>
25-
<version>4.0.0-SNAPSHOT</version>
25+
<version>4.0.0</version>
2626
</parent>
2727
<artifactId>as2-servlet</artifactId>
2828
<packaging>bundle</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<version>1.9.3</version>
2626
</parent>
2727
<artifactId>as2-lib-parent-pom</artifactId>
28-
<version>4.0.0-SNAPSHOT</version>
28+
<version>4.0.0</version>
2929
<packaging>pom</packaging>
3030
<name>as2-lib-parent-pom</name>
3131
<description>Base POM to build the as2-lib projects</description>
@@ -49,7 +49,7 @@
4949
<connection>scm:git:git@github.com:phax/as2-lib.git</connection>
5050
<developerConnection>scm:git:git@github.com:phax/as2-lib.git</developerConnection>
5151
<url>http://github.com/phax/as2-lib</url>
52-
<tag>HEAD</tag>
52+
<tag>as2-lib-parent-pom-4.0.0</tag>
5353
</scm>
5454

5555
<organization>

0 commit comments

Comments
 (0)