Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-12-17 09:45:05 +0000
committerSravan Kumar Lakkimsetti2018-12-17 09:50:53 +0000
commita9f55a2982046271c3e68bdc16898b45b8fb0b70 (patch)
treee22616055f57886e7cdb4cfd7a59f468b919e994 /production
parent80a3aa1103cd1523f98b3acd28205c0e476d61a6 (diff)
downloadeclipse.platform.releng.aggregator-a9f55a2982046271c3e68bdc16898b45b8fb0b70.tar.gz
eclipse.platform.releng.aggregator-a9f55a2982046271c3e68bdc16898b45b8fb0b70.tar.xz
eclipse.platform.releng.aggregator-a9f55a2982046271c3e68bdc16898b45b8fb0b70.zip
Bug 542841 - Move to Tycho 1.3.0
Change-Id: Ie37d70ad7aa115853186a1adaafcc7af45f04da8 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
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 fab1a0340..a9d4a4c67 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -625,7 +625,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.2.0:update-pom \
+ org.eclipse.tycho:tycho-versions-plugin:1.3.0: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