Author: richard.opalka(a)jboss.com
Date: 2008-07-11 15:24:27 -0400 (Fri, 11 Jul 2008)
New Revision: 7817
Modified:
stack/native/trunk/modules/management/pom.xml
stack/native/trunk/modules/testsuite/pom.xml
stack/native/trunk/pom.xml
Log:
[JAXR-4][JBWS-2255] switch from 1.2.0.GA to 1.2.0.SP2-SNAPSHOT
Modified: stack/native/trunk/modules/management/pom.xml
===================================================================
--- stack/native/trunk/modules/management/pom.xml 2008-07-11 19:08:23 UTC (rev 7816)
+++ stack/native/trunk/modules/management/pom.xml 2008-07-11 19:24:27 UTC (rev 7817)
@@ -68,7 +68,7 @@
<scope>runtime</scope>
</dependency>
<dependency>
- <groupId>jboss.jaxr</groupId>
+ <groupId>org.jboss.jaxr</groupId>
<artifactId>juddi-service</artifactId>
<scope>runtime</scope>
<type>sar</type>
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-07-11 19:08:23 UTC (rev 7816)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-07-11 19:24:27 UTC (rev 7817)
@@ -91,9 +91,9 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>jboss.jaxr</groupId>
+ <groupId>org.jboss.jaxr</groupId>
<artifactId>juddi-saaj</artifactId>
- <version>1.2.0.GA</version>
+ <version>1.2.0.SP2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-07-11 19:08:23 UTC (rev 7816)
+++ stack/native/trunk/pom.xml 2008-07-11 19:24:27 UTC (rev 7817)
@@ -70,7 +70,7 @@
<jboss.logging.version>2.0.5.GA</jboss.logging.version>
<jboss.microcontainer.version>2.0.0.Beta11</jboss.microcontainer.version>
<jboss.remoting.version>2.4.0.CR1</jboss.remoting.version>
- <juddi.service.version>1.2.0.GA</juddi.service.version>
+ <juddi.service.version>1.2.0.SP2-SNAPSHOT</juddi.service.version>
<sun.fastinfoset.version>1.2.2</sun.fastinfoset.version>
<sun.jaxws.version>2.1.3</sun.jaxws.version>
<woodstox.version>3.1.1</woodstox.version>
@@ -305,7 +305,7 @@
<version>${jboss.jaxbintros.version}</version>
</dependency>
<dependency>
- <groupId>jboss.jaxr</groupId>
+ <groupId>org.jboss.jaxr</groupId>
<artifactId>juddi-service</artifactId>
<version>${juddi.service.version}</version>
<type>sar</type>
Show replies by date