diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-08-20 14:56:04 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-08-20 14:56:13 +0200 |
commit | 7dceb15e53a533843b964203bdc2e8d07a32a436 (patch) | |
tree | 5e88799a789040aea015e901310f9bd94528c954 /org.eclipse.jgit.packaging | |
parent | 9377d3190d668827a24a5ff0c7ad9eeacb19bb7d (diff) | |
parent | ede678abf6bc821bbab6ee63e0a14660c9c886c6 (diff) | |
download | jgit-7dceb15e53a533843b964203bdc2e8d07a32a436.tar.gz jgit-7dceb15e53a533843b964203bdc2e8d07a32a436.zip |
Merge branch 'stable-6.7' into stable-6.8
* stable-6.7:
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: I513a1cbb2bfd002d125b04f7944a625ca52decea
Diffstat (limited to 'org.eclipse.jgit.packaging')
-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 2e45e4015d..03469db379 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -30,7 +30,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> <project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp> </properties> |