You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2008/10/13 20:06:40 UTC

svn commit: r704191 - in /directory/shared/trunk: asn1-codec/pom.xml asn1/pom.xml convert/pom.xml ldap-constants/pom.xml ldap-jndi/pom.xml ldap/pom.xml pom.xml

Author: pamarcelot
Date: Mon Oct 13 11:06:40 2008
New Revision: 704191

URL: http://svn.apache.org/viewvc?rev=704191&view=rev
Log:
[maven-release-plugin] rollback the release of 0.9.13

Modified:
    directory/shared/trunk/asn1-codec/pom.xml
    directory/shared/trunk/asn1/pom.xml
    directory/shared/trunk/convert/pom.xml
    directory/shared/trunk/ldap-constants/pom.xml
    directory/shared/trunk/ldap-jndi/pom.xml
    directory/shared/trunk/ldap/pom.xml
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/asn1-codec/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/asn1-codec/pom.xml?rev=704191&r1=704190&r2=704191&view=diff
==============================================================================
--- directory/shared/trunk/asn1-codec/pom.xml (original)
+++ directory/shared/trunk/asn1-codec/pom.xml Mon Oct 13 11:06:40 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>shared-parent</artifactId>
-    <version>0.9.14-SNAPSHOT</version>
+    <version>0.9.13-SNAPSHOT</version>
   </parent>
   <artifactId>shared-asn1-codec</artifactId>
   <name>Apache Directory MINA ASN.1 Codec Shared</name>

Modified: directory/shared/trunk/asn1/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/asn1/pom.xml?rev=704191&r1=704190&r2=704191&view=diff
==============================================================================
--- directory/shared/trunk/asn1/pom.xml (original)
+++ directory/shared/trunk/asn1/pom.xml Mon Oct 13 11:06:40 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>shared-parent</artifactId>
-    <version>0.9.14-SNAPSHOT</version>
+    <version>0.9.13-SNAPSHOT</version>
   </parent>
   <artifactId>shared-asn1</artifactId>
   <name>Apache Directory ASN.1 Shared</name>

Modified: directory/shared/trunk/convert/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/convert/pom.xml?rev=704191&r1=704190&r2=704191&view=diff
==============================================================================
--- directory/shared/trunk/convert/pom.xml (original)
+++ directory/shared/trunk/convert/pom.xml Mon Oct 13 11:06:40 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>shared-parent</artifactId>
-    <version>0.9.14-SNAPSHOT</version>
+    <version>0.9.13-SNAPSHOT</version>
   </parent>
   <artifactId>shared-converter</artifactId>
   <name>Apache Directory Protocol Ldap Converters</name>

Modified: directory/shared/trunk/ldap-constants/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-constants/pom.xml?rev=704191&r1=704190&r2=704191&view=diff
==============================================================================
--- directory/shared/trunk/ldap-constants/pom.xml (original)
+++ directory/shared/trunk/ldap-constants/pom.xml Mon Oct 13 11:06:40 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>shared-parent</artifactId>
-    <version>0.9.14-SNAPSHOT</version>
+    <version>0.9.13-SNAPSHOT</version>
   </parent>
   <artifactId>shared-ldap-constants</artifactId>
   <name>Apache Directory Protocol Ldap Shared Constants</name>

Modified: directory/shared/trunk/ldap-jndi/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-jndi/pom.xml?rev=704191&r1=704190&r2=704191&view=diff
==============================================================================
--- directory/shared/trunk/ldap-jndi/pom.xml (original)
+++ directory/shared/trunk/ldap-jndi/pom.xml Mon Oct 13 11:06:40 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>shared-parent</artifactId>
-    <version>0.9.14-SNAPSHOT</version>
+    <version>0.9.13-SNAPSHOT</version>
   </parent>
   <artifactId>shared-ldap-jndi</artifactId>
   <name>Apache Directory JNDI Shared</name>

Modified: directory/shared/trunk/ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/pom.xml?rev=704191&r1=704190&r2=704191&view=diff
==============================================================================
--- directory/shared/trunk/ldap/pom.xml (original)
+++ directory/shared/trunk/ldap/pom.xml Mon Oct 13 11:06:40 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>shared-parent</artifactId>
-    <version>0.9.14-SNAPSHOT</version>
+    <version>0.9.13-SNAPSHOT</version>
   </parent>
   <artifactId>shared-ldap</artifactId>
   <name>Apache Directory Protocol Ldap Shared</name>

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=704191&r1=704190&r2=704191&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Mon Oct 13 11:06:40 2008
@@ -28,7 +28,7 @@
   <artifactId>shared-parent</artifactId>
   <name>Apache Directory Shared</name>
   <packaging>pom</packaging>
-  <version>0.9.14-SNAPSHOT</version>
+  <version>0.9.13-SNAPSHOT</version>
 
   <properties>
     <projectName>ApacheDS-Shared</projectName>



Re: svn commit: r704191 - in /directory/shared/trunk: asn1-codec/pom.xml asn1/pom.xml convert/pom.xml ldap-constants/pom.xml ldap-jndi/pom.xml ldap/pom.xml pom.xml

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
FYI, I've just rollback the release of Shared, until I can deploy correctly
the files.

Thanks,
Pierre-Arnaud

On Mon, Oct 13, 2008 at 8:06 PM, <pa...@apache.org> wrote:

> Author: pamarcelot
> Date: Mon Oct 13 11:06:40 2008
> New Revision: 704191
>
> URL: http://svn.apache.org/viewvc?rev=704191&view=rev
> Log:
> [maven-release-plugin] rollback the release of 0.9.13
>
> Modified:
>    directory/shared/trunk/asn1-codec/pom.xml
>    directory/shared/trunk/asn1/pom.xml
>    directory/shared/trunk/convert/pom.xml
>    directory/shared/trunk/ldap-constants/pom.xml
>    directory/shared/trunk/ldap-jndi/pom.xml
>    directory/shared/trunk/ldap/pom.xml
>    directory/shared/trunk/pom.xml
>
> Modified: directory/shared/trunk/asn1-codec/pom.xml
> URL:
> http://svn.apache.org/viewvc/directory/shared/trunk/asn1-codec/pom.xml?rev=704191&r1=704190&r2=704191&view=diff
>
> ==============================================================================
> --- directory/shared/trunk/asn1-codec/pom.xml (original)
> +++ directory/shared/trunk/asn1-codec/pom.xml Mon Oct 13 11:06:40 2008
> @@ -24,7 +24,7 @@
>   <parent>
>     <groupId>org.apache.directory.shared</groupId>
>     <artifactId>shared-parent</artifactId>
> -    <version>0.9.14-SNAPSHOT</version>
> +    <version>0.9.13-SNAPSHOT</version>
>   </parent>
>   <artifactId>shared-asn1-codec</artifactId>
>   <name>Apache Directory MINA ASN.1 Codec Shared</name>
>
> Modified: directory/shared/trunk/asn1/pom.xml
> URL:
> http://svn.apache.org/viewvc/directory/shared/trunk/asn1/pom.xml?rev=704191&r1=704190&r2=704191&view=diff
>
> ==============================================================================
> --- directory/shared/trunk/asn1/pom.xml (original)
> +++ directory/shared/trunk/asn1/pom.xml Mon Oct 13 11:06:40 2008
> @@ -24,7 +24,7 @@
>   <parent>
>     <groupId>org.apache.directory.shared</groupId>
>     <artifactId>shared-parent</artifactId>
> -    <version>0.9.14-SNAPSHOT</version>
> +    <version>0.9.13-SNAPSHOT</version>
>   </parent>
>   <artifactId>shared-asn1</artifactId>
>   <name>Apache Directory ASN.1 Shared</name>
>
> Modified: directory/shared/trunk/convert/pom.xml
> URL:
> http://svn.apache.org/viewvc/directory/shared/trunk/convert/pom.xml?rev=704191&r1=704190&r2=704191&view=diff
>
> ==============================================================================
> --- directory/shared/trunk/convert/pom.xml (original)
> +++ directory/shared/trunk/convert/pom.xml Mon Oct 13 11:06:40 2008
> @@ -24,7 +24,7 @@
>   <parent>
>     <groupId>org.apache.directory.shared</groupId>
>     <artifactId>shared-parent</artifactId>
> -    <version>0.9.14-SNAPSHOT</version>
> +    <version>0.9.13-SNAPSHOT</version>
>   </parent>
>   <artifactId>shared-converter</artifactId>
>   <name>Apache Directory Protocol Ldap Converters</name>
>
> Modified: directory/shared/trunk/ldap-constants/pom.xml
> URL:
> http://svn.apache.org/viewvc/directory/shared/trunk/ldap-constants/pom.xml?rev=704191&r1=704190&r2=704191&view=diff
>
> ==============================================================================
> --- directory/shared/trunk/ldap-constants/pom.xml (original)
> +++ directory/shared/trunk/ldap-constants/pom.xml Mon Oct 13 11:06:40 2008
> @@ -24,7 +24,7 @@
>   <parent>
>     <groupId>org.apache.directory.shared</groupId>
>     <artifactId>shared-parent</artifactId>
> -    <version>0.9.14-SNAPSHOT</version>
> +    <version>0.9.13-SNAPSHOT</version>
>   </parent>
>   <artifactId>shared-ldap-constants</artifactId>
>   <name>Apache Directory Protocol Ldap Shared Constants</name>
>
> Modified: directory/shared/trunk/ldap-jndi/pom.xml
> URL:
> http://svn.apache.org/viewvc/directory/shared/trunk/ldap-jndi/pom.xml?rev=704191&r1=704190&r2=704191&view=diff
>
> ==============================================================================
> --- directory/shared/trunk/ldap-jndi/pom.xml (original)
> +++ directory/shared/trunk/ldap-jndi/pom.xml Mon Oct 13 11:06:40 2008
> @@ -24,7 +24,7 @@
>   <parent>
>     <groupId>org.apache.directory.shared</groupId>
>     <artifactId>shared-parent</artifactId>
> -    <version>0.9.14-SNAPSHOT</version>
> +    <version>0.9.13-SNAPSHOT</version>
>   </parent>
>   <artifactId>shared-ldap-jndi</artifactId>
>   <name>Apache Directory JNDI Shared</name>
>
> Modified: directory/shared/trunk/ldap/pom.xml
> URL:
> http://svn.apache.org/viewvc/directory/shared/trunk/ldap/pom.xml?rev=704191&r1=704190&r2=704191&view=diff
>
> ==============================================================================
> --- directory/shared/trunk/ldap/pom.xml (original)
> +++ directory/shared/trunk/ldap/pom.xml Mon Oct 13 11:06:40 2008
> @@ -24,7 +24,7 @@
>   <parent>
>     <groupId>org.apache.directory.shared</groupId>
>     <artifactId>shared-parent</artifactId>
> -    <version>0.9.14-SNAPSHOT</version>
> +    <version>0.9.13-SNAPSHOT</version>
>   </parent>
>   <artifactId>shared-ldap</artifactId>
>   <name>Apache Directory Protocol Ldap Shared</name>
>
> Modified: directory/shared/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=704191&r1=704190&r2=704191&view=diff
>
> ==============================================================================
> --- directory/shared/trunk/pom.xml (original)
> +++ directory/shared/trunk/pom.xml Mon Oct 13 11:06:40 2008
> @@ -28,7 +28,7 @@
>   <artifactId>shared-parent</artifactId>
>   <name>Apache Directory Shared</name>
>   <packaging>pom</packaging>
> -  <version>0.9.14-SNAPSHOT</version>
> +  <version>0.9.13-SNAPSHOT</version>
>
>   <properties>
>     <projectName>ApacheDS-Shared</projectName>
>
>
>