Author: kalle
Date: Fri Sep 19 04:50:08 2008
New Revision: 697066

URL: http://svn.apache.org/viewvc?rev=697066&view=rev
Log:
set version 0.1

Modified:
    lucene/mahout/branches/branch-0.1/core/build.xml
    lucene/mahout/branches/branch-0.1/core/pom.xml
    lucene/mahout/branches/branch-0.1/examples/build.xml
    lucene/mahout/branches/branch-0.1/examples/pom.xml
    lucene/mahout/branches/branch-0.1/pom.xml

Modified: lucene/mahout/branches/branch-0.1/core/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/mahout/branches/branch-0.1/core/build.xml?rev=697066&r1=697065&r2=697066&view=diff
==============================================================================
--- lucene/mahout/branches/branch-0.1/core/build.xml (original)
+++ lucene/mahout/branches/branch-0.1/core/build.xml Fri Sep 19 04:50:08 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.1" />
 
   <!-- 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}" />
@@ -457,4 +457,7 @@
      </manifest>
   </target>
 
+
+
+
 </project>

Modified: lucene/mahout/branches/branch-0.1/core/pom.xml
URL: 
http://svn.apache.org/viewvc/lucene/mahout/branches/branch-0.1/core/pom.xml?rev=697066&r1=697065&r2=697066&view=diff
==============================================================================
--- lucene/mahout/branches/branch-0.1/core/pom.xml (original)
+++ lucene/mahout/branches/branch-0.1/core/pom.xml Fri Sep 19 04:50:08 2008
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.lucene.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
   </parent>
 
   <groupId>org.apache.lucene.mahout</groupId>

Modified: lucene/mahout/branches/branch-0.1/examples/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/mahout/branches/branch-0.1/examples/build.xml?rev=697066&r1=697065&r2=697066&view=diff
==============================================================================
--- lucene/mahout/branches/branch-0.1/examples/build.xml (original)
+++ lucene/mahout/branches/branch-0.1/examples/build.xml Fri Sep 19 04:50:08 
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.1" />
 
   <!-- 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/branches/branch-0.1/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/lucene/mahout/branches/branch-0.1/examples/pom.xml?rev=697066&r1=697065&r2=697066&view=diff
==============================================================================
--- lucene/mahout/branches/branch-0.1/examples/pom.xml (original)
+++ lucene/mahout/branches/branch-0.1/examples/pom.xml Fri Sep 19 04:50:08 2008
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.lucene.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
   </parent>
 
   <groupId>org.apache.lucene.mahout</groupId>

Modified: lucene/mahout/branches/branch-0.1/pom.xml
URL: 
http://svn.apache.org/viewvc/lucene/mahout/branches/branch-0.1/pom.xml?rev=697066&r1=697065&r2=697066&view=diff
==============================================================================
--- lucene/mahout/branches/branch-0.1/pom.xml (original)
+++ lucene/mahout/branches/branch-0.1/pom.xml Fri Sep 19 04:50:08 2008
@@ -7,7 +7,7 @@
   <groupId>org.apache.lucene.mahout</groupId>
   <artifactId>mahout</artifactId>
   <packaging>pom</packaging>
-  <version>0.1-SNAPSHOT</version>
+  <version>0.1</version>
   <name>Apache Lucene Mahout</name>
   <description>Scalable machine learning libraries</description>
 


Reply via email to