mirror of https://github.com/apache/lucene.git
bump trunk version to 1.3
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542877 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b91b25fbca
commit
b31cb889b7
22
CHANGES.txt
22
CHANGES.txt
|
@ -1,4 +1,4 @@
|
|||
pache Solr Version 1.2-dev
|
||||
Apache Solr Version 1.3-dev
|
||||
Release Notes
|
||||
|
||||
Introduction
|
||||
|
@ -21,7 +21,25 @@ See the tutorial at http://lucene.apache.org/solr/tutorial.html
|
|||
|
||||
$Id$
|
||||
|
||||
================== Release 1.2-dev, YYYYMMDD ==================
|
||||
================== Release 1.3-dev ==================
|
||||
Upgrading from Solr 1.2
|
||||
-----------------------
|
||||
|
||||
Detailed Change List
|
||||
--------------------
|
||||
|
||||
New Features
|
||||
|
||||
Changes in runtime behavior
|
||||
|
||||
Optimizations
|
||||
|
||||
Bug Fixes
|
||||
|
||||
Other Changes
|
||||
|
||||
|
||||
================== Release 1.2, 20070602 ==================
|
||||
|
||||
Upgrading from Solr 1.1
|
||||
-------------------------------------
|
||||
|
|
|
@ -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.2-dev" />
|
||||
<property name="version" value="1.3-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.1.${dateversion}" />
|
||||
<property name="specversion" value="1.2.${dateversion}" />
|
||||
|
||||
<!-- 3rd party libraries for compilation -->
|
||||
<property name="lib" value="lib" />
|
||||
|
|
Loading…
Reference in New Issue