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/16 22:40:01 UTC

svn commit: r487899 - in /incubator/solr/branches/branch-1.1: CHANGES.txt build.xml

Author: yonik
Date: Sat Dec 16 13:40:00 2006
New Revision: 487899

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

Modified:
    incubator/solr/branches/branch-1.1/CHANGES.txt
    incubator/solr/branches/branch-1.1/build.xml

Modified: incubator/solr/branches/branch-1.1/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/solr/branches/branch-1.1/CHANGES.txt?view=diff&rev=487899&r1=487898&r2=487899
==============================================================================
--- incubator/solr/branches/branch-1.1/CHANGES.txt (original)
+++ incubator/solr/branches/branch-1.1/CHANGES.txt Sat Dec 16 13:40:00 2006
@@ -1,4 +1,4 @@
-                 Apache Solr Version 1.1.0-dev-incubating
+                      Apache Solr Version 1.1.0
                             Release Notes
 
 Introduction
@@ -29,7 +29,7 @@
 
 $Id$
 
-================== Release 1.1.0-dev-incubating, YYYYMMDD ==================
+================== Release 1.1.0 20061221 ==================
 
 Status
 ------

Modified: incubator/solr/branches/branch-1.1/build.xml
URL: http://svn.apache.org/viewvc/incubator/solr/branches/branch-1.1/build.xml?view=diff&rev=487899&r1=487898&r2=487899
==============================================================================
--- incubator/solr/branches/branch-1.1/build.xml (original)
+++ incubator/solr/branches/branch-1.1/build.xml Sat Dec 16 13:40:00 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.1.1-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 -->