You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2013/10/30 16:25:33 UTC

svn commit: r1537131 - in /clerezza/trunk/ext: ./ pom.xml

Author: reto
Date: Wed Oct 30 15:25:32 2013
New Revision: 1537131

URL: http://svn.apache.org/r1537131
Log:
Adde parent to ext:reactor

Modified:
    clerezza/trunk/ext/   (props changed)
    clerezza/trunk/ext/pom.xml

Propchange: clerezza/trunk/ext/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Oct 30 15:25:32 2013
@@ -0,0 +1 @@
+target

Modified: clerezza/trunk/ext/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/ext/pom.xml?rev=1537131&r1=1537130&r2=1537131&view=diff
==============================================================================
--- clerezza/trunk/ext/pom.xml (original)
+++ clerezza/trunk/ext/pom.xml Wed Oct 30 15:25:32 2013
@@ -28,6 +28,13 @@
          !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
 
     <modelVersion>4.0.0</modelVersion>
+    
+    <parent>
+        <groupId>org.apache.clerezza</groupId>
+        <artifactId>clerezza</artifactId>
+        <version>0.5-SNAPSHOT</version>
+        <relativePath>../parent</relativePath>
+     </parent>
 
     <groupId>org.apache.clerezza.ext</groupId>
     <artifactId>org.apache.clerezza.ext.reactor</artifactId>