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/20 20:57:19 UTC

svn commit: r326973 - /directory/asn1/trunk/codec/project.xml

Author: elecharny
Date: Thu Oct 20 11:57:04 2005
New Revision: 326973

URL: http://svn.apache.org/viewcvs?rev=326973&view=rev
Log:
Now point to the last version of MINA (0.8.0-SNAPSHOT) instead of 0.7.4

Modified:
    directory/asn1/trunk/codec/project.xml

Modified: directory/asn1/trunk/codec/project.xml
URL: http://svn.apache.org/viewcvs/directory/asn1/trunk/codec/project.xml?rev=326973&r1=326972&r2=326973&view=diff
==============================================================================
--- directory/asn1/trunk/codec/project.xml (original)
+++ directory/asn1/trunk/codec/project.xml Thu Oct 20 11:57:04 2005
@@ -1,32 +1,30 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <project>
-  <extend>${basedir}/../project.xml</extend>
-  <id>asn1-codec</id>
-  
-  <name>Stateful chunking codec API for ASN.1 runtime</name>
-  <package>org.apache.asn1.codecs</package>
-  <inceptionYear>2004</inceptionYear>
-      
-  <shortDescription>API for stateful chunking encoder/decoder pairs</shortDescription>
-
-  <description>
-    API for stackable stateful encoders and decoders.  Such codec interfaces
+    <extend>${basedir}/../project.xml</extend>
+    <pomVersion>1</pomVersion>
+    <artifactId>asn1-codec</artifactId>
+    <groupId>asn1-codec</groupId>
+    <id>asn1-codec</id>
+    <name>Stateful chunking codec API for ASN.1 runtime</name>
+    <package>org.apache.asn1.codecs</package>
+    <inceptionYear>2004</inceptionYear>
+    <shortDescription>API for stateful chunking encoder/decoder pairs</shortDescription>
+    <description>API for stackable stateful encoders and decoders.  Such codec interfaces
     allow for the efficient processing of data as it is made available while
     maintaining small actively processing footprints.  Of course these aspects
     depend on the implementation as well however this API standardizes the
     minimum set of interfaces associated with codec's that are stateful.
     Until this API is added to the commons-codec project several interfaces
     and classes here are duplicated to minimize the number of dependencies:
-    namely a dependency on commons-codec will be avoided.
-  </description>
-      
-  <dependencies>
-    <dependency>
-      <groupId>directory-network</groupId>
-      <artifactId>mina</artifactId>
-      <version>0.7.4</version>
-      <url>http://directory.apache.org/subprojects/network/mina/</url>
-    </dependency>
-  </dependencies>
+    namely a dependency on commons-codec will be avoided.</description>
+    <dependencies>
+        <dependency>
+            <groupId>directory-network</groupId>
+            <artifactId>mina</artifactId>
+            <version>0.8.0-SNAPSHOT</version>
+            <type>jar</type>
+            <url>http://directory.apache.org/subprojects/network/mina/</url>
+        </dependency>
+    </dependencies>
 </project>