Skip to content

Commit 43aeb32

Browse files
committed
Try to fix stable builds: They also carry the nbmVersion as opposed to our design to enable comparison by netbeans
1 parent 0711c13 commit 43aeb32

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ install:
4242

4343
before_deploy:
4444
# In case of STABLE (see hudson-stable target)
45+
# the above gradlew already sets the correct ant properties to build
4546
- ant -Dstorepass="$NBM_SIGN_PASS" -Dpack200.enabled=false set-spec-version suite.nbms build-installers unset-spec-version | awk '{printf("."); fflush(stdout)}'
4647

4748
# Has to be done before deploy (due to the rm command)

version.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ task configureVersionInfo {
143143
if (releaseInfo != null) {
144144
jmeFullVersion = "${releaseInfo.baseVersion}${releaseInfo.releaseSuffix}"
145145
jmePomVersion = "${releaseInfo.mainVersion}${releaseInfo.releaseSuffix}"
146-
jmeNbmRevision = "0"
146+
jmeNbmRevision = jmeRevision
147147
jmeNbmUcSuffix = "stable/${releaseInfo.baseVersion}/plugins"
148148
} else {
149149
// SNAPSHOT

0 commit comments

Comments
 (0)