You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sr...@apache.org on 2010/10/21 15:38:16 UTC

svn commit: r1025992 - in /mahout/trunk: buildtools/pom.xml core/pom.xml distribution/pom.xml eclipse/pom.xml examples/pom.xml math/pom.xml pom.xml taste-web/pom.xml utils/pom.xml

Author: srowen
Date: Thu Oct 21 13:38:15 2010
New Revision: 1025992

URL: http://svn.apache.org/viewvc?rev=1025992&view=rev
Log:
[maven-release-plugin] prepare release mahout-0.4

Modified:
    mahout/trunk/buildtools/pom.xml
    mahout/trunk/core/pom.xml
    mahout/trunk/distribution/pom.xml
    mahout/trunk/eclipse/pom.xml
    mahout/trunk/examples/pom.xml
    mahout/trunk/math/pom.xml
    mahout/trunk/pom.xml
    mahout/trunk/taste-web/pom.xml
    mahout/trunk/utils/pom.xml

Modified: mahout/trunk/buildtools/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/buildtools/pom.xml?rev=1025992&r1=1025991&r2=1025992&view=diff
==============================================================================
--- mahout/trunk/buildtools/pom.xml (original)
+++ mahout/trunk/buildtools/pom.xml Thu Oct 21 13:38:15 2010
@@ -22,7 +22,7 @@
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-buildtools</artifactId>
-  <version>0.4-SNAPSHOT</version>
+  <version>0.4</version>
 
   <parent>
     <groupId>org.apache</groupId>
@@ -35,8 +35,8 @@
   <packaging>jar</packaging>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/buildtools</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/buildtools</developerConnection>
-    <url>https://svn.apache.org/repos/asf/mahout/mahout-core</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/buildtools</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/buildtools</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/mahout-core</url>
   </scm>
 </project>

Modified: mahout/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/core/pom.xml?rev=1025992&r1=1025991&r2=1025992&view=diff
==============================================================================
--- mahout/trunk/core/pom.xml (original)
+++ mahout/trunk/core/pom.xml Thu Oct 21 13:38:15 2010
@@ -17,20 +17,17 @@
  limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" 
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
-    http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0      http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-core</artifactId>
-  <version>0.4-SNAPSHOT</version>
+  <version>0.4</version>
 
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -59,7 +56,7 @@
             <phase>compile</phase>
             <configuration>
               <tasks>
-                <copy file="../conf/driver.classes.props" tofile="${project.build.directory}/classes/driver.classes.default.props"/>
+                <copy file="../conf/driver.classes.props" tofile="${project.build.directory}/classes/driver.classes.default.props" />
               </tasks>
 
             </configuration>
@@ -272,8 +269,8 @@
   </repositories>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/core</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/core</developerConnection>
-    <url>https://svn.apache.org/repos/asf/mahout/mahout-core</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/core</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/mahout-core</url>
   </scm>
 </project>

Modified: mahout/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/distribution/pom.xml?rev=1025992&r1=1025991&r2=1025992&view=diff
==============================================================================
--- mahout/trunk/distribution/pom.xml (original)
+++ mahout/trunk/distribution/pom.xml Thu Oct 21 13:38:15 2010
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-distribution</artifactId>
-  <version>0.4-SNAPSHOT</version>
+  <version>0.4</version>
   <name>Mahout Release Package</name>
   <description>Distribution Package</description>
 
@@ -110,8 +110,8 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/distribution</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/distribution</developerConnection>
-    <url>https://svn.apache.org/repos/asf/mahout/mahout-distribution</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/distribution</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/distribution</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/mahout-distribution</url>
   </scm>
 </project>

Modified: mahout/trunk/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/eclipse/pom.xml?rev=1025992&r1=1025991&r2=1025992&view=diff
==============================================================================
--- mahout/trunk/eclipse/pom.xml (original)
+++ mahout/trunk/eclipse/pom.xml Thu Oct 21 13:38:15 2010
@@ -20,7 +20,7 @@
 
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-eclipse-support</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
     <name>Mahout Eclipse</name>
     <!-- skips top level project for parent purposes, otherwise we get a cycle -->
     <parent>
@@ -79,7 +79,7 @@
                                 <configuration>
                                     <tasks>
                                       <ant antfile="${basedir}/setup-eclipse-workspace.xml">
-                                        <target name="main"/>
+                                        <target name="main" />
                                       </ant>
                                     </tasks>
                                 </configuration>
@@ -93,4 +93,10 @@
             </build>
       </profile>
     </profiles>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/mahout/tags/mahout-0.4</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4</developerConnection>
+    <url>http://svn.apache.org/viewvc/mahout/tags/mahout-0.4</url>
+  </scm>
 </project>

Modified: mahout/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/examples/pom.xml?rev=1025992&r1=1025991&r2=1025992&view=diff
==============================================================================
--- mahout/trunk/examples/pom.xml (original)
+++ mahout/trunk/examples/pom.xml Thu Oct 21 13:38:15 2010
@@ -17,22 +17,19 @@
  limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
-      http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0       http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-examples</artifactId>
-  <version>0.4-SNAPSHOT</version>
+  <version>0.4</version>
   <name>Mahout Examples</name>
   <description>Scalable machine learning library examples</description>
 
@@ -225,8 +222,8 @@
 
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples </developerConnection>
-    <url>https://svn.apache.org/repos/asf/mahout/mahout-examples</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/examples</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/examples </developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/mahout-examples</url>
   </scm>
 </project>

Modified: mahout/trunk/math/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/math/pom.xml?rev=1025992&r1=1025991&r2=1025992&view=diff
==============================================================================
--- mahout/trunk/math/pom.xml (original)
+++ mahout/trunk/math/pom.xml Thu Oct 21 13:38:15 2010
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-math</artifactId>
-  <version>0.4-SNAPSHOT</version>
+  <version>0.4</version>
   <name>Mahout Math</name>
   <description>High performance scientific and technical computing data structures and methods, mostly based on CERN's
     Colt Java API
@@ -137,9 +137,9 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/math</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/math</developerConnection>
-    <url>https://svn.apache.org/repos/asf/mahout/mahout-math</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/math</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/math</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/mahout-math</url>
   </scm>
   <repositories>
     <repository>

Modified: mahout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1025992&r1=1025991&r2=1025992&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Thu Oct 21 13:38:15 2010
@@ -25,7 +25,7 @@
     </parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
     <packaging>pom</packaging>
     <name>Apache Mahout</name>
     <url>http://mahout.apache.org</url>
@@ -566,9 +566,9 @@
         </profile>
     </profiles>
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk</developerConnection>
-        <url>https://svn.apache.org/repos/asf/mahout</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4</developerConnection>
+        <url>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4</url>
     </scm>
     <distributionManagement>
         <site>

Modified: mahout/trunk/taste-web/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/taste-web/pom.xml?rev=1025992&r1=1025991&r2=1025992&view=diff
==============================================================================
--- mahout/trunk/taste-web/pom.xml (original)
+++ mahout/trunk/taste-web/pom.xml Thu Oct 21 13:38:15 2010
@@ -24,13 +24,13 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-taste-webapp</artifactId>
-  <version>0.4-SNAPSHOT</version>
+  <version>0.4</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/mahout/trunk/taste-webapp</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/taste-webapp
+    <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/taste-webapp</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/taste-webapp
     </developerConnection>
-    <url>https://svn.apache.org/repos/asf/mahout/mahout-taste-webapp</url>
+    <url>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/mahout-taste-webapp</url>
   </scm>
 
 </project>

Modified: mahout/trunk/utils/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/utils/pom.xml?rev=1025992&r1=1025991&r2=1025992&view=diff
==============================================================================
--- mahout/trunk/utils/pom.xml (original)
+++ mahout/trunk/utils/pom.xml Thu Oct 21 13:38:15 2010
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-utils</artifactId>
-  <version>0.4-SNAPSHOT</version>
+  <version>0.4</version>
   <name>Mahout Utilities</name>
   <description>Utilities for preparing content into formats for Mahout.</description>
 
@@ -175,8 +175,8 @@
 
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples</developerConnection>
-    <url>https://svn.apache.org/repos/asf/mahout/mahout-examples</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/examples</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/examples</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/mahout-examples</url>
   </scm>
 </project>