aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit.ssh
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-03-05 15:55:07 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2024-03-05 15:55:07 +0100
commite61c20b1ebd82bfc5cf6aa63c8a77aad354a992d (patch)
tree7b0c8f4e41de7d5d120a0a73a9dafa11836b8a04 /org.eclipse.jgit.junit.ssh
parentd764bc34fc15079379a71bb638e7c1b5836e061e (diff)
downloadjgit-e61c20b1ebd82bfc5cf6aa63c8a77aad354a992d.tar.gz
jgit-e61c20b1ebd82bfc5cf6aa63c8a77aad354a992d.zip
Prepare 6.9.1-SNAPSHOT builds
Change-Id: I10f901209be2faa34ebb9355c86c2106bac38ba5
Diffstat (limited to 'org.eclipse.jgit.junit.ssh')
-rw-r--r--org.eclipse.jgit.junit.ssh/META-INF/MANIFEST.MF22
-rw-r--r--org.eclipse.jgit.junit.ssh/META-INF/SOURCE-MANIFEST.MF4
-rw-r--r--org.eclipse.jgit.junit.ssh/pom.xml2
3 files changed, 14 insertions, 14 deletions
diff --git a/org.eclipse.jgit.junit.ssh/META-INF/MANIFEST.MF b/org.eclipse.jgit.junit.ssh/META-INF/MANIFEST.MF
index 35c2adfec0..e7f8972144 100644
--- a/org.eclipse.jgit.junit.ssh/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.junit.ssh/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.junit.ssh
Bundle-SymbolicName: org.eclipse.jgit.junit.ssh
-Bundle-Version: 6.9.0.202403050737-r
+Bundle-Version: 6.9.1.qualifier
Bundle-Localization: OSGI-INF/l10n/plugin
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
@@ -33,16 +33,16 @@ Import-Package: org.apache.sshd.common;version="[2.12.0,2.13.0)",
org.apache.sshd.server.subsystem;version="[2.12.0,2.13.0)",
org.apache.sshd.sftp;version="[2.12.0,2.13.0)",
org.apache.sshd.sftp.server;version="[2.12.0,2.13.0)",
- org.eclipse.jgit.annotations;version="[6.9.0,6.10.0)",
- org.eclipse.jgit.api;version="[6.9.0,6.10.0)",
- org.eclipse.jgit.api.errors;version="[6.9.0,6.10.0)",
- org.eclipse.jgit.errors;version="[6.9.0,6.10.0)",
- org.eclipse.jgit.junit;version="[6.9.0,6.10.0)",
- org.eclipse.jgit.lib;version="[6.9.0,6.10.0)",
- org.eclipse.jgit.revwalk;version="[6.9.0,6.10.0)",
- org.eclipse.jgit.transport;version="[6.9.0,6.10.0)",
- org.eclipse.jgit.util;version="[6.9.0,6.10.0)",
+ org.eclipse.jgit.annotations;version="[6.9.1,6.10.0)",
+ org.eclipse.jgit.api;version="[6.9.1,6.10.0)",
+ org.eclipse.jgit.api.errors;version="[6.9.1,6.10.0)",
+ org.eclipse.jgit.errors;version="[6.9.1,6.10.0)",
+ org.eclipse.jgit.junit;version="[6.9.1,6.10.0)",
+ org.eclipse.jgit.lib;version="[6.9.1,6.10.0)",
+ org.eclipse.jgit.revwalk;version="[6.9.1,6.10.0)",
+ org.eclipse.jgit.transport;version="[6.9.1,6.10.0)",
+ org.eclipse.jgit.util;version="[6.9.1,6.10.0)",
org.junit;version="[4.13,5.0.0)",
org.junit.experimental.theories;version="[4.13,5.0.0)",
org.slf4j;version="[1.7.0,3.0.0)"
-Export-Package: org.eclipse.jgit.junit.ssh;version="6.9.0"
+Export-Package: org.eclipse.jgit.junit.ssh;version="6.9.1"
diff --git a/org.eclipse.jgit.junit.ssh/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.jgit.junit.ssh/META-INF/SOURCE-MANIFEST.MF
index 99231017a2..24e31eb856 100644
--- a/org.eclipse.jgit.junit.ssh/META-INF/SOURCE-MANIFEST.MF
+++ b/org.eclipse.jgit.junit.ssh/META-INF/SOURCE-MANIFEST.MF
@@ -3,5 +3,5 @@ Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.jgit.junit.ssh - Sources
Bundle-SymbolicName: org.eclipse.jgit.junit.ssh.source
Bundle-Vendor: Eclipse.org - JGit
-Bundle-Version: 6.9.0.202403050737-r
-Eclipse-SourceBundle: org.eclipse.jgit.junit.ssh;version="6.9.0.202403050737-r";roots="."
+Bundle-Version: 6.9.1.qualifier
+Eclipse-SourceBundle: org.eclipse.jgit.junit.ssh;version="6.9.1.qualifier";roots="."
diff --git a/org.eclipse.jgit.junit.ssh/pom.xml b/org.eclipse.jgit.junit.ssh/pom.xml
index b34e4aeed0..7cf78c355b 100644
--- a/org.eclipse.jgit.junit.ssh/pom.xml
+++ b/org.eclipse.jgit.junit.ssh/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>6.9.0.202403050737-r</version>
+ <version>6.9.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.junit.ssh</artifactId>