1 |
jstuyts |
2251 |
# This file contains the version number which will be used to label the |
2 |
|
|
# products of this project. |
3 |
|
|
# |
4 |
|
|
# WARNING: only the release manager is allowed to change this version number. |
5 |
|
|
# |
6 |
|
|
# If you do change it make sure you NEVER COMMIT CHANGES YOU MADE TO |
7 |
|
|
# THIS FILE. |
8 |
|
|
# |
9 |
|
|
# WARNING: to prevent accidentally building a 'milestone' or 'release' |
10 |
|
|
# version, always commit this file with a development version (ending |
11 |
|
|
# with '-dev') and the status set to 'integration'. |
12 |
|
|
# |
13 |
|
|
# If you add new classes, constructors, methods or attributes to the project, |
14 |
|
|
# you have to add a @since Javadoc tag which must have the value of |
15 |
|
|
# project.version without alpha, beta, development or distribution labels. For |
16 |
|
|
# example: 1.01.00, 1.01.01, 2.05.13. |
17 |
|
|
|
18 |
|
|
# The architecture and version number |
19 |
|
|
project.version.major=1.01 |
20 |
|
|
# The revision number, status and suffix |
21 |
|
|
project.version.minor=00a01-dev |
22 |
|
|
# The Ivy status (one of 'integration', 'milestone' or 'release') |
23 |
|
|
project.version.status=integration |
24 |
|
|
|
25 |
|
|
project.version=${project.version.major}.${project.version.minor} |