You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2005/10/17 09:18:36 UTC

svn commit: r325853 - in /directory: apacheds/trunk/main/project.xml protocol-providers/ldap/trunk/project.xml

Author: trustin
Date: Mon Oct 17 00:18:26 2005
New Revision: 325853

URL: http://svn.apache.org/viewcvs?rev=325853&view=rev
Log:
Fixed wrong version information in recent dependency section changes.


Modified:
    directory/apacheds/trunk/main/project.xml
    directory/protocol-providers/ldap/trunk/project.xml

Modified: directory/apacheds/trunk/main/project.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/main/project.xml?rev=325853&r1=325852&r2=325853&view=diff
==============================================================================
--- directory/apacheds/trunk/main/project.xml (original)
+++ directory/apacheds/trunk/main/project.xml Mon Oct 17 00:18:26 2005
@@ -128,7 +128,7 @@
     <dependency>
       <groupId>directory-network</groupId>
       <artifactId>mina</artifactId>
-      <version>0.8-SNAPSHOT</version>
+      <version>0.8.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>

Modified: directory/protocol-providers/ldap/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/protocol-providers/ldap/trunk/project.xml?rev=325853&r1=325852&r2=325853&view=diff
==============================================================================
--- directory/protocol-providers/ldap/trunk/project.xml (original)
+++ directory/protocol-providers/ldap/trunk/project.xml Mon Oct 17 00:18:26 2005
@@ -174,7 +174,7 @@
     <dependency>
       <groupId>directory-network</groupId>
       <artifactId>mina</artifactId>
-      <version>0.8-SNAPSHOT</version>
+      <version>0.8.0-SNAPSHOT</version>
       <url>http://directory.apache.org/subprojects/network/mina</url>
     </dependency>
     <dependency>