Build with Tycho 0.22.

Change-Id: I32444e926179827be31d9201a6bbc5d514672110
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
Alexander Kurtakov 2014-12-09 15:10:08 +02:00
parent 5c788e2ce5
commit 4b090e5da5
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>