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 2007/11/29 00:58:18 UTC

svn commit: r599207 - in /directory/clients/trunk/kerberos: client/pom.xml password/pom.xml pom.xml realm/pom.xml

Author: erodriguez
Date: Wed Nov 28 15:58:16 2007
New Revision: 599207

URL: http://svn.apache.org/viewvc?rev=599207&view=rev
Log:
Bumping up apacheds versions for kerberos client work.

Modified:
    directory/clients/trunk/kerberos/client/pom.xml
    directory/clients/trunk/kerberos/password/pom.xml
    directory/clients/trunk/kerberos/pom.xml
    directory/clients/trunk/kerberos/realm/pom.xml

Modified: directory/clients/trunk/kerberos/client/pom.xml
URL: http://svn.apache.org/viewvc/directory/clients/trunk/kerberos/client/pom.xml?rev=599207&r1=599206&r2=599207&view=diff
==============================================================================
--- directory/clients/trunk/kerberos/client/pom.xml (original)
+++ directory/clients/trunk/kerberos/client/pom.xml Wed Nov 28 15:58:16 2007
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.client.kerberos</groupId>
     <artifactId>build</artifactId>
-    <version>1.5.1-SNAPSHOT</version>
+    <version>1.5.2-SNAPSHOT</version>
   </parent>
   <artifactId>apacheds-kerberos-client</artifactId>
   <name>Apache Directory Kerberos Client</name>

Modified: directory/clients/trunk/kerberos/password/pom.xml
URL: http://svn.apache.org/viewvc/directory/clients/trunk/kerberos/password/pom.xml?rev=599207&r1=599206&r2=599207&view=diff
==============================================================================
--- directory/clients/trunk/kerberos/password/pom.xml (original)
+++ directory/clients/trunk/kerberos/password/pom.xml Wed Nov 28 15:58:16 2007
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.client.kerberos</groupId>
     <artifactId>build</artifactId>
-    <version>1.5.1-SNAPSHOT</version>
+    <version>1.5.2-SNAPSHOT</version>
   </parent>
   <artifactId>apacheds-password-client</artifactId>
   <name>Apache Directory Password Client</name>

Modified: directory/clients/trunk/kerberos/pom.xml
URL: http://svn.apache.org/viewvc/directory/clients/trunk/kerberos/pom.xml?rev=599207&r1=599206&r2=599207&view=diff
==============================================================================
--- directory/clients/trunk/kerberos/pom.xml (original)
+++ directory/clients/trunk/kerberos/pom.xml Wed Nov 28 15:58:16 2007
@@ -3,14 +3,14 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.directory.server</groupId>
-    <artifactId>build</artifactId>
-    <version>1.5.1-SNAPSHOT</version>
+    <artifactId>apacheds-parent</artifactId>
+    <version>1.5.2-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.directory.client.kerberos</groupId>
   <artifactId>build</artifactId>
   <name>Apache Directory Kerberos Clients</name>
   <packaging>pom</packaging>
-  <version>1.5.1-SNAPSHOT</version>
+  <version>1.5.2-SNAPSHOT</version>
   <description>
     Contained within this executable jar are various commandline utilities
     for Apache Directory Kerberos.
@@ -21,11 +21,6 @@
       <module>realm</module>
   </modules>
   <dependencies>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>nlog4j</artifactId>
-      <scope>provided</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-kerberos-shared</artifactId>

Modified: directory/clients/trunk/kerberos/realm/pom.xml
URL: http://svn.apache.org/viewvc/directory/clients/trunk/kerberos/realm/pom.xml?rev=599207&r1=599206&r2=599207&view=diff
==============================================================================
--- directory/clients/trunk/kerberos/realm/pom.xml (original)
+++ directory/clients/trunk/kerberos/realm/pom.xml Wed Nov 28 15:58:16 2007
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.client.kerberos</groupId>
     <artifactId>build</artifactId>
-    <version>1.5.1-SNAPSHOT</version>
+    <version>1.5.2-SNAPSHOT</version>
   </parent>
   <artifactId>apacheds-kerberos-realm</artifactId>
   <name>Apache Directory Kerberos Realm</name>