You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2011/07/19 16:35:04 UTC

svn commit: r1148360 - /incubator/stanbol/trunk/parent/pom.xml

Author: fchrist
Date: Tue Jul 19 14:35:04 2011
New Revision: 1148360

URL: http://svn.apache.org/viewvc?rev=1148360&view=rev
Log:
STANBOL-288 Added Apache version 9 POM as the parent POM of Stanbol's parent POM to get the release features of Apache's standard release process

Modified:
    incubator/stanbol/trunk/parent/pom.xml

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1148360&r1=1148359&r2=1148360&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Tue Jul 19 14:35:04 2011
@@ -12,6 +12,13 @@
 
   <modelVersion>4.0.0</modelVersion>
 
+  <parent>
+   	<groupId>org.apache</groupId>
+   	<artifactId>apache</artifactId>
+    <version>9</version>
+    <relativePath />
+	</parent> 
+
   <groupId>org.apache.stanbol</groupId>
   <artifactId>stanbol-parent</artifactId>
   <packaging>pom</packaging>