diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-04 22:58:45 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-04 22:58:45 +0100 |
commit | c1e5bd348d1d4447c5d13da662922a0f82630202 (patch) | |
tree | 595b222be0b5377790309c83feff96d11f39a38e /org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/pom.xml | |
parent | 8ea5409ec18a6e2a6238948fa5af13b9b26b1955 (diff) | |
parent | 796fb2e5c71a00b0335d33326ad55e8759486f4f (diff) | |
download | jgit-c1e5bd348d1d4447c5d13da662922a0f82630202.tar.gz jgit-c1e5bd348d1d4447c5d13da662922a0f82630202.zip |
Merge branch 'stable-6.8'
* stable-6.8:
Prepare 6.8.1-SNAPSHOT builds
JGit v6.8.0.202311291450-r
Rename method parameter to fix warning about hidden field
Fix warnings about empty control flow statements
BitmapIndexImpl: externalize error message
Suppress not-externalized string warnings
Silence API error for new method BitmapIndex#addBitmapLookupListener
Update Orbit to orbit-aggregation/2023-12
Prepare 6.8.0-SNAPSHOT builds
JGit v6.8.0.202311212206-rc1
Change-Id: Ie88662f6458bb80147c7c164424eebd8b8240fc7
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/pom.xml index ee20006108..d5aea23828 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>6.8.0-SNAPSHOT</version> + <version>6.8.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |