Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2014-12-10 07:40:05 +0000
committerMatthias Sohn2014-12-10 09:50:56 +0000
commitc3e63031484c222af967707703a49620e8ea58f3 (patch)
tree8a50fdfdbe1df99ea7ba75f8bfffcc7ac43864ac /pom.xml
parent0168d1391678d99df90776455c7b0ebc1ecc656f (diff)
downloadegit-github-c3e63031484c222af967707703a49620e8ea58f3.tar.gz
egit-github-c3e63031484c222af967707703a49620e8ea58f3.tar.xz
egit-github-c3e63031484c222af967707703a49620e8ea58f3.zip
Build with Tycho 0.22.
Use the same version for tycho and tycho-extras as we do in EGit. Change-Id: Iaa50aa60cbdb0172166f0c62681b05793cadae50 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 18b63be0..6169a52d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,8 +40,8 @@
</licenses>
<properties>
- <tycho-version>0.20.0</tycho-version>
- <tycho-extras-version>0.20.0</tycho-extras-version>
+ <tycho-version>0.22.0</tycho-version>
+ <tycho-extras-version>${tycho-version}</tycho-extras-version>
<egit-site>file:/${basedir}/../../egit/org.eclipse.egit.repository/target/repository</egit-site>
<platform-version-name>kepler</platform-version-name>
<mylyn-site>http://download.eclipse.org/mylyn/releases/3.7</mylyn-site>

Back to the top