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 2010/03/15 22:00:56 UTC

svn commit: r923439 - in /lucene/solr/branches/solr: CHANGES.txt common-build.xml

Author: yonik
Date: Mon Mar 15 21:00:55 2010
New Revision: 923439

URL: http://svn.apache.org/viewvc?rev=923439&view=rev
Log:
sync release numbers

Modified:
    lucene/solr/branches/solr/CHANGES.txt
    lucene/solr/branches/solr/common-build.xml

Modified: lucene/solr/branches/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/branches/solr/CHANGES.txt?rev=923439&r1=923438&r2=923439&view=diff
==============================================================================
--- lucene/solr/branches/solr/CHANGES.txt (original)
+++ lucene/solr/branches/solr/CHANGES.txt Mon Mar 15 21:00:55 2010
@@ -21,7 +21,7 @@ See the tutorial at http://lucene.apache
 
 $Id$
 
-==================  1.5.0-dev ==================
+==================  3.1.0-dev ==================
 Upgrading from Solr 1.4
 ----------------------
 * The experimental ALIAS command is removed in Solr 1.5 (SOLR-1637)

Modified: lucene/solr/branches/solr/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/branches/solr/common-build.xml?rev=923439&r1=923438&r2=923439&view=diff
==============================================================================
--- lucene/solr/branches/solr/common-build.xml (original)
+++ lucene/solr/branches/solr/common-build.xml Mon Mar 15 21:00:55 2010
@@ -52,7 +52,7 @@
   <property name="svnversion.exe" value="svnversion" />
 
   <!-- Java Version we are compatible with -->
-  <property name="java.compat.version" value="1.5" />
+  <property name="java.compat.version" value="1.6" />
 
   <!-- Solr Implementation Version -->
   <!--
@@ -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.5-dev" />
+  <property name="version" value="3.1-dev" />
   
   <!-- Solr Specification Version -->
   <!--
@@ -72,7 +72,7 @@
        By default, this should be set to "X.Y.M.${dateversion}"
        where X.Y.M is the last version released (on this branch).
     -->
-  <property name="specversion" value="1.4.0.${dateversion}" />
+  <property name="specversion" value="3.0.0.${dateversion}" />
 
   
     <!-- Type of checksum to compute for distribution files -->
@@ -116,7 +116,7 @@
   -->
   <property name="lucene_version" value="3.1-dev"/>
   <!-- The version number to assign to the Maven artifacts. -->
-  <property name="maven_version" value="1.5-SNAPSHOT"/>
+  <property name="maven_version" value="3.1-SNAPSHOT"/>
 
   <!-- By default, "deploy" to a temporary directory (as well as installing
        into your local repository).  If you wish to deploy to a remote