Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2016-12-15 12:00:37 +0000
committerSravan Kumar Lakkimsetti2016-12-15 12:00:37 +0000
commita1ca4a4d3e30b330de03bff7aca9f3120eeb8b5c (patch)
tree2ab0ba5d4be56f3766c862c9edffeb12a648f30c /production
parent58ad4d04c5efd5e6f496e74fc83407340dde4b7f (diff)
downloadeclipse.platform.releng.aggregator-a1ca4a4d3e30b330de03bff7aca9f3120eeb8b5c.tar.gz
eclipse.platform.releng.aggregator-a1ca4a4d3e30b330de03bff7aca9f3120eeb8b5c.tar.xz
eclipse.platform.releng.aggregator-a1ca4a4d3e30b330de03bff7aca9f3120eeb8b5c.zip
Bug 484000 - Occasional Build failure due to "Could not determine
installation size of file" Change-Id: I22a0ff358f531eec2f6ff172d9aa3f25a6555f27 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 0e4683afd..927adf90e 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -606,7 +606,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:0.26.0:update-pom \
+ org.eclipse.tycho:tycho-versions-plugin:0.27.0-SNAPSHOT:update-pom \
-Dmaven.repo.local=$LOCAL_REPO \
-DbuildTimestamp="${TIMESTAMP}" -DbuildType="${BUILD_TYPE}" -DbuildId="${BUILD_ID}" -Declipse-p2-repo.url="NOT_FOR_PRODUCTION_USE"
RC=$?

Back to the top