Author: bdemers
Date: Thu Nov 18 21:56:22 2010
New Revision: 1036652

URL: http://svn.apache.org/viewvc?rev=1036652&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    maven/indexer/trunk/indexer-artifact/pom.xml
    maven/indexer/trunk/indexer-core/pom.xml
    maven/indexer/trunk/pom.xml

Modified: maven/indexer/trunk/indexer-artifact/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-artifact/pom.xml?rev=1036652&r1=1036651&r2=1036652&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-artifact/pom.xml (original)
+++ maven/indexer/trunk/indexer-artifact/pom.xml Thu Nov 18 21:56:22 2010
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.indexer</groupId>
     <artifactId>maven-indexer</artifactId>
-    <version>3.1.0</version>
+    <version>3.2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>indexer-artifact</artifactId>

Modified: maven/indexer/trunk/indexer-core/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/pom.xml?rev=1036652&r1=1036651&r2=1036652&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/pom.xml (original)
+++ maven/indexer/trunk/indexer-core/pom.xml Thu Nov 18 21:56:22 2010
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.apache.maven.indexer</groupId>
     <artifactId>maven-indexer</artifactId>
-    <version>3.1.0</version>
+    <version>3.2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>indexer-core</artifactId>

Modified: maven/indexer/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1036652&r1=1036651&r2=1036652&view=diff
==============================================================================
--- maven/indexer/trunk/pom.xml (original)
+++ maven/indexer/trunk/pom.xml Thu Nov 18 21:56:22 2010
@@ -28,7 +28,7 @@ under the License.
 
   <groupId>org.apache.maven.indexer</groupId>
   <artifactId>maven-indexer</artifactId>
-  <version>3.1.0</version>
+  <version>3.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Maven :: Indexer</name>
@@ -87,9 +87,9 @@ under the License.
   </developers>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/indexer/tags/maven-indexer-3.1.0</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/indexer/tags/maven-indexer-3.1.0</developerConnection>
-    
<url>http://svn.apache.org/repos/asf/maven/indexer/tags/maven-indexer-3.1.0</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/indexer/trunk</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/indexer/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/maven/indexer/trunk</url>
   </scm>
 
   <properties>


Reply via email to