You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by bi...@apache.org on 2010/03/12 01:25:12 UTC

svn commit: r922085 - in /lucene/mahout/trunk: collections-codegen-plugin/pom.xml collections/pom.xml core/pom.xml examples/pom.xml math/pom.xml maven/pom.xml pom.xml taste-web/pom.xml utils/pom.xml

Author: bimargulies
Date: Fri Mar 12 00:25:11 2010
New Revision: 922085

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

Modified:
    lucene/mahout/trunk/collections-codegen-plugin/pom.xml
    lucene/mahout/trunk/collections/pom.xml
    lucene/mahout/trunk/core/pom.xml
    lucene/mahout/trunk/examples/pom.xml
    lucene/mahout/trunk/math/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/collections-codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/collections-codegen-plugin/pom.xml?rev=922085&r1=922084&r2=922085&view=diff
==============================================================================
--- lucene/mahout/trunk/collections-codegen-plugin/pom.xml (original)
+++ lucene/mahout/trunk/collections-codegen-plugin/pom.xml Fri Mar 12 00:25:11 2010
@@ -4,12 +4,12 @@
   <parent>
     <artifactId>mahout-parent</artifactId>
     <groupId>org.apache.mahout</groupId>
-    <version>0.3</version>
+    <version>0.4-SNAPSHOT</version>
     <relativePath>../maven</relativePath>
   </parent>
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-collection-codegen-plugin</artifactId>
-  <version>0.3</version>
+  <version>0.4-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>Maven Mojo to generate code for collections</name>
   <url>http://lucene.apache.org/mahout/</url>

Modified: lucene/mahout/trunk/collections/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/collections/pom.xml?rev=922085&r1=922084&r2=922085&view=diff
==============================================================================
--- lucene/mahout/trunk/collections/pom.xml (original)
+++ lucene/mahout/trunk/collections/pom.xml Fri Mar 12 00:25:11 2010
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-parent</artifactId>
-    <version>0.3</version>
+    <version>0.4-SNAPSHOT</version>
     <relativePath>../maven</relativePath>
   </parent>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-collections</artifactId>
-  <version>0.3</version>
+  <version>0.4-SNAPSHOT</version>
   <name>Mahout Collections</name>
   <description>Primitive-type collections based on CERN's Colt Java API</description>
 
@@ -117,9 +117,9 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.3/collections</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.3/collections</developerConnection>
-    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-collections/tags/mahout-0.3-collections</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/collections</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/collections</developerConnection>
+    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-collections</url>
   </scm>
   <repositories>
     <repository>

Modified: lucene/mahout/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/core/pom.xml?rev=922085&r1=922084&r2=922085&view=diff
==============================================================================
--- lucene/mahout/trunk/core/pom.xml (original)
+++ lucene/mahout/trunk/core/pom.xml Fri Mar 12 00:25:11 2010
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-parent</artifactId>
-    <version>0.3</version>
+    <version>0.4-SNAPSHOT</version>
     <relativePath>../maven</relativePath>
   </parent>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-core</artifactId>
-  <version>0.3</version>
+  <version>0.4-SNAPSHOT</version>
   <name>Mahout Core</name>
   <description>Scalable machine learning libraries</description>
 
@@ -294,8 +294,8 @@
   </repositories>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.3/core</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.3/core</developerConnection>
-    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-core/tags/mahout-0.3-core</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/core</developerConnection>
+    <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=922085&r1=922084&r2=922085&view=diff
==============================================================================
--- lucene/mahout/trunk/examples/pom.xml (original)
+++ lucene/mahout/trunk/examples/pom.xml Fri Mar 12 00:25:11 2010
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-parent</artifactId>
-    <version>0.3</version>
+    <version>0.4-SNAPSHOT</version>
     <relativePath>../maven</relativePath>
   </parent>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-examples</artifactId>
-  <version>0.3</version>
+  <version>0.4-SNAPSHOT</version>
   <name>Mahout Examples</name>
   <description>Scalable machine learning library examples</description>
 
@@ -225,8 +225,8 @@
 
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.3/examples</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.3/examples </developerConnection>
-    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-examples/tags/mahout-0.3-examples</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/examples</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/examples </developerConnection>
+    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-examples</url>
   </scm>
 </project>

Modified: lucene/mahout/trunk/math/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/math/pom.xml?rev=922085&r1=922084&r2=922085&view=diff
==============================================================================
--- lucene/mahout/trunk/math/pom.xml (original)
+++ lucene/mahout/trunk/math/pom.xml Fri Mar 12 00:25:11 2010
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-parent</artifactId>
-    <version>0.3</version>
+    <version>0.4-SNAPSHOT</version>
     <relativePath>../maven</relativePath>
   </parent>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-math</artifactId>
-  <version>0.3</version>
+  <version>0.4-SNAPSHOT</version>
   <name>Mahout Math</name>
   <description>High performance scientific and technical computing data structures and methods, mostly based on CERN's
     Colt Java API
@@ -120,9 +120,9 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.3/math</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.3/math</developerConnection>
-    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-math/tags/mahout-0.3-math</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/math</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/math</developerConnection>
+    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-math</url>
   </scm>
   <repositories>
     <repository>

Modified: lucene/mahout/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/maven/pom.xml?rev=922085&r1=922084&r2=922085&view=diff
==============================================================================
--- lucene/mahout/trunk/maven/pom.xml (original)
+++ lucene/mahout/trunk/maven/pom.xml Fri Mar 12 00:25:11 2010
@@ -4,7 +4,7 @@
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-parent</artifactId>
   <packaging>pom</packaging>
-  <version>0.3</version>
+  <version>0.4-SNAPSHOT</version>
   <name>Mahout Common Maven Parent</name>
   <parent>
     <groupId>org.apache</groupId>
@@ -70,9 +70,9 @@
     </mailingList>
   </mailingLists>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.3</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.3</developerConnection>
-    <url>https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.3</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=922085&r1=922084&r2=922085&view=diff
==============================================================================
--- lucene/mahout/trunk/pom.xml (original)
+++ lucene/mahout/trunk/pom.xml Fri Mar 12 00:25:11 2010
@@ -10,7 +10,7 @@
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout</artifactId>
-  <version>0.3</version>
+  <version>0.4-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Lucene Mahout</name>
@@ -147,9 +147,9 @@
   </profiles>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.3</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.3</developerConnection>
-    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout/tags/mahout-0.3</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>
   <distributionManagement>
     <site>

Modified: lucene/mahout/trunk/taste-web/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/taste-web/pom.xml?rev=922085&r1=922084&r2=922085&view=diff
==============================================================================
--- lucene/mahout/trunk/taste-web/pom.xml (original)
+++ lucene/mahout/trunk/taste-web/pom.xml Fri Mar 12 00:25:11 2010
@@ -24,13 +24,13 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-parent</artifactId>
-    <version>0.3</version>
+    <version>0.4-SNAPSHOT</version>
     <relativePath>../maven</relativePath>
   </parent>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-taste-webapp</artifactId>
-  <version>0.3</version>
+  <version>0.4-SNAPSHOT</version>
   <name>Mahout Taste Webapp</name>
   <description>Mahout Taste Collaborative Filtering Web App</description>
 
@@ -241,10 +241,10 @@
   </repositories>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.3/taste-webapp</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.3/taste-webapp
+    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/taste-webapp</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/taste-webapp
     </developerConnection>
-    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-taste-webapp/tags/mahout-0.3-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=922085&r1=922084&r2=922085&view=diff
==============================================================================
--- lucene/mahout/trunk/utils/pom.xml (original)
+++ lucene/mahout/trunk/utils/pom.xml Fri Mar 12 00:25:11 2010
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-parent</artifactId>
-    <version>0.3</version>
+    <version>0.4-SNAPSHOT</version>
     <relativePath>../maven</relativePath>
   </parent>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-utils</artifactId>
-  <version>0.3</version>
+  <version>0.4-SNAPSHOT</version>
   <name>Mahout Utilities</name>
   <description>Utilities for preparing content into formats for Mahout.</description>
 
@@ -163,8 +163,8 @@
 
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.3/examples</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.3/examples</developerConnection>
-    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-examples/tags/mahout-0.3-examples</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/examples</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/examples</developerConnection>
+    <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-examples</url>
   </scm>
 </project>