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 2006/12/15 15:11:20 UTC

svn commit: r487561 - /webservices/axis2/trunk/java/modules/jaxws/project.xml

Author: dims
Date: Fri Dec 15 06:11:20 2006
New Revision: 487561

URL: http://svn.apache.org/viewvc?view=rev&rev=487561
Log:
fix metadata to match what's in 1.1 trunk

Modified:
    webservices/axis2/trunk/java/modules/jaxws/project.xml

Modified: webservices/axis2/trunk/java/modules/jaxws/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/project.xml?view=diff&rev=487561&r1=487560&r2=487561
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws/project.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxws/project.xml Fri Dec 15 06:11:20 2006
@@ -21,7 +21,7 @@
 	<extend>../../etc/project.xml</extend>
 	
 	<name>Apache Axis 2.0 - JAX-WS</name>
-	<id>jaxws</id>
+	<id>axis2-jaxws</id>
 	<groupId>org.apache.axis2</groupId>
 	<description>JAX-WS implementation using Axis 2.0</description>
 	
@@ -279,17 +279,9 @@
             </properties>
         </dependency>
          <dependency>
-            <groupId>org.apache.ws.commons.neethi</groupId>
-            <artifactId>neethi</artifactId>
-            <version>1.0.1</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
-	<dependency>
             <groupId>org.apache.neethi</groupId>
             <artifactId>neethi</artifactId>
-            <version>2.0</version>
+            <version>${neethi.version}</version>
             <properties>
                 <module>true</module>
             </properties>



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