You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2005/10/28 23:48:15 UTC

svn commit: r329312 - /directory/protocol-providers/dns/trunk/project.xml

Author: erodriguez
Date: Fri Oct 28 14:48:11 2005
New Revision: 329312

URL: http://svn.apache.org/viewcvs?rev=329312&view=rev
Log:
POM update to dns-protocol:
o  Updated MINA to 0.8.0.
o  Changed core dep from main to core.

Modified:
    directory/protocol-providers/dns/trunk/project.xml

Modified: directory/protocol-providers/dns/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/protocol-providers/dns/trunk/project.xml?rev=329312&r1=329311&r2=329312&view=diff
==============================================================================
--- directory/protocol-providers/dns/trunk/project.xml (original)
+++ directory/protocol-providers/dns/trunk/project.xml Fri Oct 28 14:48:11 2005
@@ -90,7 +90,7 @@
     <dependency>
       <groupId>directory-network</groupId>
       <artifactId>mina</artifactId>
-      <version>0.7.3-SNAPSHOT</version>
+      <version>0.8.0</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
@@ -101,7 +101,7 @@
     <dependency>
       <!-- required to load Configuration and LDIFs -->
       <groupId>directory</groupId>
-      <artifactId>apacheds-main</artifactId>
+      <artifactId>apacheds-core</artifactId>
       <version>0.9.3-SNAPSHOT</version>
     </dependency>
     <dependency>