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/25 01:54:21 UTC

svn commit: r541487 - in /directory/daemon/branches/1.0: bootstrappers/pom.xml plugin/pom.xml pom.xml

Author: elecharny
Date: Thu May 24 16:54:17 2007
New Revision: 541487

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

Modified:
    directory/daemon/branches/1.0/bootstrappers/pom.xml
    directory/daemon/branches/1.0/plugin/pom.xml
    directory/daemon/branches/1.0/pom.xml

Modified: directory/daemon/branches/1.0/bootstrappers/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/branches/1.0/bootstrappers/pom.xml?view=diff&rev=541487&r1=541486&r2=541487
==============================================================================
--- directory/daemon/branches/1.0/bootstrappers/pom.xml (original)
+++ directory/daemon/branches/1.0/bootstrappers/pom.xml Thu May 24 16:54:17 2007
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<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>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/1.0/plugin/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/branches/1.0/plugin/pom.xml?view=diff&rev=541487&r1=541486&r2=541487
==============================================================================
--- directory/daemon/branches/1.0/plugin/pom.xml (original)
+++ directory/daemon/branches/1.0/plugin/pom.xml Thu May 24 16:54:17 2007
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<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>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/1.0/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/branches/1.0/pom.xml?view=diff&rev=541487&r1=541486&r2=541487
==============================================================================
--- directory/daemon/branches/1.0/pom.xml (original)
+++ directory/daemon/branches/1.0/pom.xml Thu May 24 16:54:17 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<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</groupId>
@@ -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
@@ -37,8 +37,8 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/daemon/branches/1.0</connection>
-    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/directory/daemon/branches/1.0</developerConnection>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/directory/daemon/releases/build-1.0.2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/daemon/releases/build-1.0.2</developerConnection>
   </scm>
 
   <build>