aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant.test
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-12-04 22:58:45 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2023-12-04 22:58:45 +0100
commitc1e5bd348d1d4447c5d13da662922a0f82630202 (patch)
tree595b222be0b5377790309c83feff96d11f39a38e /org.eclipse.jgit.ant.test
parent8ea5409ec18a6e2a6238948fa5af13b9b26b1955 (diff)
parent796fb2e5c71a00b0335d33326ad55e8759486f4f (diff)
downloadjgit-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.ant.test')
-rw-r--r--org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF10
-rw-r--r--org.eclipse.jgit.ant.test/pom.xml2
2 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
index 3762c6db99..849da13e50 100644
--- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
@@ -5,13 +5,13 @@ Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.ant.test
Bundle-SymbolicName: org.eclipse.jgit.ant.test
Bundle-Vendor: %Bundle-Vendor
-Bundle-Version: 6.8.0.qualifier
+Bundle-Version: 6.8.1.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.ant.tasks;version="[6.8.0,6.9.0)",
- org.eclipse.jgit.junit;version="[6.8.0,6.9.0)",
- org.eclipse.jgit.lib;version="[6.8.0,6.9.0)",
- org.eclipse.jgit.util;version="[6.8.0,6.9.0)",
+ org.eclipse.jgit.ant.tasks;version="[6.8.1,6.9.0)",
+ org.eclipse.jgit.junit;version="[6.8.1,6.9.0)",
+ org.eclipse.jgit.lib;version="[6.8.1,6.9.0)",
+ org.eclipse.jgit.util;version="[6.8.1,6.9.0)",
org.hamcrest.core;version="[1.1.0,3.0.0)",
org.junit;version="[4.13,5.0.0)"
diff --git a/org.eclipse.jgit.ant.test/pom.xml b/org.eclipse.jgit.ant.test/pom.xml
index 841a66f9be..26b4268717 100644
--- a/org.eclipse.jgit.ant.test/pom.xml
+++ b/org.eclipse.jgit.ant.test/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>6.8.0-SNAPSHOT</version>
+ <version>6.8.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant.test</artifactId>