Author: gsingers
Date: Thu Aug 28 13:18:06 2008
New Revision: 689969
URL: http://svn.apache.org/viewvc?rev=689969&view=rev
Log:
tick the branch version
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=689969&r1=689968&r2=689969&view=diff
==============================================================================
--- lucene/solr/branches/branch-1.3/common-build.xml (original)
+++ lucene/solr/branches/branch-1.3/common-build.xml Thu Aug 28 13:18:06 2008
@@ -49,7 +49,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-dev" />
+ <property name="version" value="1.3.0-RC1" />
<!-- Solr Specification Version -->
<!--
@@ -59,7 +59,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.2.${dateversion}" />
+ <property name="specversion" value="1.3.0.${dateversion}" />
<!-- Type of checksum to compute for distribution files -->
<property name="checksum.algorithm" value="md5" />
@@ -340,4 +340,4 @@
</fail>
</target>
-</project>
\ No newline at end of file
+</project>