Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-04-08 16:54:23 +0000
committerAlexander Kurtakov2019-04-09 09:03:17 +0000
commite1e86f34201cb954a53cecf67786d2c4b58ef532 (patch)
treef9dc8a191ae2a9c7900c5428a88ba023141c75fe /pom.xml
parent4b87fd96cda88e8c3aad3511adcaa2a41ec346be (diff)
downloadorg.eclipse.linuxtools-e1e86f34201cb954a53cecf67786d2c4b58ef532.tar.gz
org.eclipse.linuxtools-e1e86f34201cb954a53cecf67786d2c4b58ef532.tar.xz
org.eclipse.linuxtools-e1e86f34201cb954a53cecf67786d2c4b58ef532.zip
Build against 2019-03 release.
Change-Id: I3c41ee3088825100e3c400329bef8f84ff9ba1e2 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/140235 Tested-by: Linux Tools Bot <linuxtools-bot@eclipse.org>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 49f2764610..8912aa20df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
<mirror-mylyn-repo-name>updates-mylyn-nightly</mirror-mylyn-repo-name>
<tycho-version>1.4.0</tycho-version>
<tycho-extras-version>1.4.0</tycho-extras-version>
- <target-platform>linuxtools-e4.10</target-platform>
+ <target-platform>linuxtools-e4.11</target-platform>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>

Back to the top