[jbossws-commits] JBossWS SVN: r12092 - spi/tags/jbossws-spi-1.3.0.CR2.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Apr 22 11:07:26 EDT 2010


Author: alessio.soldano at jboss.com
Date: 2010-04-22 11:07:26 -0400 (Thu, 22 Apr 2010)
New Revision: 12092

Added:
   spi/tags/jbossws-spi-1.3.0.CR2/README
Modified:
   spi/tags/jbossws-spi-1.3.0.CR2/pom.xml
Log:
Updating pom + adding readme


Added: spi/tags/jbossws-spi-1.3.0.CR2/README
===================================================================
--- spi/tags/jbossws-spi-1.3.0.CR2/README	                        (rev 0)
+++ spi/tags/jbossws-spi-1.3.0.CR2/README	2010-04-22 15:07:26 UTC (rev 12092)
@@ -0,0 +1,5 @@
+Setting up Maven environment
+----------------------------
+
+In order to build this version of JBossWS you need to properly setup your local Maven settings.
+Please look at https://community.jboss.org/wiki/JBossWS-Mavenization#Create_or_Update_Maven_2_Settings_JBoss_Nexus_Maven_Repository

Modified: spi/tags/jbossws-spi-1.3.0.CR2/pom.xml
===================================================================
--- spi/tags/jbossws-spi-1.3.0.CR2/pom.xml	2010-04-22 12:53:45 UTC (rev 12091)
+++ spi/tags/jbossws-spi-1.3.0.CR2/pom.xml	2010-04-22 15:07:26 UTC (rev 12092)
@@ -5,6 +5,7 @@
   <groupId>org.jboss.ws</groupId>
   <artifactId>jbossws-spi</artifactId>
   <packaging>jar</packaging>
+  <description>JBossWS SPI</description>
 
   <version>1.3.0.CR2</version>
 
@@ -12,7 +13,7 @@
   <parent>
     <groupId>org.jboss.ws</groupId>
     <artifactId>jbossws-parent</artifactId>
-    <version>1.0.5.GA</version>
+    <version>1.0.6.GA</version>
   </parent>
 
   <!-- Source Control Management -->



More information about the jbossws-commits mailing list