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 2012/06/04 15:38:11 UTC

svn commit: r1345963 - /incubator/stanbol/trunk/releasing/source-assembly/pom.xml

Author: fchrist
Date: Mon Jun  4 13:38:11 2012
New Revision: 1345963

URL: http://svn.apache.org/viewvc?rev=1345963&view=rev
Log:
STANBOL-641 Fixed parent of source-assembly

Modified:
    incubator/stanbol/trunk/releasing/source-assembly/pom.xml

Modified: incubator/stanbol/trunk/releasing/source-assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/releasing/source-assembly/pom.xml?rev=1345963&r1=1345962&r2=1345963&view=diff
==============================================================================
--- incubator/stanbol/trunk/releasing/source-assembly/pom.xml (original)
+++ incubator/stanbol/trunk/releasing/source-assembly/pom.xml Mon Jun  4 13:38:11 2012
@@ -19,9 +19,10 @@
   <modelVersion>4.0.0</modelVersion>
   
   <parent>
-    <groupId>org.apache.apache.resources</groupId>
-    <artifactId>apache-resource-bundles</artifactId>
-    <version>3</version>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>10</version>
+    <relativePath />
   </parent>
   
   <groupId>org.apache.stanbol</groupId>