From: <tho...@us...> - 2014-10-28 21:49:36
|
Revision: 8699 http://sourceforge.net/p/bigdata/code/8699 Author: thompsonbry Date: 2014-10-28 21:49:33 +0000 (Tue, 28 Oct 2014) Log Message: ----------- Bumping version for 1.3.3 release. Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/build.properties Modified: branches/BIGDATA_RELEASE_1_3_0/build.properties =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/build.properties 2014-10-28 17:41:09 UTC (rev 8698) +++ branches/BIGDATA_RELEASE_1_3_0/build.properties 2014-10-28 21:49:33 UTC (rev 8699) @@ -90,19 +90,19 @@ release.dir=ant-release # The build version (note: 0.82b -> 0.82.0); 0.83.2 is followed by 1.0.0 -build.ver=1.3.2 +build.ver=1.3.3 build.ver.osgi=1.0 # Set true to do a snapshot build. This changes the value of ${version} to # include the date. -snapshot=true +snapshot=false # Javadoc build may be disabled using this property. The javadoc target will # not be executed unless this property is defined (its value does not matter). # Note: The javadoc goes quite if you have enough memory, but can take forever # and then runs out of memory if the JVM is starved for RAM. The heap for the # javadoc JVM is explicitly set in the javadoc target in the build.xml file. -#javadoc= +javadoc= # packaging property set (rpm, deb). package.release=1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |