Skip to content

Commit 5efb7fd

Browse files
committed
[maven-release-plugin] prepare release xmlrpc-6.1.0
1 parent c7a7091 commit 5efb7fd

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.evolvedbinary.thirdparty.org.apache.xmlrpc</groupId>
2626
<artifactId>xmlrpc</artifactId>
27-
<version>6.0.1-SNAPSHOT</version>
27+
<version>6.1.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>xmlrpc-client</artifactId>
@@ -34,7 +34,7 @@
3434
<connection>scm:git:https://github.com/evolvedbinary/apache-xmlrpc.git</connection>
3535
<developerConnection>scm:git:https://github.com/evolvedbinary/apache-xmlrpc.git</developerConnection>
3636
<url>scm:git:https://github.com/evolvedbinary/apache-xmlrpc.git</url>
37-
<tag>HEAD</tag>
37+
<tag>xmlrpc-6.1.0</tag>
3838
</scm>
3939
<properties>
4040
<xmlrpc.osgi.version>version=${project.version}</xmlrpc.osgi.version>

common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.evolvedbinary.thirdparty.org.apache.xmlrpc</groupId>
2626
<artifactId>xmlrpc</artifactId>
27-
<version>6.0.1-SNAPSHOT</version>
27+
<version>6.1.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<properties>
@@ -55,7 +55,7 @@
5555
<connection>scm:git:https://github.com/evolvedbinary/apache-xmlrpc.git</connection>
5656
<developerConnection>scm:git:https://github.com/evolvedbinary/apache-xmlrpc.git</developerConnection>
5757
<url>scm:git:https://github.com/evolvedbinary/apache-xmlrpc.git</url>
58-
<tag>HEAD</tag>
58+
<tag>xmlrpc-6.1.0</tag>
5959
</scm>
6060
<build>
6161
<plugins>

dist/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>com.evolvedbinary.thirdparty.org.apache.xmlrpc</groupId>
2727
<artifactId>xmlrpc</artifactId>
28-
<version>6.0.1-SNAPSHOT</version>
28+
<version>6.1.0</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<artifactId>xmlrpc-dist</artifactId>
@@ -35,7 +35,7 @@
3535
<connection>scm:git:https://github.com/evolvedbinary/apache-xmlrpc.git</connection>
3636
<developerConnection>scm:git:https://github.com/evolvedbinary/apache-xmlrpc.git</developerConnection>
3737
<url>scm:git:https://github.com/evolvedbinary/apache-xmlrpc.git</url>
38-
<tag>HEAD</tag>
38+
<tag>xmlrpc-6.1.0</tag>
3939
</scm>
4040
<build>
4141
<plugins>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<groupId>com.evolvedbinary.thirdparty.org.apache.xmlrpc</groupId>
3030
<artifactId>xmlrpc</artifactId>
3131
<name>Apache XML-RPC</name>
32-
<version>6.0.1-SNAPSHOT</version>
32+
<version>6.1.0</version>
3333
<description>
3434
Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to
3535
implement remote procedure calls. Compared to SOAP, or JAX-RPC, it is stable, much simpler and easier to handle.
@@ -323,7 +323,7 @@
323323
<connection>scm:git:https://github.com/evolvedbinary/apache-xmlrpc.git</connection>
324324
<developerConnection>scm:git:https://github.com/evolvedbinary/apache-xmlrpc.git</developerConnection>
325325
<url>scm:git:https://github.com/evolvedbinary/apache-xmlrpc.git</url>
326-
<tag>HEAD</tag>
326+
<tag>xmlrpc-6.1.0</tag>
327327
</scm>
328328

329329
<build>

server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.evolvedbinary.thirdparty.org.apache.xmlrpc</groupId>
2626
<artifactId>xmlrpc</artifactId>
27-
<version>6.0.1-SNAPSHOT</version>
27+
<version>6.1.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>xmlrpc-server</artifactId>
@@ -34,7 +34,7 @@
3434
<connection>scm:git:https://github.com/evolvedbinary/apache-xmlrpc.git</connection>
3535
<developerConnection>scm:git:https://github.com/evolvedbinary/apache-xmlrpc.git</developerConnection>
3636
<url>scm:git:https://github.com/evolvedbinary/apache-xmlrpc.git</url>
37-
<tag>HEAD</tag>
37+
<tag>xmlrpc-6.1.0</tag>
3838
</scm>
3939
<properties>
4040
<xmlrpc.osgi.version>version=${project.version}</xmlrpc.osgi.version>

0 commit comments

Comments
 (0)