You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2009/11/09 22:45:10 UTC

svn commit: r834246 - /lucene/solr/trunk/common-build.xml

Author: yonik
Date: Mon Nov  9 21:45:09 2009
New Revision: 834246

URL: http://svn.apache.org/viewvc?rev=834246&view=rev
Log:
bump build version number

Modified:
    lucene/solr/trunk/common-build.xml

Modified: lucene/solr/trunk/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/common-build.xml?rev=834246&r1=834245&r2=834246&view=diff
==============================================================================
--- lucene/solr/trunk/common-build.xml (original)
+++ lucene/solr/trunk/common-build.xml Mon Nov  9 21:45:09 2009
@@ -62,7 +62,7 @@
        By default, this should be set to "X.Y.N-dev" where X.Y.N is
        "1 greater" then the last version released (on this branch).
     -->
-  <property name="version" value="1.4-dev" />
+  <property name="version" value="1.5-dev" />
   
   <!-- Solr Specification Version -->
   <!--
@@ -116,7 +116,7 @@
   -->
   <property name="lucene_version" value="2.9.1"/>
   <!-- The version number to assign to the Maven artifacts. -->
-  <property name="maven_version" value="1.4-SNAPSHOT"/>
+  <property name="maven_version" value="1.5-SNAPSHOT"/>
 
   <!-- By default, "deploy" to a temporary directory (as well as installing
        into your local repository).  If you wish to deploy to a remote