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 2006/04/20 19:33:32 UTC

svn commit: r395651 - /directory/trunks/mina/filter-codec-asn1/pom.xml

Author: akarasulu
Date: Thu Apr 20 10:33:30 2006
New Revision: 395651

URL: http://svn.apache.org/viewcvs?rev=395651&view=rev
Log:
mina trunk will now depend on stable ASN.1 branch

Modified:
    directory/trunks/mina/filter-codec-asn1/pom.xml

Modified: directory/trunks/mina/filter-codec-asn1/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/mina/filter-codec-asn1/pom.xml?rev=395651&r1=395650&r2=395651&view=diff
==============================================================================
--- directory/trunks/mina/filter-codec-asn1/pom.xml (original)
+++ directory/trunks/mina/filter-codec-asn1/pom.xml Thu Apr 20 10:33:30 2006
@@ -11,11 +11,17 @@
   <packaging>jar</packaging>
 
   <dependencies>
-
+    <!--
+      The stable branch for the ASN.1 code is 0.9.5.1. mina 
+      should stick to using this for now so long as apacheds
+      depends on MINA.  Otherwise conflicts will arise in 
+      apacheds.  The next release of MINA should bump this
+      version up to 0.9.5.1 and not depend on the snapshot.
+    -->
     <dependency>
       <groupId>org.apache.directory.shared</groupId>
       <artifactId>shared-asn1</artifactId>
-      <version>0.9.6-SNAPSHOT</version>
+      <version>0.9.5.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>