You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2011/09/16 16:14:27 UTC

svn commit: r1171580 - /incubator/jena/Jena2/ARQ/trunk/pom.xml

Author: andy
Date: Fri Sep 16 14:14:27 2011
New Revision: 1171580

URL: http://svn.apache.org/viewvc?rev=1171580&view=rev
Log:
Add org.apache:apache as project parent.

Modified:
    incubator/jena/Jena2/ARQ/trunk/pom.xml

Modified: incubator/jena/Jena2/ARQ/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/pom.xml?rev=1171580&r1=1171579&r2=1171580&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/pom.xml (original)
+++ incubator/jena/Jena2/ARQ/trunk/pom.xml Fri Sep 16 14:14:27 2011
@@ -5,6 +5,12 @@
          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>9</version>
+  </parent> 
+
   <groupId>com.hp.hpl.jena</groupId>
   <artifactId>arq</artifactId>
   <packaging>jar</packaging>