Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/build-functions.shsource')
-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 2048204ff..f8af53bbe 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -628,7 +628,7 @@ fn-pom-version-updater ()
pushd "$REPO_DIR"
if [[ "${PATCH_BUILD}" == "junit5" ]]; then
mvn ${MAVEN_SETTINGS} $MARGS ${ALT_POM_FILE} \
- org.eclipse.tycho:tycho-versions-plugin:1.1.0:update-pom \
+ org.eclipse.tycho:tycho-versions-plugin:1.2.0:update-pom \
-Dmaven.repo.local=$LOCAL_REPO -Djava.io.tmpdir=${MAVEN_TMP_DIR}\
-DbuildTimestamp="${TIMESTAMP}" -DbuildType="${BUILD_TYPE}" -DbuildId="${BUILD_ID}"
else

Back to the top