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 2007/09/01 07:25:24 UTC

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

Author: akarasulu
Date: Fri Aug 31 22:25:23 2007
New Revision: 571698

URL: http://svn.apache.org/viewvc?rev=571698&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

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?rev=571698&r1=571697&r2=571698&view=diff
==============================================================================
--- directory/daemon/trunk/bootstrappers/pom.xml (original)
+++ directory/daemon/trunk/bootstrappers/pom.xml Fri Aug 31 22:25:23 2007
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.directory.daemon</groupId>
     <artifactId>daemon-parent</artifactId>
-    <version>1.1.1</version>
+    <version>1.1.2-SNAPSHOT</version>
   </parent>
   <artifactId>daemon-bootstrappers</artifactId>
   <name>Apache Directory Daemon Bootstrappers</name>

Modified: directory/daemon/trunk/plugin/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/trunk/plugin/pom.xml?rev=571698&r1=571697&r2=571698&view=diff
==============================================================================
--- directory/daemon/trunk/plugin/pom.xml (original)
+++ directory/daemon/trunk/plugin/pom.xml Fri Aug 31 22:25:23 2007
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.directory.daemon</groupId>
     <artifactId>daemon-parent</artifactId>
-    <version>1.1.1</version>
+    <version>1.1.2-SNAPSHOT</version>
   </parent>
   <artifactId>daemon-plugin</artifactId>
   <name>Apache Directory Daemon Plugin (Maven 2)</name>

Modified: directory/daemon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/trunk/pom.xml?rev=571698&r1=571697&r2=571698&view=diff
==============================================================================
--- directory/daemon/trunk/pom.xml (original)
+++ directory/daemon/trunk/pom.xml Fri Aug 31 22:25:23 2007
@@ -28,7 +28,7 @@
   <name>Apache Directory Daemon</name>
   <packaging>pom</packaging>
   <!-- note that this skipped a RC in being bumped up -->
-  <version>1.1.1</version>
+  <version>1.1.2-SNAPSHOT</version>
   <description>
     Reusable framework for daemon applications based on Commons Daemon
     Jsvc and Procrun. A small installation layout pattern combined with
@@ -106,9 +106,9 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/directory/daemon/releases/1.1.1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/daemon/releases/1.1.1</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/directory/daemon/releases/1.1.1</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/daemon/trunk</connection>
+    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/directory/daemon/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/directory/project/releases/8/daemon-parent</url>
   </scm>
 
   <build>