[jbossws-commits] JBossWS SVN: r9823 - in stack/native/branches/jbossws-native-3.1.1: modules/client and 10 other directories.
jbossws-commits at lists.jboss.org
jbossws-commits at lists.jboss.org
Tue Apr 14 09:20:18 EDT 2009
Author: alessio.soldano at jboss.com
Date: 2009-04-14 09:20:18 -0400 (Tue, 14 Apr 2009)
New Revision: 9823
Modified:
stack/native/branches/jbossws-native-3.1.1/modules/client/pom.xml
stack/native/branches/jbossws-native-3.1.1/modules/core/pom.xml
stack/native/branches/jbossws-native-3.1.1/modules/jaxrpc/pom.xml
stack/native/branches/jbossws-native-3.1.1/modules/jaxws-ext/pom.xml
stack/native/branches/jbossws-native-3.1.1/modules/jaxws/pom.xml
stack/native/branches/jbossws-native-3.1.1/modules/management/pom.xml
stack/native/branches/jbossws-native-3.1.1/modules/resources/pom.xml
stack/native/branches/jbossws-native-3.1.1/modules/saaj/pom.xml
stack/native/branches/jbossws-native-3.1.1/modules/testsuite/framework-tests/pom.xml
stack/native/branches/jbossws-native-3.1.1/modules/testsuite/native-tests/pom.xml
stack/native/branches/jbossws-native-3.1.1/modules/testsuite/pom.xml
stack/native/branches/jbossws-native-3.1.1/pom.xml
Log:
[JBWS-2607] Tagging jbossws-native-3.1.1.GA
Modified: stack/native/branches/jbossws-native-3.1.1/modules/client/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.1/modules/client/pom.xml 2009-04-14 12:30:13 UTC (rev 9822)
+++ stack/native/branches/jbossws-native-3.1.1/modules/client/pom.xml 2009-04-14 13:20:18 UTC (rev 9823)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.1/modules/core/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.1/modules/core/pom.xml 2009-04-14 12:30:13 UTC (rev 9822)
+++ stack/native/branches/jbossws-native-3.1.1/modules/core/pom.xml 2009-04-14 13:20:18 UTC (rev 9823)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.1/modules/jaxrpc/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.1/modules/jaxrpc/pom.xml 2009-04-14 12:30:13 UTC (rev 9822)
+++ stack/native/branches/jbossws-native-3.1.1/modules/jaxrpc/pom.xml 2009-04-14 13:20:18 UTC (rev 9823)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.1/modules/jaxws/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.1/modules/jaxws/pom.xml 2009-04-14 12:30:13 UTC (rev 9822)
+++ stack/native/branches/jbossws-native-3.1.1/modules/jaxws/pom.xml 2009-04-14 13:20:18 UTC (rev 9823)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.1/modules/jaxws-ext/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.1/modules/jaxws-ext/pom.xml 2009-04-14 12:30:13 UTC (rev 9822)
+++ stack/native/branches/jbossws-native-3.1.1/modules/jaxws-ext/pom.xml 2009-04-14 13:20:18 UTC (rev 9823)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.1/modules/management/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.1/modules/management/pom.xml 2009-04-14 12:30:13 UTC (rev 9822)
+++ stack/native/branches/jbossws-native-3.1.1/modules/management/pom.xml 2009-04-14 13:20:18 UTC (rev 9823)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.1/modules/resources/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.1/modules/resources/pom.xml 2009-04-14 12:30:13 UTC (rev 9822)
+++ stack/native/branches/jbossws-native-3.1.1/modules/resources/pom.xml 2009-04-14 13:20:18 UTC (rev 9823)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.1/modules/saaj/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.1/modules/saaj/pom.xml 2009-04-14 12:30:13 UTC (rev 9822)
+++ stack/native/branches/jbossws-native-3.1.1/modules/saaj/pom.xml 2009-04-14 13:20:18 UTC (rev 9823)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.1/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.1/modules/testsuite/framework-tests/pom.xml 2009-04-14 12:30:13 UTC (rev 9822)
+++ stack/native/branches/jbossws-native-3.1.1/modules/testsuite/framework-tests/pom.xml 2009-04-14 13:20:18 UTC (rev 9823)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.1/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.1/modules/testsuite/native-tests/pom.xml 2009-04-14 12:30:13 UTC (rev 9822)
+++ stack/native/branches/jbossws-native-3.1.1/modules/testsuite/native-tests/pom.xml 2009-04-14 13:20:18 UTC (rev 9823)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.1/modules/testsuite/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.1/modules/testsuite/pom.xml 2009-04-14 12:30:13 UTC (rev 9822)
+++ stack/native/branches/jbossws-native-3.1.1/modules/testsuite/pom.xml 2009-04-14 13:20:18 UTC (rev 9823)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.1/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.1/pom.xml 2009-04-14 12:30:13 UTC (rev 9822)
+++ stack/native/branches/jbossws-native-3.1.1/pom.xml 2009-04-14 13:20:18 UTC (rev 9823)
@@ -17,7 +17,7 @@
<artifactId>jbossws-native</artifactId>
<packaging>pom</packaging>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<!-- Parent -->
<parent>
@@ -28,9 +28,9 @@
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/branches/jbossws-native-3.1.1</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/branches/jbossws-native-3.1.1</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/branches/jbossws-native-3.1.1</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/tags/jbossws-native-3.1.1.GA</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/tags/jbossws-native-3.1.1.GA</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/tags/jbossws-native-3.1.1.GA</url>
</scm>
<!-- Modules -->
More information about the jbossws-commits
mailing list