You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/05/07 07:16:05 UTC

svn commit: r169036 - in /directory/apacheds/trunk: main/project.xml plugin/project.xml project.xml

Author: akarasulu
Date: Fri May  6 22:16:04 2005
New Revision: 169036

URL: http://svn.apache.org/viewcvs?rev=169036&view=rev
Log:
using non-snapshot deps and freezing for tag on 0.9

Modified:
    directory/apacheds/trunk/main/project.xml
    directory/apacheds/trunk/plugin/project.xml
    directory/apacheds/trunk/project.xml

Modified: directory/apacheds/trunk/main/project.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/main/project.xml?rev=169036&r1=169035&r2=169036&view=diff
==============================================================================
--- directory/apacheds/trunk/main/project.xml (original)
+++ directory/apacheds/trunk/main/project.xml Fri May  6 22:16:04 2005
@@ -157,3 +157,4 @@
 
 </project>
 
+                           
\ No newline at end of file

Modified: directory/apacheds/trunk/plugin/project.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/plugin/project.xml?rev=169036&r1=169035&r2=169036&view=diff
==============================================================================
--- directory/apacheds/trunk/plugin/project.xml (original)
+++ directory/apacheds/trunk/plugin/project.xml Fri May  6 22:16:04 2005
@@ -49,9 +49,9 @@
       <version>0.9</version>
     </dependency>
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>directory</groupId>
       <artifactId>apacheds-shared</artifactId>
-      <version>${pom.currentVersion}</version>
+      <version>0.9</version>
     </dependency>
     <dependency>
       <groupId>velocity</groupId>

Modified: directory/apacheds/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/project.xml?rev=169036&r1=169035&r2=169036&view=diff
==============================================================================
--- directory/apacheds/trunk/project.xml (original)
+++ directory/apacheds/trunk/project.xml Fri May  6 22:16:04 2005
@@ -2,8 +2,7 @@
 
 <project>
     <groupId>directory</groupId>
-    <artifactId>directory</artifactId>
-    <currentVersion>0.9-SNAPSHOT</currentVersion>
+    <currentVersion>0.9</currentVersion>
     <name>Apache Directory Project</name>
     <url>http://directory.apache.org</url>
     <logo>http://directory.apache.org/images/apache-directory-logo.png</logo>