Skip to main content
summaryrefslogtreecommitdiffstats
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 8d1098cff..47090c4a3 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -78,8 +78,8 @@
<!-- using released version (normal case)
when upgrading make sure you change pom-version-updater version in build-functions.shsource
-->
- <tycho.version>1.3.0-SNAPSHOT</tycho.version>
- <tycho-extras.version>1.3.0-SNAPSHOT</tycho-extras.version>
+ <tycho.version>1.3.0</tycho.version>
+ <tycho-extras.version>1.3.0</tycho-extras.version>
<cbi-plugins.version>1.1.5</cbi-plugins.version>
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index fab1a0340..a9d4a4c67 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -625,7 +625,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.2.0:update-pom \
+ org.eclipse.tycho:tycho-versions-plugin:1.3.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