Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.mvn/extensions.xml2
-rwxr-xr-xcje-production/mbscripts/mb210_updatePom.sh2
-rw-r--r--eclipse-platform-parent/pom.xml4
-rwxr-xr-xproduction/build-functions.shsource2
4 files changed, 5 insertions, 5 deletions
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
index a84244ff9..4e7137c61 100644
--- a/.mvn/extensions.xml
+++ b/.mvn/extensions.xml
@@ -4,6 +4,6 @@
<extension>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pomless</artifactId>
- <version>1.5.1</version>
+ <version>1.6.0</version>
</extension>
</extensions> \ No newline at end of file
diff --git a/cje-production/mbscripts/mb210_updatePom.sh b/cje-production/mbscripts/mb210_updatePom.sh
index a348d8958..1c7665194 100755
--- a/cje-production/mbscripts/mb210_updatePom.sh
+++ b/cje-production/mbscripts/mb210_updatePom.sh
@@ -25,7 +25,7 @@ source $1
mkdir $CJE_ROOT/tmp
cd $CJE_ROOT/gitCache/eclipse.platform.releng.aggregator
-mvn --update-snapshots org.eclipse.tycho:tycho-versions-plugin:1.5.1:update-pom \
+mvn --update-snapshots org.eclipse.tycho:tycho-versions-plugin:1.6.0:update-pom \
-Dmaven.repo.local=$LOCAL_REPO \
-Djava.io.tmpdir=$CJE_ROOT/tmp \
-DaggregatorBuild=true \
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index d40210b93..23b9c7fb4 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -79,8 +79,8 @@
<!-- using released version (normal case)
when upgrading make sure you change pom-version-updater version in build-functions.shsource
-->
- <tycho.version>1.6.0-SNAPSHOT</tycho.version>
- <tycho-extras.version>1.6.0-SNAPSHOT</tycho-extras.version>
+ <tycho.version>1.6.0</tycho.version>
+ <tycho-extras.version>1.6.0</tycho-extras.version>
<cbi-plugins.version>1.1.8-SNAPSHOT</cbi-plugins.version>
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index 5b6e39b98..454994588 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.5.1:update-pom \
+ org.eclipse.tycho:tycho-versions-plugin:1.6.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