You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2012/04/27 01:58:52 UTC

svn commit: r1331154 - /pig/trunk/build.xml

Author: daijy
Date: Thu Apr 26 23:58:52 2012
New Revision: 1331154

URL: http://svn.apache.org/viewvc?rev=1331154&view=rev
Log:
PIG-2670: glitches on copyright years in documentation

Modified:
    pig/trunk/build.xml

Modified: pig/trunk/build.xml
URL: http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1331154&r1=1331153&r2=1331154&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Thu Apr 26 23:58:52 2012
@@ -33,6 +33,7 @@
     <property name="pig.version" value="0.11.0" />
     <property name="version" value="${pig.version}-SNAPSHOT" />
     <property name="final.name" value="${name}-${version}" />
+    <property name="year" value="2007-2012" />
 
     <!-- source properties -->
     <property name="lib.dir" value="${basedir}/lib" />