You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2010/05/24 22:23:32 UTC

svn commit: r947789 - /axis/axis2/java/transports/trunk/pom.xml

Author: veithen
Date: Mon May 24 20:23:32 2010
New Revision: 947789

URL: http://svn.apache.org/viewvc?rev=947789&view=rev
Log:
Updated the version of the org.apache:apache super-POM to 7. This solves two issues:
* It adds http://repository.apache.org to the repository list, so that Axis2 snapshots are downloaded from the right repository.
* It makes sure that all JAR artifacts contain the LICENSE file (and related files).

Modified:
    axis/axis2/java/transports/trunk/pom.xml

Modified: axis/axis2/java/transports/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/pom.xml?rev=947789&r1=947788&r2=947789&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/pom.xml (original)
+++ axis/axis2/java/transports/trunk/pom.xml Mon May 24 20:23:32 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>3</version>
+        <version>7</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.axis2</groupId>