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 2011/01/22 09:57:50 UTC

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

Author: uschindler
Date: Sat Jan 22 08:57:49 2011
New Revision: 1062122

URL: http://svn.apache.org/viewvc?rev=1062122&view=rev
Log:
Fix version setting for maven in Solr

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

Modified: lucene/dev/nightly/hudson-solr-3.x.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-solr-3.x.sh?rev=1062122&r1=1062121&r2=1062122&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-solr-3.x.sh (original)
+++ lucene/dev/nightly/hudson-solr-3.x.sh Sat Jan 22 08:57:49 2011
@@ -22,8 +22,8 @@ JAVA_HOME=$JAVA_HOME_16 $ANT_HOME/bin/an
   test
 
 JAVA_HOME=$JAVA_HOME_15 $ANT_HOME/bin/ant \
-  -Dversion=$VERSION \
-  -Dlucene_version=$VERSION \
+  -Dversion=$MAVEN_ARTIFACT_VERSION \
+  -Dlucene_version=$MAVEN_ARTIFACT_VERSION \
   -Dsvnversion.exe=$SVNVERSION_EXE \
   clean generate-maven-artifacts
 

Modified: lucene/dev/nightly/hudson-solr-trunk.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-solr-trunk.sh?rev=1062122&r1=1062121&r2=1062122&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-solr-trunk.sh (original)
+++ lucene/dev/nightly/hudson-solr-trunk.sh Sat Jan 22 08:57:49 2011
@@ -18,8 +18,8 @@ $ANT_HOME/bin/ant \
   clean nightly
 
 $ANT_HOME/bin/ant \
-  -Dversion=$VERSION \
-  -Dlucene_version=$VERSION \
+  -Dversion=$MAVEN_ARTIFACT_VERSION \
+  -Dlucene_version=$MAVEN_ARTIFACT_VERSION \
   -Dsvnversion.exe=$SVNVERSION_EXE \
   clean generate-maven-artifacts