Author: alessio.soldano(a)jboss.com
Date: 2010-04-22 11:17:43 -0400 (Thu, 22 Apr 2010)
New Revision: 12093
Added:
common/tags/jbossws-common-1.3.0.CR2/README
Modified:
common/tags/jbossws-common-1.3.0.CR2/pom.xml
Log:
[JBWS-3005] Updating pom + adding readme
Added: common/tags/jbossws-common-1.3.0.CR2/README
===================================================================
--- common/tags/jbossws-common-1.3.0.CR2/README (rev 0)
+++ common/tags/jbossws-common-1.3.0.CR2/README 2010-04-22 15:17:43 UTC (rev 12093)
@@ -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_Ma...
Modified: common/tags/jbossws-common-1.3.0.CR2/pom.xml
===================================================================
--- common/tags/jbossws-common-1.3.0.CR2/pom.xml 2010-04-22 15:07:26 UTC (rev 12092)
+++ common/tags/jbossws-common-1.3.0.CR2/pom.xml 2010-04-22 15:17:43 UTC (rev 12093)
@@ -7,6 +7,7 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-common</artifactId>
<packaging>jar</packaging>
+ <description>JBossWS Common</description>
<version>1.3.0.CR2</version>
@@ -14,7 +15,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 -->