[jbossws-commits] JBossWS SVN: r14850 - spi/tags/jbossws-spi-1.1.2.SP7.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Aug 16 02:37:13 EDT 2011


Author: jim.ma
Date: 2011-08-16 02:37:13 -0400 (Tue, 16 Aug 2011)
New Revision: 14850

Modified:
   spi/tags/jbossws-spi-1.1.2.SP7/pom.xml
Log:
Fix the version in pom.xml

Modified: spi/tags/jbossws-spi-1.1.2.SP7/pom.xml
===================================================================
--- spi/tags/jbossws-spi-1.1.2.SP7/pom.xml	2011-08-16 06:33:17 UTC (rev 14849)
+++ spi/tags/jbossws-spi-1.1.2.SP7/pom.xml	2011-08-16 06:37:13 UTC (rev 14850)
@@ -6,7 +6,7 @@
   <artifactId>jbossws-spi</artifactId>
   <packaging>jar</packaging>
   
-  <version>1.1.2-SNAPSHOT</version>
+  <version>1.1.2.SP7</version>
   
   <!-- Parent -->
   <parent>
@@ -17,9 +17,9 @@
   
   <!-- Source Control Management -->
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/spi/branches/jbossws-spi-1.1.2</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/spi/branches/jbossws-spi-1.1.2</developerConnection>
-    <url>http://fisheye.jboss.com/viewrep/JBossWS/spi/branches/jbossws-spi-1.1.2</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/spi/tags/jbossws-spi-1.1.2.SP7</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/spi/tags/jbossws-spi-1.1.2.SP7</developerConnection>
+    <url>http://fisheye.jboss.com/viewrep/JBossWS/spi/tags/jbossws-spi-1.1.2.SP7</url>
   </scm>
   
   <!-- Properties -->



More information about the jbossws-commits mailing list