Author: veithen
Date: Sat Aug 11 07:36:41 2012
New Revision: 1371874

URL: http://svn.apache.org/viewvc?rev=1371874&view=rev
Log:
Let the root POM inherit from the Apache super-POM.

Modified:
    abdera/java/trunk/pom.xml

Modified: abdera/java/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/abdera/java/trunk/pom.xml?rev=1371874&r1=1371873&r2=1371874&view=diff
==============================================================================
--- abdera/java/trunk/pom.xml (original)
+++ abdera/java/trunk/pom.xml Sat Aug 11 07:36:41 2012
@@ -1,6 +1,11 @@
 <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";>
   
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>11</version>
+  </parent>
   <groupId>org.apache.abdera</groupId>
   <artifactId>abdera</artifactId>
   <packaging>pom</packaging>


Reply via email to