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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 19 07:39:26 EST 2007


Author: thomas.diesler at jboss.com
Date: 2007-12-19 07:39:26 -0500 (Wed, 19 Dec 2007)
New Revision: 68412

Modified:
   projects/jaxr/trunk/pom.xml
Log:
Update scout, juddi

Modified: projects/jaxr/trunk/pom.xml
===================================================================
--- projects/jaxr/trunk/pom.xml	2007-12-19 11:51:15 UTC (rev 68411)
+++ projects/jaxr/trunk/pom.xml	2007-12-19 12:39:26 UTC (rev 68412)
@@ -4,7 +4,7 @@
   <groupId>jboss</groupId>
   <artifactId>jboss-jaxr</artifactId>
   <packaging>jar</packaging>
-  <version>snapshot</version>
+  <version>2.0.RC5</version>
   <name>JBoss Registry</name>
   <url>http://labs.jboss.org/portal/jbossws/</url>
   <description>JBoss JAXR</description>
@@ -131,8 +131,8 @@
                 <!-- [TODO] show me how to use the dependency atrtifacts from the local repository -->
                 <property name="jboss.repository" value="http://repository.jboss.com"/>
                 <property name="thirdparty.dir" value="${basedir}/thirdparty"/>
-                <property name="apache-scout" value="0.7rc2"/>
-                <property name="juddi" value="0.9RC4"/>
+                <property name="apache-scout" value="1.0rc1"/>
+                <property name="juddi" value="2.0rc5"/>
                 
                 <mkdir dir="${thirdparty.dir}"/>
                 <get src="${jboss.repository}/apache-scout/${apache-scout}/lib/scout.jar" dest="${thirdparty.dir}/scout.jar" usetimestamp="true" verbose="true"/>
@@ -200,7 +200,7 @@
       <groupId>apache-scout</groupId>
       <artifactId>scout</artifactId>
       <!-- Keep this version in sync with the artifact that is packaged in the juddi-service.sar -->
-      <version>0.7rc2</version>
+      <version>1.0rc1</version>
     </dependency>
     <dependency>
       <groupId>jboss</groupId>
@@ -236,7 +236,7 @@
       <groupId>juddi</groupId>
       <artifactId>juddi</artifactId>
       <!-- Keep this version in sync with the artifact that is packaged in the juddi-service.sar --> 
-      <version>0.9RC4</version>
+      <version>2.0rc5</version>
     </dependency>
     <dependency>
       <groupId>sun-servlet</groupId>




More information about the jboss-cvs-commits mailing list