Author: gsingers
Date: Sun Sep 7 07:59:09 2008
New Revision: 692875
URL: http://svn.apache.org/viewvc?rev=692875&view=rev
Log:
tick the versions
Modified:
lucene/solr/branches/branch-1.3/CHANGES.txt
lucene/solr/branches/branch-1.3/common-build.xml
Modified: lucene/solr/branches/branch-1.3/CHANGES.txt
URL:
http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.3/CHANGES.txt?rev=692875&r1=692874&r2=692875&view=diff
==============================================================================
--- lucene/solr/branches/branch-1.3/CHANGES.txt (original)
+++ lucene/solr/branches/branch-1.3/CHANGES.txt Sun Sep 7 07:59:09 2008
@@ -1,4 +1,4 @@
- Apache Solr Version 1.3-dev
+ Apache Solr Version 1.3.0
Release Notes
Introduction
@@ -21,7 +21,7 @@
$Id$
-================== Release 1.3.0 20080903 ==================
+================== Release 1.3.0 ==================
Upgrading from Solr 1.2
Modified: lucene/solr/branches/branch-1.3/common-build.xml
URL:
http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.3/common-build.xml?rev=692875&r1=692874&r2=692875&view=diff
==============================================================================
--- lucene/solr/branches/branch-1.3/common-build.xml (original)
+++ lucene/solr/branches/branch-1.3/common-build.xml Sun Sep 7 07:59:09 2008
@@ -57,8 +57,9 @@
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.3.0-RC2" />
-
+ <property name="version" value="1.3.0" />
+ <!-- The version number to assign to the Maven artifacts. Usually something
like 1.3-SNAPSHOT -->
+ <property name="maven_version" value="1.3.0"/>
<!-- Solr Specification Version -->
<!--
This will be used in the Manifest file, and therefore must
@@ -67,7 +68,9 @@
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.3.0-RC2" />
+ <property name="specversion" value="1.3.0" />
+
+
<!-- Type of checksum to compute for distribution files -->
<property name="checksum.algorithm" value="md5" />
@@ -103,8 +106,7 @@
<!-- The version suffix of the Lucene artifacts checked into "lib" -->
<property name="lucene_version" value="2.4-dev"/>
- <!-- The version number to assign to the Maven artifacts. -->
- <property name="maven_version" value="1.3.0-RC2"/>
+
<!-- By default, "deploy" to a temporary directory (as well as installing
into your local repository). If you wish to deploy to a remote