Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-11-05 08:59:30 +0000
committerAlexander Kurtakov2019-11-05 11:39:13 +0000
commitb4248d26292ce37d5f2282fcd2b72597f834d907 (patch)
tree78c17c5c849d9c34313abcca832dcb9925410373
parent20e5d9ffccec2ee86091188c407bf16b0dc5a103 (diff)
downloadorg.eclipse.linuxtools-b4248d26292ce37d5f2282fcd2b72597f834d907.tar.gz
org.eclipse.linuxtools-b4248d26292ce37d5f2282fcd2b72597f834d907.tar.xz
org.eclipse.linuxtools-b4248d26292ce37d5f2282fcd2b72597f834d907.zip
Build with Tycho 1.5.1.
Change-Id: Iad0debcad95c44f3240baa8c58c419199337a8d2 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/152011 Tested-by: Linux Tools Bot <linuxtools-bot@eclipse.org>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 01e40bef69..54a1f63d3d 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.5.0</tycho-version>
- <tycho-extras-version>1.5.0</tycho-extras-version>
+ <tycho-version>1.5.1</tycho-version>
+ <tycho-extras-version>1.5.1</tycho-extras-version>
<target-platform>linuxtools-e4.14</target-platform>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>

Back to the top