Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 2841eeeacb..14dbc982aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,9 +51,9 @@
<mirror-repo-name>update-7.0</mirror-repo-name>
<mirror-docker-repo-name>update-docker-4.0</mirror-docker-repo-name>
<mirror-mylyn-repo-name>update-mylyn-2.0</mirror-mylyn-repo-name>
- <tycho-version>1.2.0</tycho-version>
- <tycho-extras-version>1.2.0</tycho-extras-version>
- <target-platform>linuxtools-e4.8</target-platform>
+ <tycho-version>1.3.0-SNAPSHOT</tycho-version>
+ <tycho-extras-version>1.3.0-SNAPSHOT</tycho-extras-version>
+ <target-platform>linuxtools-e4.10</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>
@@ -317,7 +317,7 @@
<environment>
<os>linux</os>
<ws>gtk</ws>
- <arch>x86</arch>
+ <arch>x86_64</arch>
</environment>
<environment>
<os>linux</os>

Back to the top