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 2006/10/28 14:39:56 UTC

svn commit: r468686 - /directory/trunks/shared/asn1-codec/pom.xml

Author: elecharny
Date: Sat Oct 28 05:39:56 2006
New Revision: 468686

URL: http://svn.apache.org/viewvc?view=rev&rev=468686
Log:
Modified the mina-core version to be used. 1.0.1 does not exist, and break the build

Modified:
    directory/trunks/shared/asn1-codec/pom.xml

Modified: directory/trunks/shared/asn1-codec/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/shared/asn1-codec/pom.xml?view=diff&rev=468686&r1=468685&r2=468686
==============================================================================
--- directory/trunks/shared/asn1-codec/pom.xml (original)
+++ directory/trunks/shared/asn1-codec/pom.xml Sat Oct 28 05:39:56 2006
@@ -20,7 +20,7 @@
     <dependency>
       <groupId>org.apache.mina</groupId>
       <artifactId>mina-core</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.0.0</version>
     </dependency>
 
     <dependency>