Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-11-13 21:06:19 +0000
committerJonah Graham2020-11-20 15:53:30 +0000
commitbc9ecdad17e4619db2e530f3220b97cc6ae5ca93 (patch)
tree7be222dfaf473a9f51cc407d73093c0dbe4c0982 /pom.xml
parent7818b0f9217e5826622b7082170a11eeba1caee1 (diff)
downloadorg.eclipse.cdt-bc9ecdad17e4619db2e530f3220b97cc6ae5ca93.tar.gz
org.eclipse.cdt-bc9ecdad17e4619db2e530f3220b97cc6ae5ca93.tar.xz
org.eclipse.cdt-bc9ecdad17e4619db2e530f3220b97cc6ae5ca93.zip
Build with Tycho 2.1.0
Change-Id: I7f682ad313ce275f45e0b4adb4c1280d952cf3ac Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Also-by: Jonah Graham <jonah@kichwacoders.com>
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 313595cc432..74d323675ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
runs with. It may work with older versions, but this is not
tested or supported. -->
<required-maven-version>3.6.3</required-maven-version>
- <tycho-version>2.0.0</tycho-version>
+ <tycho-version>2.1.0</tycho-version>
<cbi-plugins.version>1.1.7</cbi-plugins.version>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<cdt-site>http://ci.eclipse.org/cdt/job/cdt-master/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository</cdt-site>

Back to the top