File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ install:
42
42
43
43
before_deploy :
44
44
# In case of STABLE (see hudson-stable target)
45
+ # the above gradlew already sets the correct ant properties to build
45
46
- ant -Dstorepass="$NBM_SIGN_PASS" -Dpack200.enabled=false set-spec-version suite.nbms build-installers unset-spec-version | awk '{printf("."); fflush(stdout)}'
46
47
47
48
# Has to be done before deploy (due to the rm command)
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ task configureVersionInfo {
143
143
if (releaseInfo != null ) {
144
144
jmeFullVersion = " ${ releaseInfo.baseVersion}${ releaseInfo.releaseSuffix} "
145
145
jmePomVersion = " ${ releaseInfo.mainVersion}${ releaseInfo.releaseSuffix} "
146
- jmeNbmRevision = " 0 "
146
+ jmeNbmRevision = jmeRevision
147
147
jmeNbmUcSuffix = " stable/${ releaseInfo.baseVersion} /plugins"
148
148
} else {
149
149
// SNAPSHOT
You can’t perform that action at this time.
0 commit comments