diff options
| author | Alexander Kurtakov | 2017-02-16 08:18:58 +0000 |
|---|---|---|
| committer | Alexander Kurtakov | 2017-02-16 08:18:58 +0000 |
| commit | 756b8a5d85511d7843d441edfb0aa04d96de38b7 (patch) | |
| tree | bb518a1ad6157b11ecccb85461041c2c5c36aa2e | |
| parent | 019142bc833b6b66a21bbae4cc936437b25618c4 (diff) | |
| download | eclipse.platform.releng.aggregator-756b8a5d85511d7843d441edfb0aa04d96de38b7.tar.gz eclipse.platform.releng.aggregator-756b8a5d85511d7843d441edfb0aa04d96de38b7.tar.xz eclipse.platform.releng.aggregator-756b8a5d85511d7843d441edfb0aa04d96de38b7.zip | |
Bug 512100 - Move to tycho 1.0.0
Bumped tycho version and disabled tycho-snapshots repo.
Change-Id: I09cf301a7ae2eb3e4c9e9c71b6fd26e03eeca034
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
| -rw-r--r-- | eclipse-platform-parent/pom.xml | 11 | ||||
| -rwxr-xr-x | production/build-functions.shsource | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index d7bb2585d..a72b7737e 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -72,14 +72,13 @@ Do not use snapshot version for pom-version-updater defined in build-functions.shsource Use released version for pom-updater --> - <tycho.version>0.27.0-SNAPSHOT</tycho.version> - <tycho-extras.version>0.27.0-SNAPSHOT</tycho-extras.version> + <!--tycho.version>0.27.0-SNAPSHOT</tycho.version> + <tycho-extras.version>0.27.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> - --> + when upgrading make sure you change pom-version-updater version in build-functions.shsource--> + <tycho.version>1.0.0</tycho.version> + <tycho-extras.version>1.0.0</tycho-extras.version> <cbi-plugins.version>1.1.4-SNAPSHOT</cbi-plugins.version> diff --git a/production/build-functions.shsource b/production/build-functions.shsource index 46413c861..cd7e666c3 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:0.26.0:update-pom \ + org.eclipse.tycho:tycho-versions-plugin:1.0.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" |
