You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by cc...@apache.org on 2007/07/13 05:40:45 UTC

svn commit: r555860 - in /directory/daemon/trunk: bootstrappers/pom.xml plugin/pom.xml pom.xml

Author: ccustine
Date: Thu Jul 12 20:40:44 2007
New Revision: 555860

URL: http://svn.apache.org/viewvc?view=rev&rev=555860
Log:
DIRSERVER-977 - Rename parent artifactId to be unique within project.
DIRSERVER-995 - Cleaning up slf4j dependency defs in poms.

Modified:
    directory/daemon/trunk/bootstrappers/pom.xml
    directory/daemon/trunk/plugin/pom.xml
    directory/daemon/trunk/pom.xml

Modified: directory/daemon/trunk/bootstrappers/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/trunk/bootstrappers/pom.xml?view=diff&rev=555860&r1=555859&r2=555860
==============================================================================
--- directory/daemon/trunk/bootstrappers/pom.xml (original)
+++ directory/daemon/trunk/bootstrappers/pom.xml Thu Jul 12 20:40:44 2007
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.directory.daemon</groupId>
-    <artifactId>build</artifactId>
+    <artifactId>daemon-parent</artifactId>
     <version>1.1.1-SNAPSHOT</version>
   </parent>
   <artifactId>daemon-bootstrappers</artifactId>

Modified: directory/daemon/trunk/plugin/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/trunk/plugin/pom.xml?view=diff&rev=555860&r1=555859&r2=555860
==============================================================================
--- directory/daemon/trunk/plugin/pom.xml (original)
+++ directory/daemon/trunk/plugin/pom.xml Thu Jul 12 20:40:44 2007
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.directory.daemon</groupId>
-    <artifactId>build</artifactId>
+    <artifactId>daemon-parent</artifactId>
     <version>1.1.1-SNAPSHOT</version>
   </parent>
   <artifactId>daemon-plugin</artifactId>

Modified: directory/daemon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/trunk/pom.xml?view=diff&rev=555860&r1=555859&r2=555860
==============================================================================
--- directory/daemon/trunk/pom.xml (original)
+++ directory/daemon/trunk/pom.xml Thu Jul 12 20:40:44 2007
@@ -7,7 +7,7 @@
     <version>7</version>
   </parent>
   <groupId>org.apache.directory.daemon</groupId>
-  <artifactId>build</artifactId>
+  <artifactId>daemon-parent</artifactId>
   <name>Apache Directory Daemon</name>
   <packaging>pom</packaging>  
   <!-- note that this skipped a RC in being bumped up -->
@@ -28,8 +28,8 @@
   <dependencies>
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>nlog4j</artifactId>
-      <version>1.2.25</version>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.4.0</version>
     </dependency>
 
     <dependency>
@@ -42,6 +42,7 @@
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
+      <scope>test</scope>
     </dependency>
 
   </dependencies>