You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2011/04/28 10:38:25 UTC

svn commit: r1097361 - in /geronimo/bundles/trunk: axis2-saaj/pom.xml axis2/pom.xml

Author: xuhaihong
Date: Thu Apr 28 08:38:24 2011
New Revision: 1097361

URL: http://svn.apache.org/viewvc?rev=1097361&view=rev
Log:
Upgrade Axis2 version again ...

Modified:
    geronimo/bundles/trunk/axis2-saaj/pom.xml
    geronimo/bundles/trunk/axis2/pom.xml

Modified: geronimo/bundles/trunk/axis2-saaj/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/axis2-saaj/pom.xml?rev=1097361&r1=1097360&r2=1097361&view=diff
==============================================================================
--- geronimo/bundles/trunk/axis2-saaj/pom.xml (original)
+++ geronimo/bundles/trunk/axis2-saaj/pom.xml Thu Apr 28 08:38:24 2011
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.geronimo.bundles</groupId>
     <artifactId>${pkgArtifactId}</artifactId>
-    <version>1.6.1_1-SNAPSHOT</version>
+    <version>1.7.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache Geronimo Bundles: ${pkgArtifactId}-${pkgVersion}</name>
     <description>
@@ -44,7 +44,7 @@
     <properties>
         <pkgGroupId>org.apache.axis2</pkgGroupId>
         <pkgArtifactId>axis2-saaj</pkgArtifactId>
-        <pkgVersion>1.6.1-SNAPSHOT</pkgVersion>
+        <pkgVersion>1.7.0-SNAPSHOT</pkgVersion>
     </properties>
 
     <dependencies>

Modified: geronimo/bundles/trunk/axis2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/axis2/pom.xml?rev=1097361&r1=1097360&r2=1097361&view=diff
==============================================================================
--- geronimo/bundles/trunk/axis2/pom.xml (original)
+++ geronimo/bundles/trunk/axis2/pom.xml Thu Apr 28 08:38:24 2011
@@ -26,13 +26,13 @@
     </parent>
     <groupId>org.apache.geronimo.bundles</groupId>
     <artifactId>axis2</artifactId>
-    <version>1.6.1_1-SNAPSHOT</version>
+    <version>1.7.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache Geronimo Bundles: Axis2-${pkgVersion}</name>
     <description> This bundle simply wraps all required Axis2 components </description>
     <properties>
         <pkgGroupId>org.apache.axis2</pkgGroupId>
-        <pkgVersion>1.6.1-SNAPSHOT</pkgVersion>
+        <pkgVersion>1.7.0-SNAPSHOT</pkgVersion>
     </properties>
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/bundles/trunk/axis2</connection>