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 2012/02/24 13:06:57 UTC

svn commit: r1293201 - in /directory/jdbm/trunk: jdbm/pom.xml jdbm2/pom.xml pom.xml

Author: pamarcelot
Date: Fri Feb 24 12:06:57 2012
New Revision: 1293201

URL: http://svn.apache.org/viewvc?rev=1293201&view=rev
Log:
[maven-release-plugin] prepare release 2.0.0-M1

Modified:
    directory/jdbm/trunk/jdbm/pom.xml
    directory/jdbm/trunk/jdbm2/pom.xml
    directory/jdbm/trunk/pom.xml

Modified: directory/jdbm/trunk/jdbm/pom.xml
URL: http://svn.apache.org/viewvc/directory/jdbm/trunk/jdbm/pom.xml?rev=1293201&r1=1293200&r2=1293201&view=diff
==============================================================================
--- directory/jdbm/trunk/jdbm/pom.xml (original)
+++ directory/jdbm/trunk/jdbm/pom.xml Fri Feb 24 12:06:57 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.jdbm</groupId>
     <artifactId>apacheds-jdbm-parent</artifactId>
-    <version>2.0.0-M1-SNAPSHOT</version>
+    <version>2.0.0-M1</version>
   </parent>
   
   <artifactId>apacheds-jdbm</artifactId>

Modified: directory/jdbm/trunk/jdbm2/pom.xml
URL: http://svn.apache.org/viewvc/directory/jdbm/trunk/jdbm2/pom.xml?rev=1293201&r1=1293200&r2=1293201&view=diff
==============================================================================
--- directory/jdbm/trunk/jdbm2/pom.xml (original)
+++ directory/jdbm/trunk/jdbm2/pom.xml Fri Feb 24 12:06:57 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.jdbm</groupId>
     <artifactId>apacheds-jdbm-parent</artifactId>
-    <version>2.0.0-M1-SNAPSHOT</version>
+    <version>2.0.0-M1</version>
   </parent>
   
   <artifactId>apacheds-jdbm2</artifactId>

Modified: directory/jdbm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/jdbm/trunk/pom.xml?rev=1293201&r1=1293200&r2=1293201&view=diff
==============================================================================
--- directory/jdbm/trunk/pom.xml (original)
+++ directory/jdbm/trunk/pom.xml Fri Feb 24 12:06:57 2012
@@ -31,7 +31,7 @@
   <groupId>org.apache.directory.jdbm</groupId>
   <artifactId>apacheds-jdbm-parent</artifactId>
   <name>ApacheDS JDBM</name>
-  <version>2.0.0-M1-SNAPSHOT</version>
+  <version>2.0.0-M1</version>
   <packaging>pom</packaging>
 
   <description>Specific ApacheDS JDBM Implementation</description>
@@ -484,9 +484,9 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/jdbm/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/jdbm/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/jdbm/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/jdbm/tags/2.0.0-M1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/jdbm/tags/2.0.0-M1</developerConnection>
+    <url>http://svn.apache.org/viewvc/directory/jdbm/tags/2.0.0-M1</url>
   </scm>
 
   <repositories>