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/07 08:55:01 UTC

svn commit: r1089758 - in /incubator/hama: branches/0.2.1/build.xml branches/0.2/build.xml trunk/build.xml

Author: edwardyoon
Date: Thu Apr  7 06:55:01 2011
New Revision: 1089758

URL: http://svn.apache.org/viewvc?rev=1089758&view=rev
Log:
Update years

Modified:
    incubator/hama/branches/0.2.1/build.xml
    incubator/hama/branches/0.2/build.xml
    incubator/hama/trunk/build.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=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- incubator/hama/branches/0.2.1/build.xml (original)
+++ incubator/hama/branches/0.2.1/build.xml Thu Apr  7 06:55:01 2011
@@ -21,7 +21,7 @@
 	<property name="version" value="0.2.1" />
 	<property name="Name" value="Hama" />
 	<property name="final.name" value="hama-${version}" />
-	<property name="year" value="2009" />
+	<property name="year" value="2011" />
 
 	<!-- Load all the default properties, and any the user wants    -->
 	<!-- to contribute (without having to type -D or edit this file -->

Modified: incubator/hama/branches/0.2/build.xml
URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.2/build.xml?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- incubator/hama/branches/0.2/build.xml (original)
+++ incubator/hama/branches/0.2/build.xml Thu Apr  7 06:55:01 2011
@@ -21,7 +21,7 @@
 	<property name="version" value="0.2.0" />
 	<property name="Name" value="Hama" />
 	<property name="final.name" value="hama-${version}" />
-	<property name="year" value="2009" />
+	<property name="year" value="2011" />
 
 	<!-- Load all the default properties, and any the user wants    -->
 	<!-- to contribute (without having to type -D or edit this file -->

Modified: incubator/hama/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/build.xml?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- incubator/hama/trunk/build.xml (original)
+++ incubator/hama/trunk/build.xml Thu Apr  7 06:55:01 2011
@@ -21,7 +21,7 @@
 	<property name="version" value="0.3.0" />
 	<property name="Name" value="Hama" />
 	<property name="final.name" value="hama-${version}" />
-	<property name="year" value="2009" />
+	<property name="year" value="2011" />
 
 	<!-- Load all the default properties, and any the user wants    -->
 	<!-- to contribute (without having to type -D or edit this file -->