You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by us...@apache.org on 2009/11/16 15:05:49 UTC

svn commit: r880757 - /lucene/java/nightly/nightly.sh

Author: uschindler
Date: Mon Nov 16 14:05:48 2009
New Revision: 880757

URL: http://svn.apache.org/viewvc?rev=880757&view=rev
Log:
set hudson to 3.1-dev (does this really change hudson build scripts, not sure...)

Modified:
    lucene/java/nightly/nightly.sh

Modified: lucene/java/nightly/nightly.sh
URL: http://svn.apache.org/viewvc/lucene/java/nightly/nightly.sh?rev=880757&r1=880756&r2=880757&view=diff
==============================================================================
--- lucene/java/nightly/nightly.sh (original)
+++ lucene/java/nightly/nightly.sh Mon Nov 16 14:05:48 2009
@@ -35,7 +35,7 @@
 
 #Generate the Maven snapshot
 #Update the Version # when doing a release
-$ANT_HOME/bin/ant -Dversion=3.0-SNAPSHOT generate-maven-artifacts
+$ANT_HOME/bin/ant -Dversion=3.1-SNAPSHOT generate-maven-artifacts
 #copy the artifacts to the side so the cron job can publish them
 cp -R dist/maven/org/apache/lucene ../../maven-artifacts