Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-04-21 14:01:28 +0000
committerAlexander Kurtakov2020-04-21 15:41:51 +0000
commit07f124d3f76e6e90ee318212f877ed88cafe71b3 (patch)
tree2473a22ecd693d73a8bf1c531eb3b9d3afb011ef /containers
parent7dc6f84e927a44dfe97b00791d95641bed415125 (diff)
downloadorg.eclipse.linuxtools-07f124d3f76e6e90ee318212f877ed88cafe71b3.tar.gz
org.eclipse.linuxtools-07f124d3f76e6e90ee318212f877ed88cafe71b3.tar.xz
org.eclipse.linuxtools-07f124d3f76e6e90ee318212f877ed88cafe71b3.zip
Build with Tycho 1.7.0
And drop the tycho-extras-version property as there are no longer separate tycho-extras releases. Change-Id: I089cea66b864a483350a5a946691e005d884c2b5 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/161296 Tested-by: Linux Tools Bot <linuxtools-bot@eclipse.org>
Diffstat (limited to 'containers')
-rw-r--r--containers/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/containers/pom.xml b/containers/pom.xml
index de5e40a77f..995b2588d3 100644
--- a/containers/pom.xml
+++ b/containers/pom.xml
@@ -82,7 +82,7 @@
<dependency>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-sourceref-jgit</artifactId>
- <version>${tycho-extras-version}</version>
+ <version>${tycho-version}</version>
</dependency>
</dependencies>
</plugin>

Back to the top