[jbossws-commits] JBossWS SVN: r12081 - container/jboss50/branches/jbossws-jboss501.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Apr 21 11:31:25 EDT 2010


Author: alessio.soldano at jboss.com
Date: 2010-04-21 11:31:24 -0400 (Wed, 21 Apr 2010)
New Revision: 12081

Modified:
   container/jboss50/branches/jbossws-jboss501/pom.xml
Log:
[JBWS-3005] Moving back to a modified jbossws-parent


Modified: container/jboss50/branches/jbossws-jboss501/pom.xml
===================================================================
--- container/jboss50/branches/jbossws-jboss501/pom.xml	2010-04-21 15:29:08 UTC (rev 12080)
+++ container/jboss50/branches/jbossws-jboss501/pom.xml	2010-04-21 15:31:24 UTC (rev 12081)
@@ -5,14 +5,15 @@
   <name>JBoss Web Services - Container JBoss-5.0.1.GA</name>
   <groupId>org.jboss.ws</groupId>
   <artifactId>jbossws-jboss501</artifactId>
+  <description>JBossWS Container integration for JBoss AS 5.0.1.GA</description>
 
   <version>3.3.0-SNAPSHOT</version>
 
   <!-- Parent -->
   <parent>
-    <groupId>org.jboss</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>5</version>
+    <groupId>org.jboss.ws</groupId>
+    <artifactId>jbossws-parent</artifactId>
+    <version>1.0.6-SNAPSHOT</version>
   </parent>
 
   <!-- Source Control Management -->



More information about the jbossws-commits mailing list