Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2020-05-01 08:28:42 +0000
committerMichael Keppler2020-05-02 04:42:22 +0000
commit762ce587a64df641f698502b12c391faeff8e5ce (patch)
treec3bc6c6b8be4790937ac3a011701836125908bee /pom.xml
parent6c671978179dd4c07a05d55b93dbbbe2d1fd3f7a (diff)
downloadegit-762ce587a64df641f698502b12c391faeff8e5ce.tar.gz
egit-762ce587a64df641f698502b12c391faeff8e5ce.tar.xz
egit-762ce587a64df641f698502b12c391faeff8e5ce.zip
Upgrade Tycho to 1.7.0
With this version the switch to JUnit 5 will be much easier, since Tycho now supports the recent JUnit 5.6.0, and therefore the JUnit version is finally the same in Maven/Tycho and in Eclipse. At my workplace, this has been the first version of Tycho, where JUnit 5 tests work flawlessly both in Eclipse and in Maven. Change-Id: Ie96786fd8da018578d6fd695d2cd11e55fde5a3e Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
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 e6625f6565..c071de5514 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
<properties>
<egit-version>5.8.0-SNAPSHOT</egit-version>
- <tycho-version>1.6.0</tycho-version>
+ <tycho-version>1.7.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<jboss-tycho-plugins-version>1.5.1</jboss-tycho-plugins-version>
<spotbugs-maven-plugin-version>3.1.12</spotbugs-maven-plugin-version>

Back to the top