[jbossws-commits] JBossWS SVN: r13087 - common/tags/jbossws-common-1.4.0.CR1.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Oct 12 10:57:35 EDT 2010


Author: alessio.soldano at jboss.com
Date: 2010-10-12 10:57:35 -0400 (Tue, 12 Oct 2010)
New Revision: 13087

Modified:
   common/tags/jbossws-common-1.4.0.CR1/pom.xml
Log:
Updating pom.xml


Modified: common/tags/jbossws-common-1.4.0.CR1/pom.xml
===================================================================
--- common/tags/jbossws-common-1.4.0.CR1/pom.xml	2010-10-12 14:54:55 UTC (rev 13086)
+++ common/tags/jbossws-common-1.4.0.CR1/pom.xml	2010-10-12 14:57:35 UTC (rev 13087)
@@ -9,20 +9,20 @@
   <packaging>jar</packaging>
   <description>JBossWS Common</description>
 
-  <version>1.4.0-SNAPSHOT</version>
+  <version>1.4.0.CR1</version>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jboss.ws</groupId>
     <artifactId>jbossws-parent</artifactId>
-    <version>1.0.8.GA</version>
+    <version>1.0.9.GA</version>
   </parent>
 
   <!-- Source Control Management -->
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/common/trunk</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/common/trunk</developerConnection>
-    <url>http://fisheye.jboss.com/viewrep/JBossWS/common/trunk</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/common/tags/jbossws-common-1.4.0.CR1</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/common/tags/jbossws-common-1.4.0.CR1</developerConnection>
+    <url>http://fisheye.jboss.com/viewrep/JBossWS/common/tags/jbossws-common-1.4.0.CR1</url>
   </scm>
 
   <!-- Properties -->
@@ -33,7 +33,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.4.0-SNAPSHOT</jbossws.spi.version>
+    <jbossws.spi.version>1.4.0.CR1</jbossws.spi.version>
     <junit.version>3.8.2</junit.version>
     <wsdl4j.version>1.6.2</wsdl4j.version>
     <jms.api.version>1.1</jms.api.version>



More information about the jbossws-commits mailing list