Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Fedorov2019-11-09 10:30:47 +0000
committerAlexander Fedorov2019-11-09 10:30:47 +0000
commit3a652a9ee82b4fabb06e88dfac10633730b6ab9f (patch)
treeb8d261fc50d120bf92d84cb223e5c29a39d4c4bc /production
parentd4aed385e81e2c2e0d6b1e8bf1bb95aecd1e0352 (diff)
downloadeclipse.platform.releng.aggregator-3a652a9ee82b4fabb06e88dfac10633730b6ab9f.tar.gz
eclipse.platform.releng.aggregator-3a652a9ee82b4fabb06e88dfac10633730b6ab9f.tar.xz
eclipse.platform.releng.aggregator-3a652a9ee82b4fabb06e88dfac10633730b6ab9f.zip
Bug 552868 - I20191108-1800 build failedI20191109-0650
Attempt to fix the [ERROR] Failed to execute goal org.eclipse.tycho:tycho-versions-plugin:1.4.0:update-pom (default-cli) Change-Id: Iba927349677758a91099d209a21023d4463d269c Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
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 3160ccb69..2d487158a 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -624,7 +624,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:1.4.0:update-pom \
+ org.eclipse.tycho:tycho-versions-plugin:1.5.1: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