summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.gpg.bc.test
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-05-24 17:31:26 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-05-24 17:31:26 +0200
commit9afff3e80818be7946f8b32249e30eb46c433056 (patch)
treee5512e862de7055b21c8a8ced256dd622d62e3f8 /org.eclipse.jgit.gpg.bc.test
parent590f03b7dc203aadb5606f330a79065a2f81f850 (diff)
downloadjgit-9afff3e80818be7946f8b32249e30eb46c433056.tar.gz
jgit-9afff3e80818be7946f8b32249e30eb46c433056.zip
Prepare 6.7.0-SNAPSHOT builds
Change-Id: I50ff7ee31046cfc29a087c8963be3deae24b1c9c
Diffstat (limited to 'org.eclipse.jgit.gpg.bc.test')
-rw-r--r--org.eclipse.jgit.gpg.bc.test/META-INF/MANIFEST.MF8
-rw-r--r--org.eclipse.jgit.gpg.bc.test/pom.xml2
2 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jgit.gpg.bc.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.gpg.bc.test/META-INF/MANIFEST.MF
index 5a1ead8d48..f8c801bc69 100644
--- a/org.eclipse.jgit.gpg.bc.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.gpg.bc.test/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.gpg.bc.test
Bundle-SymbolicName: org.eclipse.jgit.gpg.bc.test
-Bundle-Version: 6.6.0.qualifier
+Bundle-Version: 6.7.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
@@ -12,9 +12,9 @@ Import-Package: org.bouncycastle.jce.provider;version="[1.65.0,2.0.0)",
org.bouncycastle.openpgp.operator;version="[1.65.0,2.0.0)",
org.bouncycastle.openpgp.operator.jcajce;version="[1.65.0,2.0.0)",
org.bouncycastle.util.encoders;version="[1.65.0,2.0.0)",
- org.eclipse.jgit.gpg.bc.internal;version="[6.6.0,6.7.0)",
- org.eclipse.jgit.gpg.bc.internal.keys;version="[6.6.0,6.7.0)",
- org.eclipse.jgit.util.sha1;version="[6.6.0,6.7.0)",
+ org.eclipse.jgit.gpg.bc.internal;version="[6.7.0,6.8.0)",
+ org.eclipse.jgit.gpg.bc.internal.keys;version="[6.7.0,6.8.0)",
+ org.eclipse.jgit.util.sha1;version="[6.7.0,6.8.0)",
org.hamcrest;version="[1.1.0,3.0.0)",
org.junit;version="[4.13,5.0.0)",
org.junit.runner;version="[4.13,5.0.0)",
diff --git a/org.eclipse.jgit.gpg.bc.test/pom.xml b/org.eclipse.jgit.gpg.bc.test/pom.xml
index 3d8ee59f79..2561c19971 100644
--- a/org.eclipse.jgit.gpg.bc.test/pom.xml
+++ b/org.eclipse.jgit.gpg.bc.test/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>6.6.0-SNAPSHOT</version>
+ <version>6.7.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.gpg.bc.test</artifactId>