Last minutes changes are always bad, but this is something we have to deal with...

Can I suggest that before entering in release mode, we do a code freeze just before ? As we have a 72 hours period between the vote and the real release, the code freeze period would be used to avoid some last minute changes during the release.

Also, I would say that the release manager will always be blamed for what he breaks, but he is not responsible, as he is just the guy who paint the house, and notice the cracks in the wall...

Thanks Alex and Pierre-Arnaud !

Pierre-Arnaud Marcelot wrote:
This is bad... :(

This last minute change in the name of the artifact makes a few installers
break because they have the old name in their classpath.

I'm going to regenerate the non working installers.

Regards,
Pierre-Arnaud

On Fri, Sep 12, 2008 at 12:58 AM, <[EMAIL PROTECTED]> wrote:

Author: akarasulu
Date: Thu Sep 11 15:58:02 2008
New Revision: 694527

URL: http://svn.apache.org/viewvc?rev=694527&view=rev
Log:
correcting problem with renamed module not having artifact id properly set

Modified:
   directory/apacheds/trunk/core/pom.xml
   directory/apacheds/trunk/jdbm-store/pom.xml
   directory/apacheds/trunk/xdbm-base/pom.xml
   directory/apacheds/trunk/xdbm-search/pom.xml
   directory/apacheds/trunk/xdbm-tools/pom.xml

Modified: directory/apacheds/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/directory/apacheds/trunk/core/pom.xml?rev=694527&r1=694526&r2=694527&view=diff

==============================================================================
--- directory/apacheds/trunk/core/pom.xml (original)
+++ directory/apacheds/trunk/core/pom.xml Thu Sep 11 15:58:02 2008
@@ -99,7 +99,7 @@

    <dependency>
      <groupId>org.apache.directory.server</groupId>
-      <artifactId>apacheds-btree-base</artifactId>
+      <artifactId>apacheds-xdbm-base</artifactId>
      <version>${pom.version}</version>
    </dependency>


Modified: directory/apacheds/trunk/jdbm-store/pom.xml
URL:
http://svn.apache.org/viewvc/directory/apacheds/trunk/jdbm-store/pom.xml?rev=694527&r1=694526&r2=694527&view=diff

==============================================================================
--- directory/apacheds/trunk/jdbm-store/pom.xml (original)
+++ directory/apacheds/trunk/jdbm-store/pom.xml Thu Sep 11 15:58:02 2008
@@ -73,7 +73,7 @@

    <dependency>
      <groupId>${pom.groupId}</groupId>
-      <artifactId>apacheds-btree-base</artifactId>
+      <artifactId>apacheds-xdbm-base</artifactId>
      <version>${pom.version}</version>
    </dependency>


Modified: directory/apacheds/trunk/xdbm-base/pom.xml
URL:
http://svn.apache.org/viewvc/directory/apacheds/trunk/xdbm-base/pom.xml?rev=694527&r1=694526&r2=694527&view=diff

==============================================================================
--- directory/apacheds/trunk/xdbm-base/pom.xml (original)
+++ directory/apacheds/trunk/xdbm-base/pom.xml Thu Sep 11 15:58:02 2008
@@ -26,7 +26,7 @@
    <artifactId>apacheds-parent</artifactId>
    <version>1.5.4</version>
  </parent>
-  <artifactId>apacheds-btree-base</artifactId>
+  <artifactId>apacheds-xdbm-base</artifactId>
  <name>ApacheDS XDBM Base</name>
  <packaging>jar</packaging>


Modified: directory/apacheds/trunk/xdbm-search/pom.xml
URL:
http://svn.apache.org/viewvc/directory/apacheds/trunk/xdbm-search/pom.xml?rev=694527&r1=694526&r2=694527&view=diff

==============================================================================
--- directory/apacheds/trunk/xdbm-search/pom.xml (original)
+++ directory/apacheds/trunk/xdbm-search/pom.xml Thu Sep 11 15:58:02 2008
@@ -33,7 +33,7 @@
  <dependencies>
    <dependency>
      <groupId>org.apache.directory.server</groupId>
-      <artifactId>apacheds-btree-base</artifactId>
+      <artifactId>apacheds-xdbm-base</artifactId>
      <version>${pom.version}</version>
    </dependency>


Modified: directory/apacheds/trunk/xdbm-tools/pom.xml
URL:
http://svn.apache.org/viewvc/directory/apacheds/trunk/xdbm-tools/pom.xml?rev=694527&r1=694526&r2=694527&view=diff

==============================================================================
--- directory/apacheds/trunk/xdbm-tools/pom.xml (original)
+++ directory/apacheds/trunk/xdbm-tools/pom.xml Thu Sep 11 15:58:02 2008
@@ -38,7 +38,7 @@
  <dependencies>
    <dependency>
      <groupId>org.apache.directory.server</groupId>
-      <artifactId>apacheds-btree-base</artifactId>
+      <artifactId>apacheds-xdbm-base</artifactId>
      <version>${pom.version}</version>
    </dependency>
  </dependencies>






--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org


Reply via email to