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 2003/12/14 05:40:16 UTC

svn commit: rev 1413 - incubator/directory/ldap/trunk/eve/backend/schema/api

Author: akarasulu
Date: Sat Dec 13 20:40:16 2003
New Revision: 1413

Modified:
   incubator/directory/ldap/trunk/eve/backend/schema/api/   (props changed)
   incubator/directory/ldap/trunk/eve/backend/schema/api/project.xml
Log:
fixed POM dep tags

Modified: incubator/directory/ldap/trunk/eve/backend/schema/api/project.xml
==============================================================================
--- incubator/directory/ldap/trunk/eve/backend/schema/api/project.xml	(original)
+++ incubator/directory/ldap/trunk/eve/backend/schema/api/project.xml	Sat Dec 13 20:40:16 2003
@@ -16,10 +16,12 @@
     </description>
       
     <dependencies>
-        <groupId>commons-lang</groupId>
-        <artifactId>commons-lang</artifactId>
-        <version>2.0</version>
-        <url>http://jakarta.apache.org/commons/lang/api</url>
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.0</version>
+            <url>http://jakarta.apache.org/commons/lang/api</url>
+        </dependency>
     </dependencies>
 </project>