You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2011/04/05 11:51:26 UTC

svn commit: r1088948 - in /incubator/hama: branches/0.2.1/build.xml branches/0.2.1/pom.xml trunk/build.xml trunk/pom.xml

Author: edwardyoon
Date: Tue Apr  5 09:51:26 2011
New Revision: 1088948

URL: http://svn.apache.org/viewvc?rev=1088948&view=rev
Log:
Update version value

Modified:
    incubator/hama/branches/0.2.1/build.xml
    incubator/hama/branches/0.2.1/pom.xml
    incubator/hama/trunk/build.xml
    incubator/hama/trunk/pom.xml

Modified: incubator/hama/branches/0.2.1/build.xml
URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.2.1/build.xml?rev=1088948&r1=1088947&r2=1088948&view=diff
==============================================================================
--- incubator/hama/branches/0.2.1/build.xml (original)
+++ incubator/hama/branches/0.2.1/build.xml Tue Apr  5 09:51:26 2011
@@ -18,7 +18,7 @@
 -->
 
 <project name="hama" default="jar">
-	<property name="version" value="0.2.0" />
+	<property name="version" value="0.2.1" />
 	<property name="Name" value="Hama" />
 	<property name="final.name" value="hama-${version}" />
 	<property name="year" value="2009" />

Modified: incubator/hama/branches/0.2.1/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.2.1/pom.xml?rev=1088948&r1=1088947&r2=1088948&view=diff
==============================================================================
--- incubator/hama/branches/0.2.1/pom.xml (original)
+++ incubator/hama/branches/0.2.1/pom.xml Tue Apr  5 09:51:26 2011
@@ -29,7 +29,7 @@
   <groupId>org.apache.incubator</groupId>
   <artifactId>hama</artifactId>
   <name>Apache Hama POM</name>
-  <version>0.2.0-incubating-SNAPSHOT</version>
+  <version>0.2.1-incubating-SNAPSHOT</version>
   <description>Apache Hama POM</description>
   <url>http://incubator.apache.org/hama</url>
   <packaging>jar</packaging>

Modified: incubator/hama/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/build.xml?rev=1088948&r1=1088947&r2=1088948&view=diff
==============================================================================
--- incubator/hama/trunk/build.xml (original)
+++ incubator/hama/trunk/build.xml Tue Apr  5 09:51:26 2011
@@ -18,7 +18,7 @@
 -->
 
 <project name="hama" default="jar">
-	<property name="version" value="0.2.0" />
+	<property name="version" value="0.3.0" />
 	<property name="Name" value="Hama" />
 	<property name="final.name" value="hama-${version}" />
 	<property name="year" value="2009" />

Modified: incubator/hama/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/pom.xml?rev=1088948&r1=1088947&r2=1088948&view=diff
==============================================================================
--- incubator/hama/trunk/pom.xml (original)
+++ incubator/hama/trunk/pom.xml Tue Apr  5 09:51:26 2011
@@ -29,7 +29,7 @@
   <groupId>org.apache.incubator</groupId>
   <artifactId>hama</artifactId>
   <name>Apache Hama POM</name>
-  <version>0.2.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating-SNAPSHOT</version>
   <description>Apache Hama POM</description>
   <url>http://incubator.apache.org/hama</url>
   <packaging>jar</packaging>