Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManoj Palat2019-04-05 08:58:03 +0000
committerManoj Palat2019-04-05 09:01:38 +0000
commit102cef98a1179042c9e30662b56ac94917455e47 (patch)
treeb8d0eeed31d59c3bd0172e214ec24cd2a33205bd
parent28457a3db9d95f5bc4f7dd02046813512d209634 (diff)
downloadeclipse.platform.releng.aggregator-102cef98a1179042c9e30662b56ac94917455e47.tar.gz
eclipse.platform.releng.aggregator-102cef98a1179042c9e30662b56ac94917455e47.tar.xz
eclipse.platform.releng.aggregator-102cef98a1179042c9e30662b56ac94917455e47.zip
Bug 546137 - Move to Tycho 1.4.0
Change-Id: I2ac8a47fb4943902a8a711c0f840469c3c80cb88 Change-Id: I889542fab4065193782898d93573570aec39a3cf Signed-off-by: Manoj Palat <manpalat@in.ibm.com>
-rw-r--r--eclipse-platform-parent/pom.xml6
-rwxr-xr-xproduction/build-functions.shsource2
2 files changed, 4 insertions, 4 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 9521afa15..69352152c 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -79,12 +79,12 @@
<!-- using released version (normal case)
when upgrading make sure you change pom-version-updater version in build-functions.shsource
-->
- <tycho.version>1.4.0-SNAPSHOT</tycho.version>
- <tycho-extras.version>1.4.0-SNAPSHOT</tycho-extras.version>
+ <tycho.version>1.4.0</tycho.version>
+ <tycho-extras.version>1.4.0</tycho-extras.version>
<cbi-plugins.version>1.1.5</cbi-plugins.version>
- <!--
+ <!--
The tycho-eclipserun-plugin will create its instance of Eclipse from this
'eclipiserun-repo' repository, such as for computing .api-descriptions and
generating API Tools reports.
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index f7ceb49f7..d81840d7b 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -624,7 +624,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.3.0:update-pom \
+ org.eclipse.tycho:tycho-versions-plugin:1.4.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