Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-12-19 21:03:34 +0000
committerAlexander Kurtakov2018-12-19 21:40:02 +0000
commitb347ecdf67782a5e3040cd9d06011493ccaa7866 (patch)
tree120eafbb7ba7c929d7ceb9958cb8d79c76937897 /pom.xml
parentabd60b85968e61644500cbe1665e7b61da6d2873 (diff)
downloadorg.eclipse.linuxtools-b347ecdf67782a5e3040cd9d06011493ccaa7866.tar.gz
org.eclipse.linuxtools-b347ecdf67782a5e3040cd9d06011493ccaa7866.tar.xz
org.eclipse.linuxtools-b347ecdf67782a5e3040cd9d06011493ccaa7866.zip
Update to 2018-12 target platform
And Tycho 1.3.0 final. Change-Id: I224bf3c96c9473abd5a213081ce5dd4bcc5d5987 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/134281 Tested-by: CI Bot
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6166ebb1f8..abf9f3540d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,8 +51,8 @@
<mirror-repo-name>updates-nightly</mirror-repo-name>
<mirror-docker-repo-name>updates-docker-nightly</mirror-docker-repo-name>
<mirror-mylyn-repo-name>updates-mylyn-nightly</mirror-mylyn-repo-name>
- <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>
<target-platform>linuxtools-e4.10</target-platform>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>

Back to the top