1 |
# 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 |
# If you add new classes, constructors, methods or attributes to the project, |
10 |
# you have to add a @since Javadoc tag which must have the value of |
11 |
# project.version without alpha, beta, development or distribution labels. For |
12 |
# example: 1.01.00, 1.01.01, 2.05.13. |
13 |
|
14 |
# The architecture and version number |
15 |
project.version.major=1.01 |
16 |
# The revision number, status and suffix |
17 |
project.version.minor=00a01-dev |
18 |
# The Ivy status (one of 'integration', 'milestone' or 'release') |
19 |
project.version.status=integration |
20 |
|
21 |
project.version=${project.version.major}.${project.version.minor} |