Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2018-12-13 12:45:29 +0000
committerMarkus Knauer2018-12-13 17:48:44 +0000
commitfac086f5cec00c946cb8b9baacd3b0c2c542aed2 (patch)
tree565c6429b11b672c7bb6ee9342c984ab5021733d
parent1706760cbf9f84363a20d3869d68ed00a7309364 (diff)
downloadorg.eclipse.epp.packages-fac086f5cec00c946cb8b9baacd3b0c2c542aed2.tar.gz
org.eclipse.epp.packages-fac086f5cec00c946cb8b9baacd3b0c2c542aed2.tar.xz
org.eclipse.epp.packages-fac086f5cec00c946cb8b9baacd3b0c2c542aed2.zip
Bug 542755: Use Tycho 1.3.0 to support Java 11 plug-ins
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index 60e41963..4c474fe6 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -24,7 +24,7 @@
<properties>
<maven.version>3.1.1</maven.version>
- <tycho.version>1.2.0</tycho.version>
+ <tycho.version>1.3.0</tycho.version>
<tycho.extras.version>${tycho.version}</tycho.extras.version>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git</tycho.scmUrl>
<cbi.version>1.1.5</cbi.version>
@@ -58,6 +58,10 @@
<id>eclipse-cbi</id>
<url>https://repo.eclipse.org/content/groups/cbi/</url>
</pluginRepository>
+ <pluginRepository>
+ <id>tycho-1.3-staged</id>
+ <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-1050/</url>
+ </pluginRepository>
</pluginRepositories>
<repositories>

Back to the top