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/09/10 12:09:37 UTC

svn commit: r279986 - /directory/sandbox/trunk/proxy/project.xml

Author: elecharny
Date: Sat Sep 10 03:09:32 2005
New Revision: 279986

URL: http://svn.apache.org/viewcvs?rev=279986&view=rev
Log:
- added an artifact id
- Changed the target group to directory-clients
- added the missing dependency

Modified:
    directory/sandbox/trunk/proxy/project.xml

Modified: directory/sandbox/trunk/proxy/project.xml
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/proxy/project.xml?rev=279986&r1=279985&r2=279986&view=diff
==============================================================================
--- directory/sandbox/trunk/proxy/project.xml (original)
+++ directory/sandbox/trunk/proxy/project.xml Sat Sep 10 03:09:32 2005
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
-    <pomVersion>1</pomVersion>
-    <artifactId>null</artifactId>
-    <groupId>directory-shared</groupId>
+    <pomVersion>0.1-SNAPSHOT</pomVersion>
+    <artifactId>ldap-proxy</artifactId>
+    <groupId>directory-clients</groupId>
     <id>directory-asn1:null</id>
     <name>Ldap Proxy</name>
     <package>org.apache.ldap.proxy</package>