diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-12-20 00:09:37 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-12-20 00:09:37 +0100 |
commit | d72387775d5e5a113b254f1be5ba64d3b1bb47ce (patch) | |
tree | 43ac4b0d9fd57368c75cc7ae5a66de5845683d74 /org.eclipse.jgit.packaging/pom.xml | |
parent | 4f2e6f788fd7229a3d99fce5d0e64db1ddf5371e (diff) | |
parent | 1177e1e4a9b6fa52f4e40fe961263cd510114f81 (diff) | |
download | jgit-d72387775d5e5a113b254f1be5ba64d3b1bb47ce.tar.gz jgit-d72387775d5e5a113b254f1be5ba64d3b1bb47ce.zip |
Merge branch 'stable-6.10' into stable-7.0
* stable-6.10:
WindowCache: share removal work among multiple threads
Update target platform version in maven build to 4.32 (2024-06)
Change-Id: I6ca4988e9ea1e9fc6b3382b40f18f3d9db7b7acb
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 fac003cc82..5e1de1f83b 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -31,7 +31,7 @@ <properties> <java.version>17</java.version> <tycho-version>4.0.8</tycho-version> - <target-platform>jgit-4.17</target-platform> + <target-platform>jgit-4.32</target-platform> <project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp> </properties> |