diff options
author | Marc-Andre Laperle | 2014-07-16 01:11:18 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2014-07-24 08:22:01 +0000 |
commit | 97ebea5571c62c189c6f666cf427749c56c95f3a (patch) | |
tree | 2e04d02bdaff1cb93c5d0355e9f0169d26acf4a6 /pom.xml | |
parent | 6ee7e15a335c3d8b8f4e05e9cbf5eb48e9b1396c (diff) | |
download | org.eclipse.linuxtools-97ebea5571c62c189c6f666cf427749c56c95f3a.tar.gz org.eclipse.linuxtools-97ebea5571c62c189c6f666cf427749c56c95f3a.tar.xz org.eclipse.linuxtools-97ebea5571c62c189c6f666cf427749c56c95f3a.zip |
Upgrade to Tycho 0.21.0
Change-Id: I14e50608117110d86d0f8c728316550fcebce728
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/29953
Tested-by: Hudson CI
Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
Tested-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -50,8 +50,8 @@ <properties> <mirror-repo-name>updates-nightly</mirror-repo-name> - <tycho-version>0.20.0</tycho-version> - <tycho-extras-version>0.20.0</tycho-extras-version> + <tycho-version>0.21.0</tycho-version> + <tycho-extras-version>0.21.0</tycho-extras-version> <target-platform>linuxtools-e4.4</target-platform> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> @@ -119,7 +119,7 @@ <plugin> <groupId>org.eclipse.cbi.maven.plugins</groupId> <artifactId>eclipse-jarsigner-plugin</artifactId> - <version>1.0.5</version> + <version>1.1.1</version> <executions> <execution> <id>sign</id> |