You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2005/08/12 06:48:23 UTC

svn commit: r232203 - in /webservices/axis/trunk/java: etc/project.xml modules/wsdl/project.xml

Author: chinthaka
Date: Thu Aug 11 21:47:54 2005
New Revision: 232203

URL: http://svn.apache.org/viewcvs?rev=232203&view=rev
Log:
- Changing version to 0.91
- keeping XMLSchema jar in 0.9

Modified:
    webservices/axis/trunk/java/etc/project.xml
    webservices/axis/trunk/java/modules/wsdl/project.xml

Modified: webservices/axis/trunk/java/etc/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/etc/project.xml?rev=232203&r1=232202&r2=232203&view=diff
==============================================================================
--- webservices/axis/trunk/java/etc/project.xml (original)
+++ webservices/axis/trunk/java/etc/project.xml Thu Aug 11 21:47:54 2005
@@ -9,7 +9,7 @@
     <groupId>axis</groupId>
     <package>org.apache.axis2</package>
 
-    <currentVersion>0.9</currentVersion>
+    <currentVersion>0.91</currentVersion>
 
     <!-- details about the organization that 'owns' the project -->
     <organization>

Modified: webservices/axis/trunk/java/modules/wsdl/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/wsdl/project.xml?rev=232203&r1=232202&r2=232203&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/wsdl/project.xml (original)
+++ webservices/axis/trunk/java/modules/wsdl/project.xml Thu Aug 11 21:47:54 2005
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>axis</groupId>
             <artifactId>XmlSchema</artifactId>
-            <version>${pom.currentVersion}</version>
+            <version>0.9</version>
         </dependency>
 <!--        <dependency>-->
 <!--            <groupId>axis</groupId>-->