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:14 UTC

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

Author: akarasulu
Date: Fri Aug 31 22:25:13 2007
New Revision: 571695

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

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=571695&r1=571694&r2=571695&view=diff
==============================================================================
--- directory/daemon/trunk/bootstrappers/pom.xml (original)
+++ directory/daemon/trunk/bootstrappers/pom.xml Fri Aug 31 22:25:13 2007
@@ -16,12 +16,12 @@
     limitations under the License.
 -->
 <!-- $Rev:  $ $Date:  $ -->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.directory.daemon</groupId>
     <artifactId>daemon-parent</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.1</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=571695&r1=571694&r2=571695&view=diff
==============================================================================
--- directory/daemon/trunk/plugin/pom.xml (original)
+++ directory/daemon/trunk/plugin/pom.xml Fri Aug 31 22:25:13 2007
@@ -16,12 +16,12 @@
     limitations under the License.
 -->
 <!-- $Rev:  $ $Date:  $ -->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.directory.daemon</groupId>
     <artifactId>daemon-parent</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.1</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=571695&r1=571694&r2=571695&view=diff
==============================================================================
--- directory/daemon/trunk/pom.xml (original)
+++ directory/daemon/trunk/pom.xml Fri Aug 31 22:25:13 2007
@@ -16,7 +16,7 @@
     limitations under the License.
 -->
 <!-- $Rev:  $ $Date:  $ -->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.directory.project</groupId>
@@ -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-SNAPSHOT</version>
+  <version>1.1.1</version>
   <description>
     Reusable framework for daemon applications based on Commons Daemon
     Jsvc and Procrun. A small installation layout pattern combined with
@@ -106,8 +106,9 @@
   </dependencies>
 
   <scm>
-    <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>
+    <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>
   </scm>
 
   <build>