You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ka...@apache.org on 2008/09/21 17:08:38 UTC

svn commit: r697528 - in /lucene/mahout/trunk: core/build.xml core/pom.xml examples/build.xml examples/pom.xml

Author: kalle
Date: Sun Sep 21 08:08:38 2008
New Revision: 697528

URL: http://svn.apache.org/viewvc?rev=697528&view=rev
Log:
versions: 0.1 -> 0.2

Modified:
    lucene/mahout/trunk/core/build.xml
    lucene/mahout/trunk/core/pom.xml
    lucene/mahout/trunk/examples/build.xml
    lucene/mahout/trunk/examples/pom.xml

Modified: lucene/mahout/trunk/core/build.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/core/build.xml?rev=697528&r1=697527&r2=697528&view=diff
==============================================================================
--- lucene/mahout/trunk/core/build.xml (original)
+++ lucene/mahout/trunk/core/build.xml Sun Sep 21 08:08:38 2008
@@ -40,7 +40,7 @@
        By default, this should be set to "X.Y.N-dev" where X.Y.N is
        "1 greater" then the last version released (on this branch).
     -->
-  <property name="version" value="0.1-dev" />
+  <property name="version" value="0.2-dev" />
 
   <!-- 3rd party libraries for compilation -->
   <property name="core-lib" value="lib" />
@@ -72,7 +72,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="1.2.${dateversion}" />
+  <property name="specversion" value="0.1.${dateversion}" />
 
   <!-- Javadoc properties -->
   <property name="javadoc.years" value="2006 - ${year}" />

Modified: lucene/mahout/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/core/pom.xml?rev=697528&r1=697527&r2=697528&view=diff
==============================================================================
--- lucene/mahout/trunk/core/pom.xml (original)
+++ lucene/mahout/trunk/core/pom.xml Sun Sep 21 08:08:38 2008
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.lucene.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.lucene.mahout</groupId>

Modified: lucene/mahout/trunk/examples/build.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/examples/build.xml?rev=697528&r1=697527&r2=697528&view=diff
==============================================================================
--- lucene/mahout/trunk/examples/build.xml (original)
+++ lucene/mahout/trunk/examples/build.xml Sun Sep 21 08:08:38 2008
@@ -40,7 +40,7 @@
        By default, this should be set to "X.Y.N-dev" where X.Y.N is
        "1 greater" then the last version released (on this branch).
     -->
-  <property name="version" value="0.1-dev" />
+  <property name="version" value="0.2-dev" />
 
   <!-- 3rd party libraries for compilation -->
   <property name="shared-lib" value="../lib" />
@@ -70,7 +70,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="1.2.${dateversion}" />
+  <property name="specversion" value="0.1.${dateversion}" />
 
   <!-- Javadoc properties -->
   <property name="javadoc.years" value="2006 - ${year}" />

Modified: lucene/mahout/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/examples/pom.xml?rev=697528&r1=697527&r2=697528&view=diff
==============================================================================
--- lucene/mahout/trunk/examples/pom.xml (original)
+++ lucene/mahout/trunk/examples/pom.xml Sun Sep 21 08:08:38 2008
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.lucene.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.lucene.mahout</groupId>