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>