You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/11/12 13:45:27 UTC

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

Author: elecharny
Date: Wed Nov 12 12:45:27 2014
New Revision: 1638776

URL: http://svn.apache.org/r1638776
Log:
[maven-release-plugin] prepare for next development iteration

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

Modified: directory/jdbm/trunk/jdbm1/pom.xml
URL: http://svn.apache.org/viewvc/directory/jdbm/trunk/jdbm1/pom.xml?rev=1638776&r1=1638775&r2=1638776&view=diff
==============================================================================
--- directory/jdbm/trunk/jdbm1/pom.xml (original)
+++ directory/jdbm/trunk/jdbm1/pom.xml Wed Nov 12 12:45:27 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.jdbm</groupId>
     <artifactId>apacheds-jdbm-parent</artifactId>
-    <version>2.0.0-M3</version>
+    <version>2.0.0-M4-SNAPSHOT</version>
   </parent>
 
   <artifactId>apacheds-jdbm1</artifactId>

Modified: directory/jdbm/trunk/jdbm2/pom.xml
URL: http://svn.apache.org/viewvc/directory/jdbm/trunk/jdbm2/pom.xml?rev=1638776&r1=1638775&r2=1638776&view=diff
==============================================================================
--- directory/jdbm/trunk/jdbm2/pom.xml (original)
+++ directory/jdbm/trunk/jdbm2/pom.xml Wed Nov 12 12:45:27 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.jdbm</groupId>
     <artifactId>apacheds-jdbm-parent</artifactId>
-    <version>2.0.0-M3</version>
+    <version>2.0.0-M4-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-jdbm2</artifactId>

Modified: directory/jdbm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/jdbm/trunk/pom.xml?rev=1638776&r1=1638775&r2=1638776&view=diff
==============================================================================
--- directory/jdbm/trunk/pom.xml (original)
+++ directory/jdbm/trunk/pom.xml Wed Nov 12 12:45:27 2014
@@ -30,7 +30,7 @@
   <groupId>org.apache.directory.jdbm</groupId>
   <artifactId>apacheds-jdbm-parent</artifactId>
   <name>ApacheDS JDBM</name>
-  <version>2.0.0-M3</version>
+  <version>2.0.0-M4-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <description>Specific ApacheDS JDBM Implementation</description>
@@ -483,9 +483,9 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/jdbm/tags/2.0.0-M3</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/jdbm/tags/2.0.0-M3</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/jdbm/tags/2.0.0-M3</url>
+    <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>
   </scm>
 
   <repositories>