Author: veithen
Date: Sat Jul  3 20:25:15 2010
New Revision: 960266

URL: http://svn.apache.org/viewvc?rev=960266&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/rampart/trunk/pom.xml

Modified: axis/axis2/java/rampart/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/pom.xml?rev=960266&r1=960265&r2=960266&view=diff
==============================================================================
--- axis/axis2/java/rampart/trunk/pom.xml (original)
+++ axis/axis2/java/rampart/trunk/pom.xml Sat Jul  3 20:25:15 2010
@@ -3,6 +3,11 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
     <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>7</version>
+    </parent>
     <groupId>org.apache.rampart</groupId>
     <artifactId>rampart-project</artifactId>
     <packaging>pom</packaging>


Reply via email to