You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/02/13 19:10:55 UTC

svn commit: r627551 - in /webservices/axis2/trunk/java/modules: distribution/pom.xml documentation/pom.xml jibx/pom.xml parent/pom.xml tool/axis2-eclipse-codegen-plugin/pom.xml

Author: dims
Date: Wed Feb 13 10:10:51 2008
New Revision: 627551

URL: http://svn.apache.org/viewvc?rev=627551&view=rev
Log:
use the new group id for jibx in the maven main repo

Modified:
    webservices/axis2/trunk/java/modules/distribution/pom.xml
    webservices/axis2/trunk/java/modules/documentation/pom.xml
    webservices/axis2/trunk/java/modules/jibx/pom.xml
    webservices/axis2/trunk/java/modules/parent/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml

Modified: webservices/axis2/trunk/java/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/distribution/pom.xml?rev=627551&r1=627550&r2=627551&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/distribution/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/distribution/pom.xml Wed Feb 13 10:10:51 2008
@@ -90,11 +90,11 @@
             <artifactId>jettison</artifactId>
         </dependency>
         <dependency>
-            <groupId>jibx</groupId>
+            <groupId>org.jibx</groupId>
             <artifactId>jibx-bind</artifactId>
         </dependency>
         <dependency>
-            <groupId>jibx</groupId>
+            <groupId>org.jibx</groupId>
             <artifactId>jibx-run</artifactId>
         </dependency>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/documentation/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/pom.xml?rev=627551&r1=627550&r2=627551&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/pom.xml Wed Feb 13 10:10:51 2008
@@ -87,11 +87,11 @@
             <artifactId>jettison</artifactId>
         </dependency>
         <dependency>
-            <groupId>jibx</groupId>
+            <groupId>org.jibx</groupId>
             <artifactId>jibx-bind</artifactId>
         </dependency>
         <dependency>
-            <groupId>jibx</groupId>
+            <groupId>org.jibx</groupId>
             <artifactId>jibx-run</artifactId>
         </dependency>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/jibx/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jibx/pom.xml?rev=627551&r1=627550&r2=627551&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jibx/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jibx/pom.xml Wed Feb 13 10:10:51 2008
@@ -31,15 +31,20 @@
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-kernel</artifactId>
+			<version>${version}</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
 			<artifactId>axis2-codegen</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
-			<groupId>jibx</groupId>
+			<groupId>org.jibx</groupId>
 			<artifactId>jibx-bind</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>jibx</groupId>
+			<groupId>org.jibx</groupId>
 			<artifactId>jibx-run</artifactId>
 		</dependency>
 		<dependency>

Modified: webservices/axis2/trunk/java/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?rev=627551&r1=627550&r2=627551&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/parent/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/parent/pom.xml Wed Feb 13 10:10:51 2008
@@ -617,12 +617,12 @@
                 </exclusions>
             </dependency>
             <dependency>
-                <groupId>jibx</groupId>
+                <groupId>org.jibx</groupId>
                 <artifactId>jibx-bind</artifactId>
                 <version>${jibx.version}</version>
             </dependency>
             <dependency>
-                <groupId>jibx</groupId>
+                <groupId>org.jibx</groupId>
                 <artifactId>jibx-run</artifactId>
                 <version>${jibx.version}</version>
             </dependency>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?rev=627551&r1=627550&r2=627551&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Wed Feb 13 10:10:51 2008
@@ -231,12 +231,12 @@
                         <version>${commons.codec.version}</version>
                 </dependency>
                 <dependency>
-                        <groupId>jibx</groupId>
+                        <groupId>org.jibx</groupId>
                         <artifactId>jibx-bind</artifactId>
                         <version>${jibx.version}</version>
                 </dependency>
                 <dependency>
-                        <groupId>jibx</groupId>
+                        <groupId>org.jibx</groupId>
                         <artifactId>jibx-run</artifactId>
                         <version>${jibx.version}</version>
                 </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org