mirror of https://github.com/apache/lucene.git
tick the version
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@689968 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
00ab418e0d
commit
451b795c47
|
@ -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.4-dev" />
|
||||
|
||||
<!-- 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>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue