You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2012/08/13 14:10:27 UTC

svn commit: r1372385 - in /maven/indexer/trunk: indexer-artifact/pom.xml indexer-core/pom.xml pom.xml

Author: cstamas
Date: Mon Aug 13 12:10:26 2012
New Revision: 1372385

URL: http://svn.apache.org/viewvc?rev=1372385&view=rev
Log:
Bumped MI version to 5.0.0 to reflect API breakage.

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=1372385&r1=1372384&r2=1372385&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-artifact/pom.xml (original)
+++ maven/indexer/trunk/indexer-artifact/pom.xml Mon Aug 13 12:10:26 2012
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.indexer</groupId>
     <artifactId>maven-indexer</artifactId>
-    <version>4.5.0-SNAPSHOT</version>
+    <version>5.0.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=1372385&r1=1372384&r2=1372385&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/pom.xml (original)
+++ maven/indexer/trunk/indexer-core/pom.xml Mon Aug 13 12:10:26 2012
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.indexer</groupId>
     <artifactId>maven-indexer</artifactId>
-    <version>4.5.0-SNAPSHOT</version>
+    <version>5.0.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=1372385&r1=1372384&r2=1372385&view=diff
==============================================================================
--- maven/indexer/trunk/pom.xml (original)
+++ maven/indexer/trunk/pom.xml Mon Aug 13 12:10:26 2012
@@ -29,7 +29,7 @@ under the License.
 
   <groupId>org.apache.maven.indexer</groupId>
   <artifactId>maven-indexer</artifactId>
-  <version>4.5.0-SNAPSHOT</version>
+  <version>5.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Maven :: Indexer</name>