Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-01-20 14:42:48 +0000
committerAlexander Kurtakov2020-01-20 14:47:39 +0000
commit3acde0e89cd3df346bddb3d2d55dc6657f1d3e1f (patch)
tree6ff511f31dcb2701e6427fe514cc1e2c9ecb1017 /cje-production/mbscripts
parent8d86b1ae3350f0543025eec73a0ad07f6f0eeffd (diff)
downloadeclipse.platform.releng.aggregator-3acde0e89cd3df346bddb3d2d55dc6657f1d3e1f.tar.gz
eclipse.platform.releng.aggregator-3acde0e89cd3df346bddb3d2d55dc6657f1d3e1f.tar.xz
eclipse.platform.releng.aggregator-3acde0e89cd3df346bddb3d2d55dc6657f1d3e1f.zip
Bug 558382 - Build with tycho 1.6.0
Switch to final release. Change-Id: Iba47e4a64baa2172b8c4a1c633a4d78ec0799fdf Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'cje-production/mbscripts')
-rwxr-xr-xcje-production/mbscripts/mb210_updatePom.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cje-production/mbscripts/mb210_updatePom.sh b/cje-production/mbscripts/mb210_updatePom.sh
index a348d8958..1c7665194 100755
--- a/cje-production/mbscripts/mb210_updatePom.sh
+++ b/cje-production/mbscripts/mb210_updatePom.sh
@@ -25,7 +25,7 @@ source $1
mkdir $CJE_ROOT/tmp
cd $CJE_ROOT/gitCache/eclipse.platform.releng.aggregator
-mvn --update-snapshots org.eclipse.tycho:tycho-versions-plugin:1.5.1:update-pom \
+mvn --update-snapshots org.eclipse.tycho:tycho-versions-plugin:1.6.0:update-pom \
-Dmaven.repo.local=$LOCAL_REPO \
-Djava.io.tmpdir=$CJE_ROOT/tmp \
-DaggregatorBuild=true \

Back to the top