diff options
| author | Sravan Kumar Lakkimsetti | 2018-02-06 11:16:03 +0000 |
|---|---|---|
| committer | Sravan Kumar Lakkimsetti | 2018-02-06 11:16:03 +0000 |
| commit | 1978ca8ef7471744d685561581700c1f96e7b0de (patch) | |
| tree | adc1a498f4f96d66d10bf08ee4ff9cf235b2813e | |
| parent | 7436e8770bc7e1fd7a258610df94160ea313e2b9 (diff) | |
| download | eclipse.platform.releng.aggregator-1978ca8ef7471744d685561581700c1f96e7b0de.tar.gz eclipse.platform.releng.aggregator-1978ca8ef7471744d685561581700c1f96e7b0de.tar.xz eclipse.platform.releng.aggregator-1978ca8ef7471744d685561581700c1f96e7b0de.zip | |
Bug 512100 - Move to tycho 1.1.0
Change-Id: I01b6d3bfd3797676c0c15ad418866b9d3122ccdd
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
| -rw-r--r-- | eclipse-platform-parent/pom.xml | 6 | ||||
| -rwxr-xr-x | production/build-functions.shsource | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index 1298f6033..3ca9244e0 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -71,15 +71,15 @@ Need to enable the tycho-snapshot-repo in <pluginRepositories> further down! Do not use snapshot version for pom-version-updater defined in build-functions.shsource Use released version for pom-updater - --> <tycho.version>1.1.0-SNAPSHOT</tycho.version> <tycho-extras.version>1.1.0-SNAPSHOT</tycho-extras.version> + --> <!-- using released version (normal case) when upgrading make sure you change pom-version-updater version in build-functions.shsource - <tycho.version>0.26.0</tycho.version> - <tycho-extras.version>0.26.0</tycho-extras.version> --> + <tycho.version>1.1.0</tycho.version> + <tycho-extras.version>1.1.0</tycho-extras.version> <cbi-plugins.version>1.1.4</cbi-plugins.version> diff --git a/production/build-functions.shsource b/production/build-functions.shsource index ac9dd85ac..d1d4bb27e 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:1.1.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" |
