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 2007/09/01 07:33:02 UTC

svn commit: r571702 - /directory/apacheds/trunk/pom.xml

Author: akarasulu
Date: Fri Aug 31 22:33:02 2007
New Revision: 571702

URL: http://svn.apache.org/viewvc?rev=571702&view=rev
Log:
updating dependent projects to latest release versions

Modified:
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=571702&r1=571701&r2=571702&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Fri Aug 31 22:33:02 2007
@@ -39,25 +39,25 @@
       <dependency>
         <groupId>org.apache.directory.shared</groupId>
         <artifactId>shared-asn1-codec</artifactId>
-        <version>0.9.7-SNAPSHOT</version>
+        <version>0.9.7</version>
       </dependency>
 
       <dependency>
         <groupId>org.apache.directory.shared</groupId>
         <artifactId>shared-ldap</artifactId>
-        <version>0.9.7-SNAPSHOT</version>
+        <version>0.9.7</version>
       </dependency>
 
       <dependency>
         <groupId>org.apache.directory.shared</groupId>
         <artifactId>shared-ldap-constants</artifactId>
-        <version>0.9.7-SNAPSHOT</version>
+        <version>0.9.7</version>
       </dependency>
 
       <dependency>
         <groupId>org.apache.directory.daemon</groupId>
         <artifactId>daemon-bootstrappers</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.1.1</version>
       </dependency>
 
       <dependency>