You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2011/05/29 17:16:33 UTC

svn commit: r1128888 - /lucene/dev/nightly/hudson-lucene-solr-maven-3.x.sh

Author: mikemccand
Date: Sun May 29 15:16:33 2011
New Revision: 1128888

URL: http://svn.apache.org/viewvc?rev=1128888&view=rev
Log:
switch mavne 3.x build to 3.3-SNAPSHOT

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

Modified: lucene/dev/nightly/hudson-lucene-solr-maven-3.x.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-solr-maven-3.x.sh?rev=1128888&r1=1128887&r2=1128888&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-solr-maven-3.x.sh (original)
+++ lucene/dev/nightly/hudson-lucene-solr-maven-3.x.sh Sun May 29 15:16:33 2011
@@ -2,7 +2,7 @@
 . $WORKSPACE/nightly/hudson-settings.sh
 
 #Update the Version # when doing a release
-MAVEN_ARTIFACT_VERSION=3.2-SNAPSHOT
+MAVEN_ARTIFACT_VERSION=3.3-SNAPSHOT
 SOLR_JAVA_HOME=$JAVA_HOME_15
 
 . $WORKSPACE/nightly/common-maven.sh