You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by si...@apache.org on 2011/11/26 00:06:39 UTC

svn commit: r1206370 - in /lucene/dev/nightly: hudson-lucene-3.x.sh hudson-solr-3.x.sh

Author: simonw
Date: Fri Nov 25 23:06:38 2011
New Revision: 1206370

URL: http://svn.apache.org/viewvc?rev=1206370&view=rev
Log:
move hudson build to 3.6

Modified:
    lucene/dev/nightly/hudson-lucene-3.x.sh
    lucene/dev/nightly/hudson-solr-3.x.sh

Modified: lucene/dev/nightly/hudson-lucene-3.x.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-3.x.sh?rev=1206370&r1=1206369&r2=1206370&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-3.x.sh (original)
+++ lucene/dev/nightly/hudson-lucene-3.x.sh Fri Nov 25 23:06:38 2011
@@ -2,7 +2,7 @@
 . $WORKSPACE/nightly/hudson-settings.sh
 
 #Update the Version # when doing a release
-VERSION=3.5-$BUILD_ID
+VERSION=3.6-$BUILD_ID
 
 mkdir -p $ARTIFACTS
 mkdir -p $JAVADOCS_ARTIFACTS

Modified: lucene/dev/nightly/hudson-solr-3.x.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-solr-3.x.sh?rev=1206370&r1=1206369&r2=1206370&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-solr-3.x.sh (original)
+++ lucene/dev/nightly/hudson-solr-3.x.sh Fri Nov 25 23:06:38 2011
@@ -1,7 +1,7 @@
 #!/bin/sh
 . $WORKSPACE/nightly/hudson-settings.sh
 
-VERSION=3.5-$BUILD_ID
+VERSION=3.6-$BUILD_ID
 
 mkdir -p $ARTIFACTS
 mkdir -p $JAVADOCS_ARTIFACTS