Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eclipse-platform-parent/pom.xml4
-rwxr-xr-xproduction/build-functions.shsource2
2 files changed, 3 insertions, 3 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index df5280420..1298f6033 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>
+ -->
<cbi-plugins.version>1.1.4</cbi-plugins.version>
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index ffc6a2869..ac9dd85ac 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.1.0-SNAPSHOT: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