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 2006/12/17 04:38:00 UTC

svn commit: r487935 - in /incubator/solr/trunk: CHANGES.txt build.xml

Author: yonik
Date: Sat Dec 16 19:37:59 2006
New Revision: 487935

URL: http://svn.apache.org/viewvc?view=rev&rev=487935
Log:
bump version numbers

Modified:
    incubator/solr/trunk/CHANGES.txt
    incubator/solr/trunk/build.xml

Modified: incubator/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/CHANGES.txt?view=diff&rev=487935&r1=487934&r2=487935
==============================================================================
--- incubator/solr/trunk/CHANGES.txt (original)
+++ incubator/solr/trunk/CHANGES.txt Sat Dec 16 19:37:59 2006
@@ -1,4 +1,4 @@
-                 Apache Solr Version 1.1.0-dev-incubating
+                 Apache Solr Version 1.2-dev-incubating
                             Release Notes
 
 Introduction
@@ -29,7 +29,22 @@
 
 $Id$
 
-================== Release 1.1.0-dev-incubating, YYYYMMDD ==================
+================== Release 1.2-dev, YYYYMMDD ==================
+
+Detailed Change List
+--------------------
+
+New Features
+
+Changes in runtime behavior
+
+Optimizations 
+
+Bug Fixes
+
+Other Changes
+
+================== Release 1.1.0, YYYYMMDD ==================
 
 Status
 ------

Modified: incubator/solr/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/build.xml?view=diff&rev=487935&r1=487934&r2=487935
==============================================================================
--- incubator/solr/trunk/build.xml (original)
+++ incubator/solr/trunk/build.xml Sat Dec 16 19:37:59 2006
@@ -42,7 +42,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.1-dev" />
+  <property name="version" value="1.2-dev" />
   
   <!-- Solr Specification Version -->
   <!--
@@ -52,7 +52,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.0.${dateversion}" />
+  <property name="specversion" value="1.1.${dateversion}" />
 
   <!-- Incubation Artifact Disclaimer Suffix -->
   <!-- Once graduated from incubation, find/remove all refs to this prop -->