diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-08-20 14:54:08 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-08-20 14:54:44 +0200 |
commit | ede678abf6bc821bbab6ee63e0a14660c9c886c6 (patch) | |
tree | 529000d63aff2cbde10b39f707f1258c2a839022 /org.eclipse.jgit.packaging/pom.xml | |
parent | 7ba0cfa0c1c91838af9dc1b551b73ae2c4dc40ef (diff) | |
parent | f9cc863220814d70440766c3ac80c61bc69cae4f (diff) | |
download | jgit-ede678abf6bc821bbab6ee63e0a14660c9c886c6.tar.gz jgit-ede678abf6bc821bbab6ee63e0a14660c9c886c6.zip |
Merge branch 'stable-6.6' into stable-6.7
* stable-6.6:
Update tycho to 4.0.8
Update org.eclipse.dash:license-tool-plugin to 1.1.0
Fix "Comparison of narrow type with wide type in loop condition"
JGit v5.13.3.202401111512-r
Change-Id: I79bb467325e5c09d93e0220be8233ba0d91562cb
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-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 63c2e4c430..e014297d6f 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.2</tycho-version> + <tycho-version>4.0.8</tycho-version> <target-platform>jgit-4.17</target-platform> </properties> |