You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2005/10/26 12:24:38 UTC

svn commit: r328621 - in /directory/asn1/branches/asn1-utf8: ber/project.xml codec/project.xml

Author: elecharny
Date: Wed Oct 26 03:24:29 2005
New Revision: 328621

URL: http://svn.apache.org/viewcvs?rev=328621&view=rev
Log:
Modified the dependancies : ber is now depanding on new-ber.
ugly !

Modified:
    directory/asn1/branches/asn1-utf8/ber/project.xml
    directory/asn1/branches/asn1-utf8/codec/project.xml

Modified: directory/asn1/branches/asn1-utf8/ber/project.xml
URL: http://svn.apache.org/viewcvs/directory/asn1/branches/asn1-utf8/ber/project.xml?rev=328621&r1=328620&r2=328621&view=diff
==============================================================================
--- directory/asn1/branches/asn1-utf8/ber/project.xml (original)
+++ directory/asn1/branches/asn1-utf8/ber/project.xml Wed Oct 26 03:24:29 2005
@@ -53,6 +53,14 @@
       </properties>
     </dependency>
 
+    <dependency>
+        <groupId>directory-asn1</groupId>
+        <artifactId>asn1-new-ber</artifactId>
+        <version>0.3.3-SNAPSHOT</version>
+        <type>jar</type>
+        <url>http://directory.apache.org/subprojects/asn1/ber</url>
+    </dependency>
+    
     <!-- deps in group -->
 
     <dependency>

Modified: directory/asn1/branches/asn1-utf8/codec/project.xml
URL: http://svn.apache.org/viewcvs/directory/asn1/branches/asn1-utf8/codec/project.xml?rev=328621&r1=328620&r2=328621&view=diff
==============================================================================
--- directory/asn1/branches/asn1-utf8/codec/project.xml (original)
+++ directory/asn1/branches/asn1-utf8/codec/project.xml Wed Oct 26 03:24:29 2005
@@ -20,7 +20,7 @@
         <dependency>
             <groupId>directory-network</groupId>
             <artifactId>mina</artifactId>
-            <version>0.8.0-SNAPSHOT</version>
+            <version>0.8.0</version>
             <type>jar</type>
             <url>http://directory.apache.org/subprojects/network/mina/</url>
         </dependency>