From 3a652a9ee82b4fabb06e88dfac10633730b6ab9f Mon Sep 17 00:00:00 2001 From: Alexander Fedorov Date: Sat, 9 Nov 2019 13:30:47 +0300 Subject: Bug 552868 - I20191108-1800 build failed 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 --- production/build-functions.shsource | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'production/build-functions.shsource') 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" -- cgit v1.2.3