[jbossws-commits] JBossWS SVN: r11015 - common/branches/jbossws-common-1.2.1.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Oct 27 02:40:50 EDT 2009


Author: richard.opalka at jboss.com
Date: 2009-10-27 02:40:50 -0400 (Tue, 27 Oct 2009)
New Revision: 11015

Modified:
   common/branches/jbossws-common-1.2.1/pom.xml
Log:
[JBWS-2794] tagging COMMON

Modified: common/branches/jbossws-common-1.2.1/pom.xml
===================================================================
--- common/branches/jbossws-common-1.2.1/pom.xml	2009-10-27 06:34:49 UTC (rev 11014)
+++ common/branches/jbossws-common-1.2.1/pom.xml	2009-10-27 06:40:50 UTC (rev 11015)
@@ -8,7 +8,7 @@
   <artifactId>jbossws-common</artifactId>
   <packaging>jar</packaging>
 
-  <version>1.2.1-SNAPSHOT</version>
+  <version>1.2.1.GA</version>
 
   <!-- Parent -->
   <parent>
@@ -19,9 +19,9 @@
 
   <!-- Source Control Management -->
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/common/branches/jbossws-common-1.2.1</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/common/branches/jbossws-common-1.2.1</developerConnection>
-    <url>http://fisheye.jboss.com/viewrep/JBossWS/common/branches/jbossws-common-1.2.1</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/common/tags/jbossws-common-1.2.1.GA</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/common/tags/jbossws-common-1.2.1.GA</developerConnection>
+    <url>http://fisheye.jboss.com/viewrep/JBossWS/common/tags/jbossws-common-1.2.1.GA</url>
   </scm>
 
   <!-- Properties -->
@@ -32,7 +32,7 @@
     <jboss.ejb.api.version>3.0.0.GA</jboss.ejb.api.version>
     <jboss.microcontainer.version>2.0.8.GA</jboss.microcontainer.version>
     <jboss.web.version>2.1.3.GA</jboss.web.version>
-    <jbossws.spi.version>1.2.1-SNAPSHOT</jbossws.spi.version>
+    <jbossws.spi.version>1.2.1.GA</jbossws.spi.version>
     <junit.version>3.8.2</junit.version>
   </properties>
 



More information about the jbossws-commits mailing list