diff options
author | Alexander Kurtakov | 2014-12-01 15:49:22 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2014-12-01 18:44:46 +0000 |
commit | f55292fa09996731abf7dffb6baf9b72ebda125a (patch) | |
tree | 60fd2fab00e537f6468541229106b154ad1f785c | |
parent | ad648477fe1948f2e9b74ebb354dfc219215edb9 (diff) | |
download | org.eclipse.linuxtools-f55292fa09996731abf7dffb6baf9b72ebda125a.tar.gz org.eclipse.linuxtools-f55292fa09996731abf7dffb6baf9b72ebda125a.tar.xz org.eclipse.linuxtools-f55292fa09996731abf7dffb6baf9b72ebda125a.zip |
Start using Tycho 0.22.
Surefire 2.17 is really way more stable than the previous version (2.10)
tycho was using.
Change-Id: Ia6fa1b8446ed19efe2ee57fe78820a9b56cc93c7
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Reviewed-on: https://git.eclipse.org/r/37401
Tested-by: Hudson CI
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,8 +50,8 @@ <properties> <mirror-repo-name>updates-nightly</mirror-repo-name> - <tycho-version>0.21.0</tycho-version> - <tycho-extras-version>0.21.0</tycho-extras-version> + <tycho-version>0.22.0</tycho-version> + <tycho-extras-version>0.22.0</tycho-extras-version> <target-platform>linuxtools-e4.4</target-platform> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> |