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/24 07:33:49 UTC

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

Author: akarasulu
Date: Wed May 23 22:33:48 2007
New Revision: 541180

URL: http://svn.apache.org/viewvc?view=rev&rev=541180
Log:
correcting acidental commit with updated release numbers due to toying with release plugin

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=541180&r1=541179&r2=541180
==============================================================================
--- directory/shared/branches/0.9.5/asn1-codec/pom.xml (original)
+++ directory/shared/branches/0.9.5/asn1-codec/pom.xml Wed May 23 22:33:48 2007
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>build</artifactId>
-    <version>0.9.5.6-SNAPSHOT</version>
+    <version>0.9.5.5-SNAPSHOT</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=541180&r1=541179&r2=541180
==============================================================================
--- directory/shared/branches/0.9.5/asn1/pom.xml (original)
+++ directory/shared/branches/0.9.5/asn1/pom.xml Wed May 23 22:33:48 2007
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>build</artifactId>
-    <version>0.9.5.6-SNAPSHOT</version>
+    <version>0.9.5.5-SNAPSHOT</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=541180&r1=541179&r2=541180
==============================================================================
--- directory/shared/branches/0.9.5/ldap/pom.xml (original)
+++ directory/shared/branches/0.9.5/ldap/pom.xml Wed May 23 22:33:48 2007
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>build</artifactId>
-    <version>0.9.5.6-SNAPSHOT</version>
+    <version>0.9.5.5-SNAPSHOT</version>
   </parent>
   <artifactId>shared-ldap</artifactId>
   <name>Apache Directory Protocol Ldap Shared</name>

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=541180&r1=541179&r2=541180
==============================================================================
--- directory/shared/branches/0.9.5/pom.xml (original)
+++ directory/shared/branches/0.9.5/pom.xml Wed May 23 22:33:48 2007
@@ -10,7 +10,7 @@
   <artifactId>build</artifactId>
   <name>Apache Directory Shared</name>
   <packaging>pom</packaging>  
-  <version>0.9.5.6-SNAPSHOT</version>
+  <version>0.9.5.5-SNAPSHOT</version>
   <modules>
     <module>asn1</module>
     <module>ldap</module>
@@ -27,6 +27,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-4</version>
         <configuration>
           <tagBase>https://svn.apache.org/repos/asf/directory/shared/releases</tagBase>
         </configuration>
@@ -40,6 +41,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.0-alpha-3</version>
             <executions>
               <execution>
                 <goals>