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/05/23 04:47:48 UTC

svn commit: r540816 - in /directory/shared/branches/0.9.5: asn1-codec/pom.xml asn1/pom.xml ldap/pom.xml pom.xml

Author: akarasulu
Date: Tue May 22 19:47:47 2007
New Revision: 540816

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

Modified:
    directory/shared/branches/0.9.5/asn1-codec/pom.xml
    directory/shared/branches/0.9.5/asn1/pom.xml
    directory/shared/branches/0.9.5/ldap/pom.xml
    directory/shared/branches/0.9.5/pom.xml

Modified: directory/shared/branches/0.9.5/asn1-codec/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/0.9.5/asn1-codec/pom.xml?view=diff&rev=540816&r1=540815&r2=540816
==============================================================================
--- directory/shared/branches/0.9.5/asn1-codec/pom.xml (original)
+++ directory/shared/branches/0.9.5/asn1-codec/pom.xml Tue May 22 19:47:47 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.shared</groupId>
     <artifactId>build</artifactId>
-    <version>0.9.5.5-SNAPSHOT</version>
+    <version>0.9.5.5</version>
   </parent>
   <artifactId>shared-asn1-codec</artifactId>
   <name>Apache Directory MINA ASN.1 Codec Shared</name>

Modified: directory/shared/branches/0.9.5/asn1/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/0.9.5/asn1/pom.xml?view=diff&rev=540816&r1=540815&r2=540816
==============================================================================
--- directory/shared/branches/0.9.5/asn1/pom.xml (original)
+++ directory/shared/branches/0.9.5/asn1/pom.xml Tue May 22 19:47:47 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.shared</groupId>
     <artifactId>build</artifactId>
-    <version>0.9.5.5-SNAPSHOT</version>
+    <version>0.9.5.5</version>
   </parent>
   <artifactId>shared-asn1</artifactId>
   <name>Apache Directory ASN.1 Shared</name>

Modified: directory/shared/branches/0.9.5/ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/0.9.5/ldap/pom.xml?view=diff&rev=540816&r1=540815&r2=540816
==============================================================================
--- directory/shared/branches/0.9.5/ldap/pom.xml (original)
+++ directory/shared/branches/0.9.5/ldap/pom.xml Tue May 22 19:47:47 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.shared</groupId>
     <artifactId>build</artifactId>
-    <version>0.9.5.5-SNAPSHOT</version>
+    <version>0.9.5.5</version>
   </parent>
   <artifactId>shared-ldap</artifactId>
   <name>Apache Directory Protocol Ldap Shared</name>
@@ -99,7 +99,7 @@
         <executions>
           <execution>
             <phase>generate-sources</phase>
-            <configuration/>
+            <configuration />
             <goals>
               <goal>run</goal>
             </goals>

Modified: directory/shared/branches/0.9.5/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/0.9.5/pom.xml?view=diff&rev=540816&r1=540815&r2=540816
==============================================================================
--- directory/shared/branches/0.9.5/pom.xml (original)
+++ directory/shared/branches/0.9.5/pom.xml Tue May 22 19:47:47 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>
@@ -10,7 +10,7 @@
   <artifactId>build</artifactId>
   <name>Apache Directory Shared</name>
   <packaging>pom</packaging>  
-  <version>0.9.5.5-SNAPSHOT</version>
+  <version>0.9.5.5</version>
   <modules>
     <module>asn1</module>
     <module>ldap</module>
@@ -18,8 +18,8 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/branches/0.9.5</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/branches/0.9.5</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/releases/build-0.9.5.5</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/releases/build-0.9.5.5</developerConnection>
   </scm>