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 2008/09/11 19:12:02 UTC

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

Author: akarasulu
Date: Thu Sep 11 10:12:00 2008
New Revision: 694361

URL: http://svn.apache.org/viewvc?rev=694361&view=rev
Log:
[maven-release-plugin] prepare release 1.1.5

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=694361&r1=694360&r2=694361&view=diff
==============================================================================
--- directory/daemon/trunk/bootstrappers/pom.xml (original)
+++ directory/daemon/trunk/bootstrappers/pom.xml Thu Sep 11 10:12:00 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.daemon</groupId>
     <artifactId>daemon-parent</artifactId>
-    <version>1.1.5-SNAPSHOT</version>
+    <version>1.1.5</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=694361&r1=694360&r2=694361&view=diff
==============================================================================
--- directory/daemon/trunk/plugin/pom.xml (original)
+++ directory/daemon/trunk/plugin/pom.xml Thu Sep 11 10:12:00 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.daemon</groupId>
     <artifactId>daemon-parent</artifactId>
-    <version>1.1.5-SNAPSHOT</version>
+    <version>1.1.5</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=694361&r1=694360&r2=694361&view=diff
==============================================================================
--- directory/daemon/trunk/pom.xml (original)
+++ directory/daemon/trunk/pom.xml Thu Sep 11 10:12:00 2008
@@ -31,7 +31,7 @@
   <name>Apache Directory Daemon</name>
   <packaging>pom</packaging>
   <!-- note that this skipped a RC in being bumped up -->
-  <version>1.1.5-SNAPSHOT</version>
+  <version>1.1.5</version>
   <description>
     Reusable framework for daemon applications based on Commons Daemon
     Jsvc and Procrun. A small installation layout pattern combined with
@@ -114,9 +114,9 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/daemon/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/daemon/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/daemon/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/daemon/tags/1.1.5</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/daemon/tags/1.1.5</developerConnection>
+    <url>http://svn.apache.org/viewvc/directory/daemon/tags/1.1.5</url>
   </scm>
 
   <distributionManagement>