@@ -8,7 +8,7 @@ minor-number: 4
88# the last figure of the real release number: e.g. 1 in "2.2m1", "2.3rc1", "2.4.1"
99release-number :2
1010# choose among: final, snapshot, rc, milestone
11- meta.release-type : snapshot
11+ meta.release-type : final
1212version-minor : ${major-number}.${minor-number}
1313
1414# Version of JDK required
@@ -26,17 +26,17 @@ debug-lines: true
2626debug-vars : true
2727optimize : true
2828
29- # Indicates if the FindBugs tool should be run over the
29+ # Indicates if the FindBugs tool should be run over the
3030# project modules. See http://findbugs.sourceforge.net/
3131findbugs : false
3232
33- # Indicates if the CheckStyle tool should be run over the
33+ # Indicates if the CheckStyle tool should be run over the
3434# project modules. See http://checkstyle.sourceforge.net/
3535checkstyle : false
3636
37- # Indicates if the Javadocs should be regenerated.
37+ # Indicates if the Javadocs should be regenerated.
3838# This can save time if you are not generating a
39- # public distribution.
39+ # public distribution.
4040javadoc : false
4141
4242# Indicates if the Javadocs of the implementation code
@@ -48,7 +48,7 @@ javadoc-hide: true
4848nsis : false
4949nsis-makensis-path : /usr/bin
5050
51- # Verbose flag currently used during Java compilation
51+ # Verbose flag currently used during Java compilation
5252# and Javadocs generation.
5353verbose : false
5454
@@ -75,4 +75,3 @@ port-number: 30000
7575
7676# The list of generated editions ("," separated list)
7777editions : jse,jee,android,gae,gwt,osgi
78-
0 commit comments