Author: daijy
Date: Sun Jun  7 03:53:41 2015
New Revision: 1683984

URL: http://svn.apache.org/r1683984
Log:
Preparing for 0.15.1 release development

Modified:
    pig/branches/branch-0.15/build.xml

Modified: pig/branches/branch-0.15/build.xml
URL: 
http://svn.apache.org/viewvc/pig/branches/branch-0.15/build.xml?rev=1683984&r1=1683983&r2=1683984&view=diff
==============================================================================
--- pig/branches/branch-0.15/build.xml (original)
+++ pig/branches/branch-0.15/build.xml Sun Jun  7 03:53:41 2015
@@ -31,7 +31,7 @@
     <property name="pigsmoke.pom" value="${basedir}/ivy/pigsmoke.pom" />
     <property name="pigunit.pom" value="${basedir}/ivy/pigunit.pom" />
     <property name="piggybank.pom" value="${basedir}/ivy/piggybank.pom" />
-    <property name="pig.version" value="0.15.0" />
+    <property name="pig.version" value="0.15.1" />
     <property name="pig.version.suffix" value="-SNAPSHOT" />
     <property name="version" value="${pig.version}${pig.version.suffix}" />
     <property name="final.name" value="${name}-${version}" />


Reply via email to