You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by gs...@apache.org on 2009/11/10 17:44:58 UTC

svn commit: r834540 - in /lucene/mahout/trunk: core/pom.xml examples/pom.xml maven/pom.xml pom.xml taste-web/pom.xml utils/pom.xml

Author: gsingers
Date: Tue Nov 10 16:44:58 2009
New Revision: 834540

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

Modified:
    lucene/mahout/trunk/core/pom.xml
    lucene/mahout/trunk/examples/pom.xml
    lucene/mahout/trunk/maven/pom.xml
    lucene/mahout/trunk/pom.xml
    lucene/mahout/trunk/taste-web/pom.xml
    lucene/mahout/trunk/utils/pom.xml

Modified: lucene/mahout/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/core/pom.xml?rev=834540&r1=834539&r2=834540&view=diff
==============================================================================
--- lucene/mahout/trunk/core/pom.xml (original)
+++ lucene/mahout/trunk/core/pom.xml Tue Nov 10 16:44:58 2009
@@ -5,13 +5,13 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-parent</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../maven</relativePath>
   </parent>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-core</artifactId>
-  <version>0.2</version>
+  <version>0.3-SNAPSHOT</version>
   <name>Mahout core</name>
   <description>Scalable machine learning libraries</description>
 
@@ -594,8 +594,8 @@
 
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2</connection>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2-core</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2</developerConnection>
-    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-core/tags/mahout-0.2-core</url>
+    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-core</url>
   </scm>
 </project>

Modified: lucene/mahout/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/examples/pom.xml?rev=834540&r1=834539&r2=834540&view=diff
==============================================================================
--- lucene/mahout/trunk/examples/pom.xml (original)
+++ lucene/mahout/trunk/examples/pom.xml Tue Nov 10 16:44:58 2009
@@ -5,13 +5,13 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-parent</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../maven</relativePath>
   </parent>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-examples</artifactId>
-  <version>0.2</version>
+  <version>0.3-SNAPSHOT</version>
   <name>Mahout examples</name>
   <description>Scalable machine learning library examples</description>
 
@@ -246,9 +246,9 @@
 
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2
+    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2-examples</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2-examples
     </developerConnection>
-    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-examples/tags/mahout-0.2-examples</url>
+    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-examples</url>
   </scm>
 </project>

Modified: lucene/mahout/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/maven/pom.xml?rev=834540&r1=834539&r2=834540&view=diff
==============================================================================
--- lucene/mahout/trunk/maven/pom.xml (original)
+++ lucene/mahout/trunk/maven/pom.xml Tue Nov 10 16:44:58 2009
@@ -4,12 +4,12 @@
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-parent</artifactId>
   <packaging>pom</packaging>
-  <version>0.2</version>
+  <version>0.3-SNAPSHOT</version>
   <name>Mahout Common Maven Parent</name>
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
   <properties>
     <junit.version>3.8.2</junit.version>
@@ -70,9 +70,9 @@
     </mailingList>
   </mailingLists>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2</developerConnection>
-    <url>https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout</developerConnection>
+    <url>https://svn.apache.org/repos/asf/lucene/mahout</url>
   </scm>
   <repositories>
     <repository>

Modified: lucene/mahout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/pom.xml?rev=834540&r1=834539&r2=834540&view=diff
==============================================================================
--- lucene/mahout/trunk/pom.xml (original)
+++ lucene/mahout/trunk/pom.xml Tue Nov 10 16:44:58 2009
@@ -10,7 +10,7 @@
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout</artifactId>
-  <version>0.2</version>
+  <version>0.3-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Lucene Mahout</name>
@@ -250,9 +250,9 @@
   </profiles>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2</developerConnection>
-    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout/tags/mahout-0.2</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk</developerConnection>
+    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout</url>
   </scm>
 </project>
   

Modified: lucene/mahout/trunk/taste-web/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/taste-web/pom.xml?rev=834540&r1=834539&r2=834540&view=diff
==============================================================================
--- lucene/mahout/trunk/taste-web/pom.xml (original)
+++ lucene/mahout/trunk/taste-web/pom.xml Tue Nov 10 16:44:58 2009
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-parent</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../maven</relativePath>
   </parent>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-taste-webapp</artifactId>
-  <version>0.2</version>
+  <version>0.3-SNAPSHOT</version>
   <name>Mahout Taste Webapp</name>
   <description>Mahout Taste Collaborative Filtering Web App</description>
 
@@ -230,10 +230,10 @@
   </repositories>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2
+    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2-taste-webapp</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2-taste-webapp
     </developerConnection>
-    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-taste-webapp/tags/mahout-0.2-taste-webapp</url>
+    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-taste-webapp</url>
   </scm>
 
 </project>

Modified: lucene/mahout/trunk/utils/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/utils/pom.xml?rev=834540&r1=834539&r2=834540&view=diff
==============================================================================
--- lucene/mahout/trunk/utils/pom.xml (original)
+++ lucene/mahout/trunk/utils/pom.xml Tue Nov 10 16:44:58 2009
@@ -5,13 +5,13 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-parent</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../maven</relativePath>
   </parent>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-utils</artifactId>
-  <version>0.2</version>
+  <version>0.3-SNAPSHOT</version>
   <name>Mahout utilities</name>
   <description>Utilities for preparing content into formats for Mahout.</description>
 
@@ -147,9 +147,9 @@
 
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2
+    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2-examples</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.2-examples
     </developerConnection>
-    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-examples/tags/mahout-0.2-examples</url>
+    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-examples</url>
   </scm>
 </project>