summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov <akurtako@redhat.com>2014-12-09 15:10:08 +0200
committerAlexander Kurtakov <akurtako@redhat.com>2014-12-09 15:10:08 +0200
commit4b090e5da5da49b797decfff90d2515fea754601 (patch)
treeb4462634f885b13d4e818f91b85a0a312f0df077
parent5c788e2ce59fb8f16823675f0775019362c777ae (diff)
downloadjgit-4b090e5da5da49b797decfff90d2515fea754601.tar.gz
jgit-4b090e5da5da49b797decfff90d2515fea754601.zip
Build with Tycho 0.22.
Change-Id: I32444e926179827be31d9201a6bbc5d514672110 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.jgit.packaging/pom.xml2
-rw-r--r--pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml
index 6ed0761289..42090e7305 100644
--- a/org.eclipse.jgit.packaging/pom.xml
+++ b/org.eclipse.jgit.packaging/pom.xml
@@ -59,7 +59,7 @@
<name>JGit Tycho Parent</name>
<properties>
- <tycho-version>0.21.0</tycho-version>
+ <tycho-version>0.22.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
</properties>
diff --git a/pom.xml b/pom.xml
index 313173abc9..6f1496a393 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,12 +345,12 @@
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200a-plugin</artifactId>
- <version>0.21.0</version>
+ <version>0.22.0</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200b-plugin</artifactId>
- <version>0.21.0</version>
+ <version>0.22.0</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>