From: <tho...@us...> - 2013-12-18 21:00:49
|
Revision: 7678 http://bigdata.svn.sourceforge.net/bigdata/?rev=7678&view=rev Author: thompsonbry Date: 2013-12-18 21:00:42 +0000 (Wed, 18 Dec 2013) Log Message: ----------- bumped version number. set snapshot=false for 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 2013-12-18 19:07:42 UTC (rev 7677) +++ branches/BIGDATA_RELEASE_1_3_0/build.properties 2013-12-18 21:00:42 UTC (rev 7678) @@ -84,12 +84,12 @@ 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.2.3 +build.ver=1.3.0 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). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |