Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-05-02 12:16:44 +0000
committerSravan Kumar Lakkimsetti2017-05-02 12:17:23 +0000
commit76060dce6608934a441614590f35a7c3cb6fb20a (patch)
tree4a177d4e7742e61b663fe175a9f7a5848870eb94 /production
parent7a6b37dd39415978e4b69bf44a4d30bd73bc6cb4 (diff)
downloadeclipse.platform.releng.aggregator-76060dce6608934a441614590f35a7c3cb6fb20a.tar.gz
eclipse.platform.releng.aggregator-76060dce6608934a441614590f35a7c3cb6fb20a.tar.xz
eclipse.platform.releng.aggregator-76060dce6608934a441614590f35a7c3cb6fb20a.zip
Bug 515976 - NPE during execution of update-pom"
reverting the workaround This reverts commit 62a27c101a261e2df0bc8af3724bc0f4fde415a4.
Diffstat (limited to 'production')
-rwxr-xr-xproduction/build-functions.shsource2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index e40bd6cf8..e8816aa7e 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -617,7 +617,7 @@ fn-pom-version-updater ()
report=${TMP_DIR}/pom_${BUILD_ID}.txt
pushd "$REPO_DIR"
mvn ${MAVEN_SETTINGS} $MARGS ${ALT_POM_FILE} \
- org.eclipse.tycho:tycho-versions-plugin:0.26.0:update-pom \
+ org.eclipse.tycho:tycho-versions-plugin:1.1.0-SNAPSHOT:update-pom \
-Dmaven.repo.local=$LOCAL_REPO -Djava.io.tmpdir=${MAVEN_TMP_DIR}\
-DaggregatorBuild=true \
-DbuildTimestamp="${TIMESTAMP}" -DbuildType="${BUILD_TYPE}" -DbuildId="${BUILD_ID}" -Declipse-p2-repo.url="NOT_FOR_PRODUCTION_USE"

Back to the top