Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index bd59be3efa1..165ed77367e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,8 +16,8 @@
<properties>
<required-maven-version>3.3.1</required-maven-version>
- <tycho-version>1.2.0</tycho-version>
- <tycho-extras-version>1.2.0</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>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<cdt-site>http://hudson.eclipse.org/cdt/job/cdt-master/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository</cdt-site>
@@ -275,6 +275,11 @@
<id>cbi</id>
<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
</pluginRepository>
+ <!--Use Staging repo until 1.3.0 release, required for Java 11 support-->
+ <pluginRepository>
+ <id>tycho-1.3-staged</id>
+ <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-1050/</url>
+ </pluginRepository>
</pluginRepositories>
<profiles>
<!-- Turn off doclint because javadocs are incomplete -->

Back to the top