You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2014/03/07 04:56:09 UTC

svn commit: r1575163 - in /maven/indexer/branches/lucene-4.6: indexer-artifact/pom.xml indexer-cli/pom.xml indexer-core/pom.xml pom.xml

Author: olamy
Date: Fri Mar  7 03:56:09 2014
New Revision: 1575163

URL: http://svn.apache.org/r1575163
Log:
change version to 6.0.0-SNAPSHOT

Modified:
    maven/indexer/branches/lucene-4.6/indexer-artifact/pom.xml
    maven/indexer/branches/lucene-4.6/indexer-cli/pom.xml
    maven/indexer/branches/lucene-4.6/indexer-core/pom.xml
    maven/indexer/branches/lucene-4.6/pom.xml

Modified: maven/indexer/branches/lucene-4.6/indexer-artifact/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/branches/lucene-4.6/indexer-artifact/pom.xml?rev=1575163&r1=1575162&r2=1575163&view=diff
==============================================================================
--- maven/indexer/branches/lucene-4.6/indexer-artifact/pom.xml (original)
+++ maven/indexer/branches/lucene-4.6/indexer-artifact/pom.xml Fri Mar  7 03:56:09 2014
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.indexer</groupId>
     <artifactId>maven-indexer</artifactId>
-    <version>5.2.0.evr-SNAPSHOT</version>
+    <version>6.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>indexer-artifact</artifactId>

Modified: maven/indexer/branches/lucene-4.6/indexer-cli/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/branches/lucene-4.6/indexer-cli/pom.xml?rev=1575163&r1=1575162&r2=1575163&view=diff
==============================================================================
--- maven/indexer/branches/lucene-4.6/indexer-cli/pom.xml (original)
+++ maven/indexer/branches/lucene-4.6/indexer-cli/pom.xml Fri Mar  7 03:56:09 2014
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.indexer</groupId>
     <artifactId>maven-indexer</artifactId>
-    <version>5.2.0.evr-SNAPSHOT</version>
+    <version>6.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>indexer-cli</artifactId>

Modified: maven/indexer/branches/lucene-4.6/indexer-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/branches/lucene-4.6/indexer-core/pom.xml?rev=1575163&r1=1575162&r2=1575163&view=diff
==============================================================================
--- maven/indexer/branches/lucene-4.6/indexer-core/pom.xml (original)
+++ maven/indexer/branches/lucene-4.6/indexer-core/pom.xml Fri Mar  7 03:56:09 2014
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.indexer</groupId>
     <artifactId>maven-indexer</artifactId>
-    <version>5.2.0.evr-SNAPSHOT</version>
+    <version>6.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>indexer-core</artifactId>

Modified: maven/indexer/branches/lucene-4.6/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/branches/lucene-4.6/pom.xml?rev=1575163&r1=1575162&r2=1575163&view=diff
==============================================================================
--- maven/indexer/branches/lucene-4.6/pom.xml (original)
+++ maven/indexer/branches/lucene-4.6/pom.xml Fri Mar  7 03:56:09 2014
@@ -10,7 +10,7 @@
 
   <groupId>org.apache.maven.indexer</groupId>
   <artifactId>maven-indexer</artifactId>
-  <version>5.2.0.evr-SNAPSHOT</version>
+  <version>6.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Maven-Indexer</name>