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 2009/10/20 16:43:22 UTC

svn commit: r827578 - in /lucene/mahout/trunk: common-build-deprecated.xml core/pom.xml examples/pom.xml examples/src/main/java/org/apache/mahout/classifier/bayes/package.html maven/pom.xml pom.xml taste-web/pom.xml utils/pom.xml

Author: srowen
Date: Tue Oct 20 14:43:22 2009
New Revision: 827578

URL: http://svn.apache.org/viewvc?rev=827578&view=rev
Log:
More updates for 0.2

Modified:
    lucene/mahout/trunk/common-build-deprecated.xml
    lucene/mahout/trunk/core/pom.xml
    lucene/mahout/trunk/examples/pom.xml
    lucene/mahout/trunk/examples/src/main/java/org/apache/mahout/classifier/bayes/package.html
    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/common-build-deprecated.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/common-build-deprecated.xml?rev=827578&r1=827577&r2=827578&view=diff
==============================================================================
--- lucene/mahout/trunk/common-build-deprecated.xml (original)
+++ lucene/mahout/trunk/common-build-deprecated.xml Tue Oct 20 14:43:22 2009
@@ -19,7 +19,7 @@
 
  -->
 <project name="common" xmlns:artifact="antlib:org.apache.maven.artifact.ant">
-  <property name="version" value="0.1-dev" />
+  <property name="version" value="0.2" />
   <tstamp>
     <format property="year" pattern="yyyy"/>
     <format property="DSTAMP" pattern="yyyy-MM-dd"/>
@@ -41,7 +41,7 @@
        NOTE: WHEN DOING A RELEASE CHANGE THE SPECVERSION TOO!
 
     -->
-  <property name="version" value="0.1-dev" />
+  <property name="version" value="0.2" />
 <!-- Mahout Specification Version -->
   <!--
        This will be used in the Manifest file, and therefore must
@@ -50,7 +50,7 @@
        By default, this should be set to "X.Y.M.${dateversion}"
        where X.Y.M is the last version released (on this branch).
     -->
-  <property name="specversion" value="0.1.${dateversion}" />
+  <property name="specversion" value="0.2.${dateversion}" />
 
   <!-- Type of checksum to compute for distribution files -->
   <property name="checksum.algorithm" value="md5" />

Modified: lucene/mahout/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/core/pom.xml?rev=827578&r1=827577&r2=827578&view=diff
==============================================================================
--- lucene/mahout/trunk/core/pom.xml (original)
+++ lucene/mahout/trunk/core/pom.xml Tue Oct 20 14:43:22 2009
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../maven</relativePath>
   </parent>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-core</artifactId>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <name>Mahout core</name>
   <description>Scalable machine learning libraries</description>
 
@@ -623,9 +623,8 @@
 
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.1-core</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.1-core
-    </developerConnection>
+    <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</url>
   </scm>
 </project>

Modified: lucene/mahout/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/examples/pom.xml?rev=827578&r1=827577&r2=827578&view=diff
==============================================================================
--- lucene/mahout/trunk/examples/pom.xml (original)
+++ lucene/mahout/trunk/examples/pom.xml Tue Oct 20 14:43:22 2009
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../maven</relativePath>
   </parent>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-examples</artifactId>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <name>Mahout examples</name>
   <description>Scalable machine learning library examples</description>
 
@@ -139,10 +139,10 @@
           </execution>
         </executions>
       </plugin>
-       <plugin>
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-remote-resources-plugin</artifactId>
-         <configuration>
+        <configuration>
           <appendedResourcesDirectory>../src/main/appended-resources</appendedResourcesDirectory>
           <resourceBundles>
             <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
@@ -151,8 +151,8 @@
             <supplementalModel>supplemental-models.xml</supplementalModel>
           </supplementalModels>
         </configuration>
-        </plugin>
-   </plugins>
+      </plugin>
+    </plugins>
 
   </build>
 
@@ -188,7 +188,7 @@
     <dependency>
       <groupId>org.apache.lucene</groupId>
       <artifactId>lucene-benchmark</artifactId>
-      <version>2.9-SNAPSHOT</version>
+      <version>2.9.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
@@ -247,8 +247,8 @@
 
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.1-examples</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.1-examples
+    <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</url>
   </scm>

Modified: lucene/mahout/trunk/examples/src/main/java/org/apache/mahout/classifier/bayes/package.html
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/examples/src/main/java/org/apache/mahout/classifier/bayes/package.html?rev=827578&r1=827577&r2=827578&view=diff
==============================================================================
--- lucene/mahout/trunk/examples/src/main/java/org/apache/mahout/classifier/bayes/package.html (original)
+++ lucene/mahout/trunk/examples/src/main/java/org/apache/mahout/classifier/bayes/package.html Tue Oct 20 14:43:22 2009
@@ -41,7 +41,7 @@
 <ol>
   <li>Download the Wikipedia Dataset.  Use the Ant target: ant enwiki-files</li>
   <li>Chunk the data using the WikipediaXmlSplitter (from the Hadoop home):
-    <div>bin/hadoop jar &lt;PATH TO MAHOUT&gt;/examples/build/apache-mahout-0.1-dev-ex.jar org.apache.mahout.classifier.bayes.WikipediaXmlSplitter -d &lt;MAHOUT_HOME&gt;/examples/temp/enwiki-latest-pages-articles.xml -o  &lt;MAHOUT_HOME&gt;/examples/work/wikipedia/chunks/ -c 64</div>
+    <div>bin/hadoop jar &lt;PATH TO MAHOUT&gt;/target/mahout-examples-0.2 org.apache.mahout.classifier.bayes.WikipediaXmlSplitter -d &lt;MAHOUT_HOME&gt;/examples/temp/enwiki-latest-pages-articles.xml -o  &lt;MAHOUT_HOME&gt;/examples/work/wikipedia/chunks/ -c 64</div>
   </li>
 </ol>
 </div>

Modified: lucene/mahout/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/maven/pom.xml?rev=827578&r1=827577&r2=827578&view=diff
==============================================================================
--- lucene/mahout/trunk/maven/pom.xml (original)
+++ lucene/mahout/trunk/maven/pom.xml Tue Oct 20 14:43:22 2009
@@ -5,180 +5,180 @@
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-parent</artifactId>
   <packaging>pom</packaging>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <name>Mahout Common Maven Parent</name>
   <parent>
-        <groupId>org.apache.mahout</groupId>
-        <artifactId>mahout</artifactId>
-        <version>0.2-SNAPSHOT</version>
-    </parent>
-    <properties>
-        <junit.version>3.8.2</junit.version>
-	 <hadoop.version>0.20.1</hadoop.version>
-	 <hbase.version>0.20.0</hbase.version>
-        <kfs.version>0.3</kfs.version>
-        <xmlenc.version>0.52</xmlenc.version>
-        <jets3t.version>0.7.1</jets3t.version>
-        <uncommons.maths.version>1.2</uncommons.maths.version>
-        <watchmaker.version>0.6.2</watchmaker.version>
-        <tagBase>https://svn.apache.org/repos/asf/lucene/mahout</tagBase>
-        <lucene.version>2.9.0</lucene.version>
-    </properties>
-    <licenses>
-        <license>
-            <name>The Apache Software License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-        </license>
-    </licenses>
-    <organization>
-        <name>The Apache Software Foundation</name>
-        <url>http://www.apache.org/</url>
-    </organization>
-    <mailingLists>
-        <mailingList>
-            <name>User list</name>
-            <subscribe>mahout-user-subscribe@lucene.apache.org</subscribe>
-            <unsubscribe>mahout-user-unsubscribe@lucene.apache.org</unsubscribe>
-            <post>mahout-user@lucene.apache.org</post>
-            <archive>http://mail-archives.apache.org/mod_mbox/lucene-mahout-user/</archive>
-            <otherArchives>
-                <otherArchive>http://lucene.apache.org/mail/mahout-user/</otherArchive>
-                <otherArchive>http://mahout.markmail.org/</otherArchive>
-                <otherArchive>http://www.nabble.com/Mahout-User-List-f32042.html</otherArchive>
-            </otherArchives>
-        </mailingList>
-        <mailingList>
-            <name>Developers List</name>
-            <subscribe>mahout-dev-subscribe@lucene.apache.org</subscribe>
-            <unsubscribe>mahout-dev-unsubscribe@lucene.apache.org</unsubscribe>
-            <post>mahout-dev@lucene.apache.org</post>
-            <archive>http://mail-archives.apache.org/mod_mbox/lucene-mahout-dev/</archive>
-            <otherArchives>
-                <otherArchive>http://lucene.apache.org/mail/mahout-dev/</otherArchive>
-                <otherArchive>http://mahout.markmail.org/</otherArchive>
-                <otherArchive>http://www.nabble.com/Mahout-Developer-List-f32041.html</otherArchive>
-            </otherArchives>
-        </mailingList>
-        <mailingList>
-            <name>Commit notifications</name>
-            <subscribe>mahout-commits-subscribe@lucene.apache.org</subscribe>
-            <unsubscribe>mahout-commits-unsubscribe@lucene.apache.org</unsubscribe>
-            <archive>http://mail-archives.apache.org/mod_mbox/lucene-mahout-commits/</archive>
-            <otherArchives>
-                <otherArchive>http://lucene.apache.org/mail/mahout-commits/</otherArchive>
-            </otherArchives>
-        </mailingList>
-    </mailingLists>
-    <scm>
-        <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>
-            <id>maven2-repository.dev.java.net</id>
-            <name>Java.net Repository for Maven</name>
-            <url>http://download.java.net/maven/2</url>
-            <layout>default</layout>
-        </repository>
-        <repository>
-            <id>Apache snapshots</id>
-            <url>http://people.apache.org/maven-snapshot-repository</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </repository>
-    </repositories>
-    <issueManagement>
-        <system>Jira</system>
-        <url>https://issues.apache.org/jira/browse/MAHOUT</url>
-    </issueManagement>
-    <dependencyManagement>
-      <dependencies>
-        <dependency>
-                  <groupId>org.apache.lucene</groupId>
-                  <artifactId>lucene-analyzers</artifactId>
-                  <version>${lucene.version}</version>
-        </dependency>
-        <dependency>
-                  <groupId>org.apache.lucene</groupId>
-                  <artifactId>lucene-core</artifactId>
-                  <version>${lucene.version}</version>
-        </dependency>
-      </dependencies>
-    </dependencyManagement>
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>2.2</version>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.apache.mahout</groupId>
-                            <artifactId>mahout</artifactId>
-                            <version>${project.version}</version>
-                        </dependency>
-                    </dependencies>
-                    <configuration>
-                        <encoding>UTF-8</encoding>
-                    </configuration>
-                    <executions>
-                        <execution>
-                            <id>validate</id>
-                            <phase>validate</phase>
-                            <configuration>
-                                <configLocation>mahout-checkstyle.xml</configLocation>
-                                <consoleOutput>true</consoleOutput>
-                                <failsOnError>true</failsOnError>
-                                <linkXRef>false</linkXRef>
-                                <sourceDirectory>${basedir}/src</sourceDirectory>
-                            </configuration>
-                            <goals>
-                                <goal>checkstyle</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-pmd-plugin</artifactId>
-                    <version>2.4</version>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.apache.mahout</groupId>
-                            <artifactId>mahout</artifactId>
-                            <version>${project.version}</version>
-                        </dependency>
-                    </dependencies>
-                    <configuration>
-                        <rulesets>
-                            <ruleset>mahout-pmd-ruleset.xml</ruleset>
-                        </rulesets>
-                        <sourceEncoding>UTF-8</sourceEncoding>
-                        <targetJdk>1.5</targetJdk>
-                        <linkXRef>false</linkXRef>
-                        <includeTests>true</includeTests>
-                        <verbose>true</verbose>
-                    </configuration>
-                    <executions>
-                        <execution>
-                            <id>validate</id>
-                            <phase>validate</phase>
-                            <goals>
-                                <goal>check</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-            </plugins>
-       </pluginManagement>
-  <plugins>
+    <groupId>org.apache.mahout</groupId>
+    <artifactId>mahout</artifactId>
+    <version>0.2</version>
+  </parent>
+  <properties>
+    <junit.version>3.8.2</junit.version>
+    <hadoop.version>0.20.1</hadoop.version>
+    <hbase.version>0.20.0</hbase.version>
+    <kfs.version>0.3</kfs.version>
+    <xmlenc.version>0.52</xmlenc.version>
+    <jets3t.version>0.7.1</jets3t.version>
+    <uncommons.maths.version>1.2</uncommons.maths.version>
+    <watchmaker.version>0.6.2</watchmaker.version>
+    <tagBase>https://svn.apache.org/repos/asf/lucene/mahout</tagBase>
+    <lucene.version>2.9.0</lucene.version>
+  </properties>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+  <mailingLists>
+    <mailingList>
+      <name>User list</name>
+      <subscribe>mahout-user-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>mahout-user-unsubscribe@lucene.apache.org</unsubscribe>
+      <post>mahout-user@lucene.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/lucene-mahout-user/</archive>
+      <otherArchives>
+        <otherArchive>http://lucene.apache.org/mail/mahout-user/</otherArchive>
+        <otherArchive>http://mahout.markmail.org/</otherArchive>
+        <otherArchive>http://www.nabble.com/Mahout-User-List-f32042.html</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>Developers List</name>
+      <subscribe>mahout-dev-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>mahout-dev-unsubscribe@lucene.apache.org</unsubscribe>
+      <post>mahout-dev@lucene.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/lucene-mahout-dev/</archive>
+      <otherArchives>
+        <otherArchive>http://lucene.apache.org/mail/mahout-dev/</otherArchive>
+        <otherArchive>http://mahout.markmail.org/</otherArchive>
+        <otherArchive>http://www.nabble.com/Mahout-Developer-List-f32041.html</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>Commit notifications</name>
+      <subscribe>mahout-commits-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>mahout-commits-unsubscribe@lucene.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/lucene-mahout-commits/</archive>
+      <otherArchives>
+        <otherArchive>http://lucene.apache.org/mail/mahout-commits/</otherArchive>
+      </otherArchives>
+    </mailingList>
+  </mailingLists>
+  <scm>
+    <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>
+      <id>maven2-repository.dev.java.net</id>
+      <name>Java.net Repository for Maven</name>
+      <url>http://download.java.net/maven/2</url>
+      <layout>default</layout>
+    </repository>
+    <repository>
+      <id>Apache snapshots</id>
+      <url>http://people.apache.org/maven-snapshot-repository</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://issues.apache.org/jira/browse/MAHOUT</url>
+  </issueManagement>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.lucene</groupId>
+        <artifactId>lucene-analyzers</artifactId>
+        <version>${lucene.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.lucene</groupId>
+        <artifactId>lucene-core</artifactId>
+        <version>${lucene.version}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-checkstyle-plugin</artifactId>
+          <version>2.2</version>
+          <dependencies>
+            <dependency>
+              <groupId>org.apache.mahout</groupId>
+              <artifactId>mahout</artifactId>
+              <version>${project.version}</version>
+            </dependency>
+          </dependencies>
+          <configuration>
+            <encoding>UTF-8</encoding>
+          </configuration>
+          <executions>
+            <execution>
+              <id>validate</id>
+              <phase>validate</phase>
+              <configuration>
+                <configLocation>mahout-checkstyle.xml</configLocation>
+                <consoleOutput>true</consoleOutput>
+                <failsOnError>true</failsOnError>
+                <linkXRef>false</linkXRef>
+                <sourceDirectory>${basedir}/src</sourceDirectory>
+              </configuration>
+              <goals>
+                <goal>checkstyle</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-pmd-plugin</artifactId>
+          <version>2.4</version>
+          <dependencies>
+            <dependency>
+              <groupId>org.apache.mahout</groupId>
+              <artifactId>mahout</artifactId>
+              <version>${project.version}</version>
+            </dependency>
+          </dependencies>
+          <configuration>
+            <rulesets>
+              <ruleset>mahout-pmd-ruleset.xml</ruleset>
+            </rulesets>
+            <sourceEncoding>UTF-8</sourceEncoding>
+            <targetJdk>1.5</targetJdk>
+            <linkXRef>false</linkXRef>
+            <includeTests>true</includeTests>
+            <verbose>true</verbose>
+          </configuration>
+          <executions>
+            <execution>
+              <id>validate</id>
+              <phase>validate</phase>
+              <goals>
+                <goal>check</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
@@ -192,45 +192,45 @@
           <excludes/>
         </configuration>
       </plugin>
-       <plugin>
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-remote-resources-plugin</artifactId>
-         <configuration>
-         <appendedResourcesDirectory>../src/main/appended-resources</appendedResourcesDirectory>
-         <resourceBundles>
+        <configuration>
+          <appendedResourcesDirectory>../src/main/appended-resources</appendedResourcesDirectory>
+          <resourceBundles>
             <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
           </resourceBundles>
           <supplementalModels>
             <supplementalModel>supplemental-models.xml</supplementalModel>
           </supplementalModels>
         </configuration>
-        </plugin>
-   </plugins>
-    </build>
-    <profiles>
-        <profile>
-            <id>sourcecheck</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-checkstyle-plugin</artifactId>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-compiler-plugin</artifactId>
-                        <configuration>
-                            <showDeprecation>true</showDeprecation>
-                            <showWarnings>true</showWarnings>
-                            <compilerArgument>${compile.flags}</compilerArgument>
-                        </configuration>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-pmd-plugin</artifactId>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
+      </plugin>
+    </plugins>
+  </build>
+  <profiles>
+    <profile>
+      <id>sourcecheck</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-checkstyle-plugin</artifactId>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-compiler-plugin</artifactId>
+            <configuration>
+              <showDeprecation>true</showDeprecation>
+              <showWarnings>true</showWarnings>
+              <compilerArgument>${compile.flags}</compilerArgument>
+            </configuration>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-pmd-plugin</artifactId>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>

Modified: lucene/mahout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/pom.xml?rev=827578&r1=827577&r2=827578&view=diff
==============================================================================
--- lucene/mahout/trunk/pom.xml (original)
+++ lucene/mahout/trunk/pom.xml Tue Oct 20 14:43:22 2009
@@ -11,7 +11,7 @@
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout</artifactId>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <packaging>pom</packaging>
 
   <name>Apache Lucene Mahout</name>
@@ -127,8 +127,8 @@
   </profiles>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.1</developerConnection>
+    <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</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=827578&r1=827577&r2=827578&view=diff
==============================================================================
--- lucene/mahout/trunk/taste-web/pom.xml (original)
+++ lucene/mahout/trunk/taste-web/pom.xml Tue Oct 20 14:43:22 2009
@@ -7,20 +7,20 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../maven</relativePath>
   </parent>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-taste-webapp</artifactId>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <name>Mahout Taste Webapp</name>
   <description>Mahout Taste Collaborative Filtering Web App</description>
 
   <packaging>war</packaging>
 
   <build>
-   <resources>
+    <resources>
       <resource>
         <directory>src/main/resources</directory>
       </resource>
@@ -30,18 +30,18 @@
       </resource>
     </resources>
     <plugins>
-    <plugin>
-      <artifactId>maven-resources-plugin</artifactId>
-      <version>2.4</version>
-      <configuration>
-        <encoding>UTF-8</encoding>
-      </configuration>
-    </plugin>
-      
-    <plugin>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-war-plugin</artifactId>
-      <version>2.1-alpha-2</version>
+      <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>2.4</version>
+        <configuration>
+          <encoding>UTF-8</encoding>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-war-plugin</artifactId>
+        <version>2.1-alpha-2</version>
         <configuration>
           <filteringDeploymentDescriptors>true</filteringDeploymentDescriptors>
           <filters>
@@ -56,40 +56,40 @@
             </resource>
           </webResources>
         </configuration>
-    </plugin>
+      </plugin>
 
-    <plugin>
-      <groupId>org.mortbay.jetty</groupId>
-      <artifactId>jetty-maven-plugin</artifactId>
-      <configuration>
-        <webApp>${project.build.directory}/${project.artifactId}-${project.version}.war</webApp>
-      </configuration>
-    </plugin>
-
-    <plugin>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-compiler-plugin</artifactId>
-      <configuration>
-        <encoding>UTF-8</encoding>
-        <source>1.6</source>
-        <target>1.6</target>
-	<optimize>true</optimize>
-      </configuration>
-    </plugin>
-    <plugin>
+      <plugin>
+        <groupId>org.mortbay.jetty</groupId>
+        <artifactId>jetty-maven-plugin</artifactId>
+        <configuration>
+          <webApp>${project.build.directory}/${project.artifactId}-${project.version}.war</webApp>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <encoding>UTF-8</encoding>
+          <source>1.6</source>
+          <target>1.6</target>
+          <optimize>true</optimize>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-remote-resources-plugin</artifactId>
-         <configuration>
-         <appendedResourcesDirectory>../src/main/appended-resources</appendedResourcesDirectory>
-         <resourceBundles>
+        <configuration>
+          <appendedResourcesDirectory>../src/main/appended-resources</appendedResourcesDirectory>
+          <resourceBundles>
             <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
           </resourceBundles>
           <supplementalModels>
             <supplementalModel>supplemental-models.xml</supplementalModel>
           </supplementalModels>
         </configuration>
-        </plugin>
-  
+      </plugin>
+
     </plugins>
 
   </build>
@@ -231,8 +231,8 @@
   </repositories>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.1-taste-webapp</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.1-taste-webapp
+    <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</url>
   </scm>

Modified: lucene/mahout/trunk/utils/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/utils/pom.xml?rev=827578&r1=827577&r2=827578&view=diff
==============================================================================
--- lucene/mahout/trunk/utils/pom.xml (original)
+++ lucene/mahout/trunk/utils/pom.xml Tue Oct 20 14:43:22 2009
@@ -1,17 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../maven</relativePath>
   </parent>
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-utils</artifactId>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <name>Mahout utilities</name>
   <description>Utilities for preparing content into formats for Mahout.</description>
 
@@ -76,20 +77,20 @@
           </execution>
         </executions>
       </plugin>
-       <plugin>
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-remote-resources-plugin</artifactId>
-         <configuration>
-         <appendedResourcesDirectory>../src/main/appended-resources</appendedResourcesDirectory>
-         <resourceBundles>
+        <configuration>
+          <appendedResourcesDirectory>../src/main/appended-resources</appendedResourcesDirectory>
+          <resourceBundles>
             <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
           </resourceBundles>
           <supplementalModels>
             <supplementalModel>supplemental-models.xml</supplementalModel>
           </supplementalModels>
         </configuration>
-        </plugin>
-   </plugins>
+      </plugin>
+    </plugins>
 
   </build>
 
@@ -101,20 +102,6 @@
       <version>${project.version}</version>
     </dependency>
 
-    <!--<dependency>
-      <groupId>org.apache.solr</groupId>
-      <artifactId>solr-solrj</artifactId>
-      <version>1.4-SNAPSHOT</version>
-    </dependency>-->
-    <!-- core test -->
-    <!--<dependency>
-      <groupId>org.apache.mahout</groupId>
-      <artifactId>mahout-core</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>-->
-
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
@@ -160,10 +147,10 @@
   </dependencies>
 
 
-
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.1-examples</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-0.1-examples</developerConnection>
+    <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</url>
   </scm>
 </project>