Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-05-10 17:22:26 +0000
committerSravan Kumar Lakkimsetti2017-05-10 17:22:26 +0000
commit6ba2ef62d97e91c5750d192fa73caae1ce6b7a48 (patch)
tree3a65d8d8befd66192445fd158fe47edaeaf9c258 /production/build-functions.shsource
parent1736a78558ab66731f4df8d544a4aa4d74022d85 (diff)
downloadeclipse.platform.releng.aggregator-6ba2ef62d97e91c5750d192fa73caae1ce6b7a48.tar.gz
eclipse.platform.releng.aggregator-6ba2ef62d97e91c5750d192fa73caae1ce6b7a48.tar.xz
eclipse.platform.releng.aggregator-6ba2ef62d97e91c5750d192fa73caae1ce6b7a48.zip
Bug 516424 - eclipse-SDK-I20170509-1300-win32-x86_64.zip and later
contain inconsistent data in CD and local file header Change-Id: I52574abcc8fb636e43deab81a91dfa3fc5bf4586 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
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 e8816aa7e..e40bd6cf8 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -617,7 +617,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.1.0-SNAPSHOT:update-pom \
+ org.eclipse.tycho:tycho-versions-plugin:0.26.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