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

svn commit: r153202 - incubator/directory/ldap/trunk/snacc-provider/project.xml

Author: vtence
Date: Thu Feb 10 03:53:50 2005
New Revision: 153202

URL: http://svn.apache.org/viewcvs?view=rev&rev=153202
Log:
Corrected xstream url

Modified:
    incubator/directory/ldap/trunk/snacc-provider/project.xml

Modified: incubator/directory/ldap/trunk/snacc-provider/project.xml
URL: http://svn.apache.org/viewcvs/incubator/directory/ldap/trunk/snacc-provider/project.xml?view=diff&r1=153201&r2=153202
==============================================================================
--- incubator/directory/ldap/trunk/snacc-provider/project.xml (original)
+++ incubator/directory/ldap/trunk/snacc-provider/project.xml Thu Feb 10 03:53:50 2005
@@ -45,13 +45,13 @@
       <artifactId>commons-lang</artifactId>
       <version>2.0</version>
       <url>http://jakarta.apache.org/commons/lang</url>
-    </dependency>
-
+    </dependency>
+    
     <dependency>
       <groupId>xstream</groupId>
       <artifactId>xstream</artifactId>
       <version>1.0.2</version>
-      <url>http://jakarta.apache.org/commons/lang</url>
+      <url>http://xstream.codehaus.org</url>
     </dependency>
 </dependencies>