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 gs...@apache.org on 2008/09/02 16:18:41 UTC

svn commit: r691255 - /lucene/solr/branches/branch-1.3/common-build.xml

Author: gsingers
Date: Tue Sep  2 07:18:40 2008
New Revision: 691255

URL: http://svn.apache.org/viewvc?rev=691255&view=rev
Log:
RC2

Modified:
    lucene/solr/branches/branch-1.3/common-build.xml

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=691255&r1=691254&r2=691255&view=diff
==============================================================================
--- lucene/solr/branches/branch-1.3/common-build.xml (original)
+++ lucene/solr/branches/branch-1.3/common-build.xml Tue Sep  2 07:18:40 2008
@@ -57,7 +57,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.3.0-RC1" />
+  <property name="version" value="1.3.0-RC2" />
   
   <!-- Solr Specification Version -->
   <!--
@@ -67,7 +67,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.3.0-RC1" />
+  <property name="specversion" value="1.3.0-RC2" />
   
     <!-- Type of checksum to compute for distribution files -->
   <property name="checksum.algorithm" value="md5" />
@@ -104,7 +104,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-RC1"/>
+  <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