Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-12-04 16:42:07 +0000
committerSravan Kumar Lakkimsetti2019-12-04 16:42:07 +0000
commitfb9d16673b181cb4c07ca1f3ca6f77ddb1758f83 (patch)
treec517738e028fb2b596fee5b75e33c4cad2469114
parent5080a458d38521e40fe41d44aac67edeaf09b4dd (diff)
downloadeclipse.platform.releng.aggregator-fb9d16673b181cb4c07ca1f3ca6f77ddb1758f83.tar.gz
eclipse.platform.releng.aggregator-fb9d16673b181cb4c07ca1f3ca6f77ddb1758f83.tar.xz
eclipse.platform.releng.aggregator-fb9d16673b181cb4c07ca1f3ca6f77ddb1758f83.zip
Bug 553757 - Migrate I-builds to new infra
Change-Id: I7ed91988b6379a1a6a60ba3c0157dff0c7408c89 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-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 72f0a6b11..a348d8958 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.3.0:update-pom \
+mvn --update-snapshots org.eclipse.tycho:tycho-versions-plugin:1.5.1:update-pom \
-Dmaven.repo.local=$LOCAL_REPO \
-Djava.io.tmpdir=$CJE_ROOT/tmp \
-DaggregatorBuild=true \

Back to the top