Revision: 8708
http://sourceforge.net/p/bigdata/code/8708
Author: thompsonbry
Date: 2014-11-06 15:29:37 +0000 (Thu, 06 Nov 2014)
Log Message:
-----------
Returning to snapshot builds.
Modified Paths:
--------------
branches/BIGDATA_RELEASE_1_3_0/build.properties
branches/BIGDATA_RELEASE_1_3_0/pom.xml
Modified: branches/BIGDATA_RELEASE_1_3_0/build.properties
===================================================================
--- branches/BIGDATA_RELEASE_1_3_0/build.properties 2014-11-06 15:27:12 UTC (rev 8707)
+++ branches/BIGDATA_RELEASE_1_3_0/build.properties 2014-11-06 15:29:37 UTC (rev 8708)
@@ -95,14 +95,14 @@
# Set true to do a snapshot build. This changes the value of ${version} to
# include the date.
-snapshot=false
+snapshot=true
# 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
Modified: branches/BIGDATA_RELEASE_1_3_0/pom.xml
===================================================================
--- branches/BIGDATA_RELEASE_1_3_0/pom.xml 2014-11-06 15:27:12 UTC (rev 8707)
+++ branches/BIGDATA_RELEASE_1_3_0/pom.xml 2014-11-06 15:29:37 UTC (rev 8708)
@@ -52,7 +52,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.bigdata</groupId>
<artifactId>bigdata</artifactId>
- <version>1.3.3-SNAPSHOT</version>
+ <version>1.3.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>bigdata(R)</name>
<description>Bigdata(R) Maven Build</description>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|