[jbossws-commits] JBossWS SVN: r11894 - common/tags/jbossws-common-1.3.0.CR1.SP1.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Mar 30 06:26:56 EDT 2010


Author: richard.opalka at jboss.com
Date: 2010-03-30 06:26:55 -0400 (Tue, 30 Mar 2010)
New Revision: 11894

Modified:
   common/tags/jbossws-common-1.3.0.CR1.SP1/pom.xml
Log:
[JBAS-7833] releasing COMMON

Modified: common/tags/jbossws-common-1.3.0.CR1.SP1/pom.xml
===================================================================
--- common/tags/jbossws-common-1.3.0.CR1.SP1/pom.xml	2010-03-30 10:26:13 UTC (rev 11893)
+++ common/tags/jbossws-common-1.3.0.CR1.SP1/pom.xml	2010-03-30 10:26:55 UTC (rev 11894)
@@ -8,7 +8,7 @@
   <artifactId>jbossws-common</artifactId>
   <packaging>jar</packaging>
 
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.3.0.CR1.SP1</version>
 
   <!-- Parent -->
   <parent>
@@ -19,9 +19,9 @@
 
   <!-- 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.3.0.CR1.SP1</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/common/jbossws-common-1.3.0.CR1.SP1</developerConnection>
+    <url>http://fisheye.jboss.com/viewrep/JBossWS/common/jbossws-common-1.3.0.CR1.SP1</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.3.0-SNAPSHOT</jbossws.spi.version>
+    <jbossws.spi.version>1.3.0.CR1.SP1</jbossws.spi.version>
     <junit.version>3.8.2</junit.version>
   </properties>
 



More information about the jbossws-commits mailing list