Skip to content

Commit 399d412

Browse files
committed
[maven-release-plugin] prepare release ws-commons-1.1.0
1 parent 82daf44 commit 399d412

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

java5/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.evolvedbinary.thirdparty.org.apache.ws.commons</groupId>
77
<artifactId>ws-commons</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
</parent>
1010

1111
<groupId>com.evolvedbinary.thirdparty.org.apache.ws.commons.java5</groupId>
@@ -23,7 +23,8 @@
2323
<connection>scm:git:https://github.com/evolvedbinary/apache-ws-commons.git</connection>
2424
<developerConnection>scm:git:https://github.com/evolvedbinary/apache-ws-commons.git</developerConnection>
2525
<url>scm:git:https://github.com/evolvedbinary/apache-ws-commons.git</url>
26-
</scm>
26+
<tag>ws-commons-1.1.0</tag>
27+
</scm>
2728

2829
<build>
2930
<plugins>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.evolvedbinary.thirdparty.org.apache.ws.commons</groupId>
55
<artifactId>ws-commons</artifactId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0</version>
77
<packaging>pom</packaging>
88

99
<name>Apache WebServices Common</name>
@@ -78,7 +78,8 @@
7878
<connection>scm:git:https://github.com/evolvedbinary/apache-ws-commons.git</connection>
7979
<developerConnection>scm:git:https://github.com/evolvedbinary/apache-ws-commons.git</developerConnection>
8080
<url>scm:git:https://github.com/evolvedbinary/apache-ws-commons.git</url>
81-
</scm>
81+
<tag>ws-commons-1.1.0</tag>
82+
</scm>
8283

8384
<organization>
8485
<name>Evolved Binary</name>

util/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.evolvedbinary.thirdparty.org.apache.ws.commons</groupId>
77
<artifactId>ws-commons</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
</parent>
1010

1111
<groupId>com.evolvedbinary.thirdparty.org.apache.ws.commons.util</groupId>
@@ -25,7 +25,8 @@
2525
<connection>scm:git:https://github.com/evolvedbinary/apache-ws-commons.git</connection>
2626
<developerConnection>scm:git:https://github.com/evolvedbinary/apache-ws-commons.git</developerConnection>
2727
<url>scm:git:https://github.com/evolvedbinary/apache-ws-commons.git</url>
28-
</scm>
28+
<tag>ws-commons-1.1.0</tag>
29+
</scm>
2930

3031
<build>
3132
<plugins>

0 commit comments

Comments
 (0)