Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
[maven-release-plugin] :prepare release jbossws-wildfly1010-5.2.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Nov 10, 2017
1 parent d3253b8 commit e9bf34c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
<description>JBossWS WildFly 10.1.0.Final Integration Parent</description>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-wildfly1010-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0.Final</version>
<packaging>pom</packaging>

<scm>
<connection>scm:git:https://github.com/jbossws/jbossws-wildfly101.git</connection>
<developerConnection>scm:git:https://github.com/jbossws/jbossws-wildfly101.git</developerConnection>
<url>https://github.com/jbossws/jbossws-wildfly101</url>
<tag>HEAD</tag>
<tag>jbossws-wildfly1010-5.2.0.Final</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion server-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-wildfly1010-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-wildfly1010-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit e9bf34c

Please sign in to comment.