Author: asoldano
Date: 2013-10-21 05:56:19 -0400 (Mon, 21 Oct 2013)
New Revision: 18022
Modified:
stack/native/tags/jbossws-native-4.1.2.Final/modules/core/pom.xml
stack/native/tags/jbossws-native-4.1.2.Final/modules/dist/pom.xml
stack/native/tags/jbossws-native-4.1.2.Final/modules/resources/pom.xml
stack/native/tags/jbossws-native-4.1.2.Final/modules/services/pom.xml
stack/native/tags/jbossws-native-4.1.2.Final/modules/testsuite/native-tests/pom.xml
stack/native/tags/jbossws-native-4.1.2.Final/modules/testsuite/pom.xml
stack/native/tags/jbossws-native-4.1.2.Final/pom.xml
Log:
Fixing poms
Modified: stack/native/tags/jbossws-native-4.1.2.Final/modules/core/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.1.2.Final/modules/core/pom.xml 2013-10-21 09:48:28
UTC (rev 18021)
+++ stack/native/tags/jbossws-native-4.1.2.Final/modules/core/pom.xml 2013-10-21 09:56:19
UTC (rev 18022)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.1.2-SNAPSHOT</version>
+ <version>4.1.2.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.1.2.Final/modules/dist/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.1.2.Final/modules/dist/pom.xml 2013-10-21 09:48:28
UTC (rev 18021)
+++ stack/native/tags/jbossws-native-4.1.2.Final/modules/dist/pom.xml 2013-10-21 09:56:19
UTC (rev 18022)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.1.2-SNAPSHOT</version>
+ <version>4.1.2.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.1.2.Final/modules/resources/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.1.2.Final/modules/resources/pom.xml 2013-10-21
09:48:28 UTC (rev 18021)
+++ stack/native/tags/jbossws-native-4.1.2.Final/modules/resources/pom.xml 2013-10-21
09:56:19 UTC (rev 18022)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.1.2-SNAPSHOT</version>
+ <version>4.1.2.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.1.2.Final/modules/services/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.1.2.Final/modules/services/pom.xml 2013-10-21
09:48:28 UTC (rev 18021)
+++ stack/native/tags/jbossws-native-4.1.2.Final/modules/services/pom.xml 2013-10-21
09:56:19 UTC (rev 18022)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.1.2-SNAPSHOT</version>
+ <version>4.1.2.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified:
stack/native/tags/jbossws-native-4.1.2.Final/modules/testsuite/native-tests/pom.xml
===================================================================
---
stack/native/tags/jbossws-native-4.1.2.Final/modules/testsuite/native-tests/pom.xml 2013-10-21
09:48:28 UTC (rev 18021)
+++
stack/native/tags/jbossws-native-4.1.2.Final/modules/testsuite/native-tests/pom.xml 2013-10-21
09:56:19 UTC (rev 18022)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>4.1.2-SNAPSHOT</version>
+ <version>4.1.2.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.1.2.Final/modules/testsuite/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.1.2.Final/modules/testsuite/pom.xml 2013-10-21
09:48:28 UTC (rev 18021)
+++ stack/native/tags/jbossws-native-4.1.2.Final/modules/testsuite/pom.xml 2013-10-21
09:56:19 UTC (rev 18022)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.1.2-SNAPSHOT</version>
+ <version>4.1.2.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.1.2.Final/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.1.2.Final/pom.xml 2013-10-21 09:48:28 UTC (rev
18021)
+++ stack/native/tags/jbossws-native-4.1.2.Final/pom.xml 2013-10-21 09:56:19 UTC (rev
18022)
@@ -31,7 +31,7 @@
<packaging>pom</packaging>
<description>JBossWS Native stack</description>
- <version>4.1.2-SNAPSHOT</version>
+ <version>4.1.2.Final</version>
<!-- Parent -->
<parent>
@@ -42,9 +42,9 @@
<!-- Source Control Management -->
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/...
-
<
url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/branches/jbo...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/...
+
<
url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/tags/jbossws...
</scm>
<!-- Modules -->