mirror of https://github.com/apache/lucene.git
bump version numbers
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487935 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b2911576f1
commit
c900566f79
19
CHANGES.txt
19
CHANGES.txt
|
@ -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 @@ See the tutorial at http://incubator.apache.org/solr/tutorial.html
|
|||
|
||||
$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
|
||||
------
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue