You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2010/05/04 15:33:48 UTC

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

Author: uschindler
Date: Tue May  4 13:33:47 2010
New Revision: 940850

URL: http://svn.apache.org/viewvc?rev=940850&view=rev
Log:
branch name corrected.

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=940850&r1=940849&r2=940850&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-3.x.sh (original)
+++ lucene/dev/nightly/hudson-lucene-3.x.sh Tue May  4 13:33:47 2010
@@ -5,7 +5,7 @@ set -x
 . $WORKSPACE/nightly/hudson-settings.sh
 
 # in Lucene this is faked to look like "branch_31", in reality its the subfolder lucene of branch_31:
-SVN_BRANCH_DIR=branch_31
+SVN_BRANCH_DIR=branch_3x
 
 #Update the Version # when doing a release
 MAVEN_ARTIFACT_VERSION=3.1-SNAPSHOT

Modified: lucene/dev/nightly/hudson-solr-3.x.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-solr-3.x.sh?rev=940850&r1=940849&r2=940850&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-solr-3.x.sh (original)
+++ lucene/dev/nightly/hudson-solr-3.x.sh Tue May  4 13:33:47 2010
@@ -4,8 +4,8 @@ set -x
 
 . $WORKSPACE/nightly/hudson-settings.sh
 
-SVN_SOLR_BRANCH_DIR=branch_31/solr
-SVN_LUCENE_BRANCH_DIR=branch_31/lucene
+SVN_SOLR_BRANCH_DIR=branch_3x/solr
+SVN_LUCENE_BRANCH_DIR=branch_3x/lucene
 
 cd $WORKSPACE/$SVN_SOLR_BRANCH_DIR