mirror of
https://github.com/apache/lucene.git
synced 2025-02-19 16:36:22 +00:00
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625976 13f79535-47bb-0310-9956-ffa450edef68
11 lines
374 B
Properties
11 lines
374 B
Properties
# This file contains some version properties as used by various build files.
|
|
|
|
# RELEAE MANAGER must change this file after creating a release and
|
|
# enter new base version (format "x.y.z", no prefix/appendix):
|
|
version.base=6.0.0
|
|
|
|
# Other version property defaults, don't change:
|
|
version.suffix=SNAPSHOT
|
|
version=${version.base}-${version.suffix}
|
|
spec.version=${version.base}
|