diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-04 23:02:44 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-04 23:02:44 +0100 |
commit | b54592c8eea7e15304acb21a49326a852bf070e5 (patch) | |
tree | 825b6a232ebcc64707a6b4a22362243c05d5479a /org.eclipse.jgit.gpg.bc.test | |
parent | c1e5bd348d1d4447c5d13da662922a0f82630202 (diff) | |
download | jgit-b54592c8eea7e15304acb21a49326a852bf070e5.tar.gz jgit-b54592c8eea7e15304acb21a49326a852bf070e5.zip |
Prepare 6.9.0-SNAPSHOT builds
Change-Id: Id1d784ec4870cfb53c4b140fe0bb3fad9eef651d
Diffstat (limited to 'org.eclipse.jgit.gpg.bc.test')
-rw-r--r-- | org.eclipse.jgit.gpg.bc.test/META-INF/MANIFEST.MF | 8 | ||||
-rw-r--r-- | org.eclipse.jgit.gpg.bc.test/pom.xml | 2 |
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 cae7b85978..02d46062eb 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.8.1.qualifier +Bundle-Version: 6.9.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-11 @@ -13,9 +13,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.8.1,6.9.0)", - org.eclipse.jgit.gpg.bc.internal.keys;version="[6.8.1,6.9.0)", - org.eclipse.jgit.util.sha1;version="[6.8.1,6.9.0)", + org.eclipse.jgit.gpg.bc.internal;version="[6.9.0,6.10.0)", + org.eclipse.jgit.gpg.bc.internal.keys;version="[6.9.0,6.10.0)", + org.eclipse.jgit.util.sha1;version="[6.9.0,6.10.0)", org.junit;version="[4.13,5.0.0)", org.junit.runner;version="[4.13,5.0.0)", org.junit.runners;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 00783812b9..7e14192cd6 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.8.1-SNAPSHOT</version> + <version>6.9.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.gpg.bc.test</artifactId> |