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/10/14 21:41:19 UTC

svn commit: r464001 - in /directory/branches/daemon/1.0: ./ bootstrappers/ bootstrappers/src/main/resources/ bootstrappers/src/main/resources/META-INF/ plugin/ plugin/reference/ plugin/src/main/resources/META-INF/

Author: akarasulu
Date: Sat Oct 14 12:41:18 2006
New Revision: 464001

URL: http://svn.apache.org/viewvc?view=rev&rev=464001
Log:
using new daemon branch ... bumping revisions to the next release

Added:
    directory/branches/daemon/1.0/bootstrappers/src/main/resources/
    directory/branches/daemon/1.0/bootstrappers/src/main/resources/META-INF/
    directory/branches/daemon/1.0/bootstrappers/src/main/resources/META-INF/LICENSE.txt
      - copied unchanged from r463998, directory/branches/daemon/1.0/bootstrappers/LICENSE.txt
    directory/branches/daemon/1.0/bootstrappers/src/main/resources/META-INF/NOTICE.txt
      - copied unchanged from r463998, directory/branches/daemon/1.0/bootstrappers/NOTICE.txt
    directory/branches/daemon/1.0/plugin/src/main/resources/META-INF/
    directory/branches/daemon/1.0/plugin/src/main/resources/META-INF/LICENSE.txt
      - copied unchanged from r463998, directory/branches/daemon/1.0/plugin/LICENSE.txt
    directory/branches/daemon/1.0/plugin/src/main/resources/META-INF/NOTICE.txt
      - copied unchanged from r463998, directory/branches/daemon/1.0/plugin/NOTICE.txt
Removed:
    directory/branches/daemon/1.0/bootstrappers/LICENSE.txt
    directory/branches/daemon/1.0/bootstrappers/NOTICE.txt
    directory/branches/daemon/1.0/plugin/LICENSE.txt
    directory/branches/daemon/1.0/plugin/NOTICE.txt
    directory/branches/daemon/1.0/plugin/reference/
Modified:
    directory/branches/daemon/1.0/bootstrappers/pom.xml
    directory/branches/daemon/1.0/plugin/pom.xml
    directory/branches/daemon/1.0/pom.xml

Modified: directory/branches/daemon/1.0/bootstrappers/pom.xml
URL: http://svn.apache.org/viewvc/directory/branches/daemon/1.0/bootstrappers/pom.xml?view=diff&rev=464001&r1=464000&r2=464001
==============================================================================
--- directory/branches/daemon/1.0/bootstrappers/pom.xml (original)
+++ directory/branches/daemon/1.0/bootstrappers/pom.xml Sat Oct 14 12:41:18 2006
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.daemon</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
   <artifactId>daemon-bootstrappers</artifactId>
   <name>Apache Directory Daemon Bootstrappers</name>

Modified: directory/branches/daemon/1.0/plugin/pom.xml
URL: http://svn.apache.org/viewvc/directory/branches/daemon/1.0/plugin/pom.xml?view=diff&rev=464001&r1=464000&r2=464001
==============================================================================
--- directory/branches/daemon/1.0/plugin/pom.xml (original)
+++ directory/branches/daemon/1.0/plugin/pom.xml Sat Oct 14 12:41:18 2006
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.daemon</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
   <artifactId>daemon-plugin</artifactId>
   <name>Apache Directory Daemon Plugin (Maven 2)</name>

Modified: directory/branches/daemon/1.0/pom.xml
URL: http://svn.apache.org/viewvc/directory/branches/daemon/1.0/pom.xml?view=diff&rev=464001&r1=464000&r2=464001
==============================================================================
--- directory/branches/daemon/1.0/pom.xml (original)
+++ directory/branches/daemon/1.0/pom.xml Sat Oct 14 12:41:18 2006
@@ -11,7 +11,7 @@
   <name>Apache Directory Daemon</name>
   <packaging>pom</packaging>  
   <!-- note that this skipped a RC in being bumped up -->
-  <version>1.0.0</version>
+  <version>1.0.1-SNAPSHOT</version>
   <description>
     Reusable framework for daemon applications based on Commons Daemon
     Jsvc and Procrun. A small installation layout pattern combined with