Author: alessio.soldano(a)jboss.com
Date: 2011-12-20 04:36:01 -0500 (Tue, 20 Dec 2011)
New Revision: 15466
Modified:
hudson/tags/jbossws-hudson-4.0.0.GA/pom.xml
Log:
Fixing pom.xml
Modified: hudson/tags/jbossws-hudson-4.0.0.GA/pom.xml
===================================================================
--- hudson/tags/jbossws-hudson-4.0.0.GA/pom.xml 2011-12-20 09:35:02 UTC (rev 15465)
+++ hudson/tags/jbossws-hudson-4.0.0.GA/pom.xml 2011-12-20 09:36:01 UTC (rev 15466)
@@ -20,19 +20,19 @@
<artifactId>jbossws-hudson</artifactId>
<packaging>pom</packaging>
<description>JBossWS Hudson Integration</description>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<!-- Parent -->
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.10-SNAPSHOT</version>
+ <version>1.0.10.GA</version>
</parent>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/hudson/trunk...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/hudson...
- <
url>http://fisheye.jboss.com/viewrep/JBossWS/hudson/trunk</url>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/hudson/tags/...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/hudson...
+
<
url>http://fisheye.jboss.com/viewrep/JBossWS/hudson/tags/jbossws-hudso...
</scm>
</project>