diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-09-06 16:14:48 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-09-06 16:14:48 +0200 |
commit | 1e28d49eb94bbee8a2886e0639c508824afc193e (patch) | |
tree | b2bbfc8647a117703c49ad5a4d5eca7ce5fd4914 | |
parent | 370d1170e8cb1b93120e19e50c0648605ed95b52 (diff) | |
download | jgit-1e28d49eb94bbee8a2886e0639c508824afc193e.tar.gz jgit-1e28d49eb94bbee8a2886e0639c508824afc193e.zip |
Update tycho to 2.7.5
Change-Id: I5ef981cf9f01cc8493dc6178938819f5e086f26a
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index 56946faeca..895a4acdf2 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -23,7 +23,7 @@ <properties> <java.version>11</java.version> - <tycho-version>2.6.0</tycho-version> + <tycho-version>2.7.5</tycho-version> <tycho-extras-version>${tycho-version}</tycho-extras-version> <target-platform>jgit-4.17</target-platform> </properties> |