[jboss-cvs] JBossAS SVN: r68403 - projects/jaxr/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 19 03:29:04 EST 2007


Author: thomas.diesler at jboss.com
Date: 2007-12-19 03:29:04 -0500 (Wed, 19 Dec 2007)
New Revision: 68403

Modified:
   projects/jaxr/trunk/pom.xml
Log:
Use jboss-system-4.2.1.GA

Modified: projects/jaxr/trunk/pom.xml
===================================================================
--- projects/jaxr/trunk/pom.xml	2007-12-19 08:04:52 UTC (rev 68402)
+++ projects/jaxr/trunk/pom.xml	2007-12-19 08:29:04 UTC (rev 68403)
@@ -4,7 +4,7 @@
   <groupId>jboss</groupId>
   <artifactId>jboss-jaxr</artifactId>
   <packaging>jar</packaging>
-  <version>1.2.0.GA</version>
+  <version>snapshot</version>
   <name>JBoss Registry</name>
   <url>http://labs.jboss.org/portal/jbossws/</url>
   <description>JBoss JAXR</description>
@@ -210,7 +210,7 @@
     <dependency>
       <groupId>jboss</groupId>
       <artifactId>jboss-system</artifactId>
-      <version>5.0-SNAPSHOT</version>
+      <version>4.2.1.GA</version>
     </dependency>
     <dependency>
       <groupId>jboss</groupId>
@@ -235,7 +235,7 @@
     <dependency>
       <groupId>juddi</groupId>
       <artifactId>juddi</artifactId>
-      <!-- Keep this version in sync with the artifact that is packaged in the juddi-service.sar -->
+      <!-- Keep this version in sync with the artifact that is packaged in the juddi-service.sar --> 
       <version>0.9RC4</version>
     </dependency>
     <dependency>
@@ -244,4 +244,4 @@
       <version>2.4</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>




More information about the jboss-cvs-commits mailing list