Author: veithen
Date: Sun Jul 4 11:49:37 2010
New Revision: 960328
URL: http://svn.apache.org/viewvc?rev=960328&view=rev
Log:
Use org.apache:apache:7 as parent POM, so that the build has access to the new
Apache snapshot repository. This also makes sure that all artifacts include the
appropriate LICENSE and NOTICE files.
Modified:
axis/axis2/java/sandesha/trunk/pom.xml
Modified: axis/axis2/java/sandesha/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=960328&r1=960327&r2=960328&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/pom.xml (original)
+++ axis/axis2/java/sandesha/trunk/pom.xml Sun Jul 4 11:49:37 2010
@@ -2,6 +2,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>7</version>
+ </parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.sandesha2</groupId>
<artifactId>sandesha2-parent</artifactId>