diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-29 23:22:57 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-29 23:22:57 +0200 |
commit | 2d0a5fa64371679d5b9d18a48939eb22819baf83 (patch) | |
tree | 5bb14a56664d642a37d09e174e865269735ba2e4 | |
parent | b6b0d323a71d6f36f3e752a8dfb0585768fd7c5c (diff) | |
download | jgit-2d0a5fa64371679d5b9d18a48939eb22819baf83.tar.gz jgit-2d0a5fa64371679d5b9d18a48939eb22819baf83.zip |
Update tycho to 4.0.2
Change-Id: Ib619bc09bf79c0f9e7526c0303606f314e8c1209
-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 7105fb4b21..d6f669bebb 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>4.0.1</tycho-version> + <tycho-version>4.0.2</tycho-version> <target-platform>jgit-4.17</target-platform> </properties> |