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 2006/04/30 22:31:22 UTC

svn commit: r398429 - in /directory/trunks/daemon: bootstrappers/pom.xml plugin/pom.xml pom.xml

Author: akarasulu
Date: Sun Apr 30 13:31:20 2006
New Revision: 398429

URL: http://svn.apache.org/viewcvs?rev=398429&view=rev
Log:
bumping up versions to 1.0-RC2 for apacheds RC2 release

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

Modified: directory/trunks/daemon/bootstrappers/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/daemon/bootstrappers/pom.xml?rev=398429&r1=398428&r2=398429&view=diff
==============================================================================
--- directory/trunks/daemon/bootstrappers/pom.xml (original)
+++ directory/trunks/daemon/bootstrappers/pom.xml Sun Apr 30 13:31:20 2006
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.daemon</groupId>
     <artifactId>build</artifactId>
-    <version>1.0-RC1</version>
+    <version>1.0-RC2</version>
   </parent>
   <artifactId>daemon-bootstrappers</artifactId>
   <name>Apache Directory Daemon Bootstrappers</name>

Modified: directory/trunks/daemon/plugin/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/daemon/plugin/pom.xml?rev=398429&r1=398428&r2=398429&view=diff
==============================================================================
--- directory/trunks/daemon/plugin/pom.xml (original)
+++ directory/trunks/daemon/plugin/pom.xml Sun Apr 30 13:31:20 2006
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.daemon</groupId>
     <artifactId>build</artifactId>
-    <version>1.0-RC1</version>
+    <version>1.0-RC2</version>
   </parent>
   <artifactId>daemon-plugin</artifactId>
   <name>Apache Directory Daemon Plugin (Maven 2)</name>

Modified: directory/trunks/daemon/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/daemon/pom.xml?rev=398429&r1=398428&r2=398429&view=diff
==============================================================================
--- directory/trunks/daemon/pom.xml (original)
+++ directory/trunks/daemon/pom.xml Sun Apr 30 13:31:20 2006
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.apache.directory</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.4</version>
   </parent>
   <groupId>org.apache.directory.daemon</groupId>
   <artifactId>build</artifactId>
   <name>Apache Directory Daemon</name>
   <packaging>pom</packaging>  
-  <version>1.0-RC1</version>
+  <version>1.0-RC2</version>
   <description>
     Reusable framework for daemon applications based on Commons Daemon
     Jsvc and Procrun. A small installation layout pattern combined with
@@ -26,7 +26,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>nlog4j</artifactId>
-      <version>1.2.19</version>
+      <version>1.2.24</version>
     </dependency>
     <dependency>
       <groupId>commons-daemon</groupId>