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

svn commit: r537800 - in /directory/daemon/branches/deamon-1.0.2-pre-release: bootstrappers/pom.xml plugin/pom.xml pom.xml

Author: elecharny
Date: Mon May 14 05:35:10 2007
New Revision: 537800

URL: http://svn.apache.org/viewvc?view=rev&rev=537800
Log:
Changing the version from 1.0.2-SNAPSHOT to 1.0.2

Modified:
    directory/daemon/branches/deamon-1.0.2-pre-release/bootstrappers/pom.xml
    directory/daemon/branches/deamon-1.0.2-pre-release/plugin/pom.xml
    directory/daemon/branches/deamon-1.0.2-pre-release/pom.xml

Modified: directory/daemon/branches/deamon-1.0.2-pre-release/bootstrappers/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/branches/deamon-1.0.2-pre-release/bootstrappers/pom.xml?view=diff&rev=537800&r1=537799&r2=537800
==============================================================================
--- directory/daemon/branches/deamon-1.0.2-pre-release/bootstrappers/pom.xml (original)
+++ directory/daemon/branches/deamon-1.0.2-pre-release/bootstrappers/pom.xml Mon May 14 05:35:10 2007
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.daemon</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>daemon-bootstrappers</artifactId>
   <name>Apache Directory Daemon Bootstrappers</name>

Modified: directory/daemon/branches/deamon-1.0.2-pre-release/plugin/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/branches/deamon-1.0.2-pre-release/plugin/pom.xml?view=diff&rev=537800&r1=537799&r2=537800
==============================================================================
--- directory/daemon/branches/deamon-1.0.2-pre-release/plugin/pom.xml (original)
+++ directory/daemon/branches/deamon-1.0.2-pre-release/plugin/pom.xml Mon May 14 05:35:10 2007
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.daemon</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>daemon-plugin</artifactId>
   <name>Apache Directory Daemon Plugin (Maven 2)</name>

Modified: directory/daemon/branches/deamon-1.0.2-pre-release/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/branches/deamon-1.0.2-pre-release/pom.xml?view=diff&rev=537800&r1=537799&r2=537800
==============================================================================
--- directory/daemon/branches/deamon-1.0.2-pre-release/pom.xml (original)
+++ directory/daemon/branches/deamon-1.0.2-pre-release/pom.xml Mon May 14 05:35:10 2007
@@ -11,7 +11,7 @@
   <name>Apache Directory Daemon</name>
   <packaging>pom</packaging>  
 
-  <version>1.0.2-SNAPSHOT</version>
+  <version>1.0.2</version>
   <description>
     Reusable framework for daemon applications based on Commons Daemon
     Jsvc and Procrun. A small installation layout pattern combined with