You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2005/07/12 23:53:59 UTC

svn commit: r216026 - in /incubator/jackrabbit/trunk: api/project.xml commons/project.xml core/project.xml

Author: jukka
Date: Tue Jul 12 14:53:58 2005
New Revision: 216026

URL: http://svn.apache.org/viewcvs?rev=216026&view=rev
Log:
Break the extend dependencies to the top level project.xml.

Modified:
    incubator/jackrabbit/trunk/api/project.xml
    incubator/jackrabbit/trunk/commons/project.xml
    incubator/jackrabbit/trunk/core/project.xml

Modified: incubator/jackrabbit/trunk/api/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/api/project.xml?rev=216026&r1=216025&r2=216026&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/api/project.xml (original)
+++ incubator/jackrabbit/trunk/api/project.xml Tue Jul 12 14:53:58 2005
@@ -21,9 +21,9 @@
     <!-- ====================================================================== -->
     <!-- P R O J E C T  D E S C R I P T I O N                                   -->
     <!-- ====================================================================== -->
-    <extend>${basedir}/../project.xml</extend>
     <groupId>jackrabbit</groupId>
     <artifactId>jackrabbit-api</artifactId>
+    <currentVersion>1.0-SNAPSHOT</currentVersion>
     <name>Jackrabbit Api</name>
 
     <!-- ====================================================================== -->

Modified: incubator/jackrabbit/trunk/commons/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/commons/project.xml?rev=216026&r1=216025&r2=216026&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/commons/project.xml (original)
+++ incubator/jackrabbit/trunk/commons/project.xml Tue Jul 12 14:53:58 2005
@@ -21,9 +21,9 @@
     <!-- ====================================================================== -->
     <!-- P R O J E C T  D E S C R I P T I O N                                   -->
     <!-- ====================================================================== -->
-    <extend>${basedir}/../project.xml</extend>
     <groupId>jackrabbit</groupId>
     <artifactId>jackrabbit-commons</artifactId>
+    <currentVersion>1.0-SNAPSHOT</currentVersion>
     <name>Jackrabbit Commons</name>
 
     <!-- ====================================================================== -->

Modified: incubator/jackrabbit/trunk/core/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/core/project.xml?rev=216026&r1=216025&r2=216026&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/core/project.xml (original)
+++ incubator/jackrabbit/trunk/core/project.xml Tue Jul 12 14:53:58 2005
@@ -21,9 +21,9 @@
     <!-- ====================================================================== -->
     <!-- P R O J E C T  D E S C R I P T I O N                                   -->
     <!-- ====================================================================== -->
-    <extend>${basedir}/../project.xml</extend>
     <groupId>jackrabbit</groupId>
     <artifactId>jackrabbit-core</artifactId>
+    <currentVersion>1.0-SNAPSHOT</currentVersion>
     <name>Jackrabbit Core</name>
 
     <!-- ====================================================================== -->