diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-30 16:43:08 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-30 16:43:08 +0200 |
commit | 2e2e58d59f1546a791983e2b28adb99c71a93a34 (patch) | |
tree | e271bafe57718add342e23d552bdf0d710e7a807 /org.eclipse.jgit.packaging/pom.xml | |
parent | abe155ea94af563110326a44d538fdb4f0af8bba (diff) | |
parent | 2be8bf2b37177256e5183f26b7ccd13e104daf5f (diff) | |
download | jgit-2e2e58d59f1546a791983e2b28adb99c71a93a34.tar.gz jgit-2e2e58d59f1546a791983e2b28adb99c71a93a34.zip |
Merge branch 'master' into stable-6.7
* master:
Remove the cbi-snapshots Maven repository
Update Orbit to orbit-aggregation/release/4.29.0
Add target platform for Eclipse 2023-09 (4.29)
Use release p2 repo for Eclipse 2023-06 (4.28)
Update tycho to 4.0.2
Update jmh to 1.37
Update bouncycastle to 1.76
Fix some tests in ConfigTest
Handle global git config $XDG_CONFIG_HOME/git/config
IO: use JDK convenience methods
org.eclipse.jgit.junit.ssh/.settings/.api_filters: fix unclosed tags
ReadChangedPathFilter: fix Non-externalized string literal warning
Introduce core.packedIndexGitUseStrongRefs config key
DfsReader: Make PackLoadListener interface visible to subclasses
DfsGarbageCollector: provide commit graph stats
DfsGarbageCollector: put only GC commits into the commit graph
DfsReader: Expose when indices are loaded
Change-Id: Idd78a0a1bc3cd3db5edb475e235c13354d9087a9
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index 7105fb4b21..af5e4a2879 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> @@ -32,10 +32,6 @@ <id>repo.eclipse.org.cbi-releases</id> <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url> </pluginRepository> - <pluginRepository> - <id>repo.eclipse.org.cbi-snapshots</id> - <url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</url> - </pluginRepository> </pluginRepositories> <modules> |