You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2011/09/06 10:03:52 UTC

svn commit: r1165552 - in /directory: apacheds/trunk/pom.xml studio/trunk/pom.xml trunks/pom.xml

Author: elecharny
Date: Tue Sep  6 08:03:52 2011
New Revision: 1165552

URL: http://svn.apache.org/viewvc?rev=1165552&view=rev
Log:
bumped up project reference to 23

Modified:
    directory/apacheds/trunk/pom.xml
    directory/studio/trunk/pom.xml
    directory/trunks/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1165552&r1=1165551&r2=1165552&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Tue Sep  6 08:03:52 2011
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.project</groupId>
     <artifactId>project</artifactId>
-    <version>22</version>
+    <version>23</version>
   </parent>
 
   <groupId>org.apache.directory.server</groupId>

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=1165552&r1=1165551&r2=1165552&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Tue Sep  6 08:03:52 2011
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.directory.project</groupId>
     <artifactId>project</artifactId>
-    <version>22</version>
+    <version>23</version>
     <relativePath></relativePath>
   </parent>
   

Modified: directory/trunks/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/pom.xml?rev=1165552&r1=1165551&r2=1165552&view=diff
==============================================================================
--- directory/trunks/pom.xml (original)
+++ directory/trunks/pom.xml Tue Sep  6 08:03:52 2011
@@ -33,8 +33,8 @@
     <module>junit-addons</module>
     <module>shared</module>
     <module>apacheds</module>
-    <module>studio</module>
-    <module>apacheds-manuals</module>
+    <!--module>studio</module-->
+    <!--module>apacheds-manuals</module-->
   </modules>
 
   <build>