You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2005/03/07 03:38:05 UTC

svn commit: r156368 - incubator/directory/protocols/changepw/trunk/core/project.xml

Author: erodriguez
Date: Sun Mar  6 18:38:04 2005
New Revision: 156368

URL: http://svn.apache.org/viewcvs?view=rev&rev=156368
Log:
changepw-core POM clean-up.

Modified:
    incubator/directory/protocols/changepw/trunk/core/project.xml

Modified: incubator/directory/protocols/changepw/trunk/core/project.xml
URL: http://svn.apache.org/viewcvs/incubator/directory/protocols/changepw/trunk/core/project.xml?view=diff&r1=156367&r2=156368
==============================================================================
--- incubator/directory/protocols/changepw/trunk/core/project.xml (original)
+++ incubator/directory/protocols/changepw/trunk/core/project.xml Sun Mar  6 18:38:04 2005
@@ -1,45 +1,30 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
+<?xml version="1.0" encoding="UTF-8"?>
 <project>
   <extend>${basedir}/../project.xml</extend>
-  <pomVersion>1</pomVersion>
+  <pomVersion>3</pomVersion>
   <artifactId>changepw-core</artifactId>
-  <groupId>incubator-directory</groupId>
-  <id>changepw-core</id>
+  <groupId>directory</groupId>
   <name>Change Password Server Core</name>
   <package>org.apache.changepw</package>
   <inceptionYear>2004</inceptionYear>
   <shortDescription>The Apache Change Password Server Core</shortDescription>
   <description>An RFC 3244 Change Password protocol server.</description>
   <dependencies>
-    <dependency>
-      <groupId>bouncycastle</groupId>
-      <artifactId>bcprov-jdk14</artifactId>
-      <version>124</version>
-      <properties>
-        <gump.project>bcprov</gump.project>
-      </properties>
-    </dependency>
-    <dependency>
-      <groupId>incubator-directory</groupId>
-      <artifactId>asn1-der</artifactId>
-      <version>0.3-SNAPSHOT</version>
-    </dependency>
     <dependency>
       <groupId>incubator-directory</groupId>
-      <artifactId>ldap-common</artifactId>
-      <version>0.9-SNAPSHOT</version>
+      <artifactId>asn1-der</artifactId>
+      <version>0.3-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>incubator-directory</groupId>
       <artifactId>kerberos-core</artifactId>
       <version>0.4-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>incubator-directory</groupId>
-      <artifactId>mina</artifactId>
-      <version>0.7-SNAPSHOT</version>
-    </dependency>
+    </dependency>
+    <dependency>
+      <groupId>incubator-directory</groupId>
+      <artifactId>mina</artifactId>
+      <version>0.7-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>