Parcourir la source

Build with Tycho 0.22.

Change-Id: I32444e926179827be31d9201a6bbc5d514672110
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
tags/v3.7.0.201502031740-rc1
Alexander Kurtakov il y a 9 ans
Parent
révision
4b090e5da5
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1
    1
      org.eclipse.jgit.packaging/pom.xml
  2. 2
    2
      pom.xml

+ 1
- 1
org.eclipse.jgit.packaging/pom.xml Voir le fichier

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


+ 2
- 2
pom.xml Voir le fichier

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

Chargement…
Annuler
Enregistrer