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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Apr 21 07:14:50 EDT 2010


Author: alessio.soldano at jboss.com
Date: 2010-04-21 07:14:49 -0400 (Wed, 21 Apr 2010)
New Revision: 12071

Modified:
   container/jboss50/branches/jbossws-jboss501/pom.xml
Log:
[JBWS-3005] Use jboss-parent instead of jbossws-parent to satisfy requirements for new Nexus repo 


Modified: container/jboss50/branches/jbossws-jboss501/pom.xml
===================================================================
--- container/jboss50/branches/jbossws-jboss501/pom.xml	2010-04-21 11:11:18 UTC (rev 12070)
+++ container/jboss50/branches/jbossws-jboss501/pom.xml	2010-04-21 11:14:49 UTC (rev 12071)
@@ -10,9 +10,9 @@
 
   <!-- Parent -->
   <parent>
-    <groupId>org.jboss.ws</groupId>
-    <artifactId>jbossws-parent</artifactId>
-    <version>1.0.5.GA</version>
+    <groupId>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>5</version>
   </parent>
 
   <!-- Source Control Management -->



More information about the jbossws-commits mailing list