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 2005/08/21 20:37:27 UTC

svn commit: r234307 - /directory/shared/ldap/branches/new-codec-integration/apache2-provider/project.xml

Author: akarasulu
Date: Sun Aug 21 11:37:25 2005
New Revision: 234307

URL: http://svn.apache.org/viewcvs?rev=234307&view=rev
Log:
downgrading dep jars

Modified:
    directory/shared/ldap/branches/new-codec-integration/apache2-provider/project.xml

Modified: directory/shared/ldap/branches/new-codec-integration/apache2-provider/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/branches/new-codec-integration/apache2-provider/project.xml?rev=234307&r1=234306&r2=234307&view=diff
==============================================================================
--- directory/shared/ldap/branches/new-codec-integration/apache2-provider/project.xml (original)
+++ directory/shared/ldap/branches/new-codec-integration/apache2-provider/project.xml Sun Aug 21 11:37:25 2005
@@ -4,9 +4,8 @@
     <pomVersion>3</pomVersion>
     <artifactId>apache-new-ldapber-provider</artifactId>
     <name>Apache's new ASN.1 based LDAP BER Message Provider</name>
-    <groupId>directory-shared</groupId>
-    <organization />
     <package>org.apache.asn1new.ldap</package>
+    <build />
     <developers>
         <developer>
             <name>Emmanuel Lécharny</name>
@@ -14,7 +13,6 @@
             <email>elecharny at apache.org</email>
         </developer>
     </developers>
-    <build />
     <inceptionYear>2005</inceptionYear>
     <shortDescription>Apache's new LDAP BER Message Provider</shortDescription>
     <description>A new provider for the LDAP message framework (in LDAP commons) based on the
@@ -23,7 +21,7 @@
         <dependency>
             <groupId>commons-lang</groupId>
             <artifactId>commons-lang</artifactId>
-            <version>2.1</version>
+            <version>2.0</version>
             <type>jar</type>
             <url>http://jakarta.apache.org/commons/lang/api</url>
         </dependency>
@@ -51,7 +49,7 @@
         <dependency>
             <groupId>regexp</groupId>
             <artifactId>regexp</artifactId>
-            <version>1.3</version>
+            <version>1.2</version>
             <type>jar</type>
             <url>http://jakarta.apache.org/regexp/index.html</url>
             <properties>
@@ -61,7 +59,7 @@
         <dependency>
             <groupId>antlr</groupId>
             <artifactId>antlr</artifactId>
-            <version>2.7.5</version>
+            <version>2.7.2</version>
             <type>jar</type>
             <url>http://antlr.org</url>
         </dependency>