diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-11-21 23:05:56 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-11-21 23:05:56 +0100 |
commit | 7bc697dfdeb7a70fea710b12e2f861caaede201b (patch) | |
tree | 46d4cc623b3eac12116da6ef4a3101096a9c45da /org.eclipse.jgit.ssh.jsch.test | |
parent | 7720d252cd2351465f3eff8d5100e4dca509787d (diff) | |
download | jgit-7bc697dfdeb7a70fea710b12e2f861caaede201b.tar.gz jgit-7bc697dfdeb7a70fea710b12e2f861caaede201b.zip |
JGit v6.8.0.202311212206-rc1v6.8.0.202311212206-rc1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: I6a40cdef68538fa769f4525eb2ff1ed4a810f11c
Diffstat (limited to 'org.eclipse.jgit.ssh.jsch.test')
-rw-r--r-- | org.eclipse.jgit.ssh.jsch.test/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.ssh.jsch.test/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.ssh.jsch.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ssh.jsch.test/META-INF/MANIFEST.MF index 6fe4edc18d..88c09fc17d 100644 --- a/org.eclipse.jgit.ssh.jsch.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ssh.jsch.test/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.jgit.ssh.jsch.test Bundle-SymbolicName: org.eclipse.jgit.ssh.jsch.test -Bundle-Version: 6.8.0.qualifier +Bundle-Version: 6.8.0.202311212206-rc1 Bundle-Vendor: %Bundle-Vendor Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-11 diff --git a/org.eclipse.jgit.ssh.jsch.test/pom.xml b/org.eclipse.jgit.ssh.jsch.test/pom.xml index 0641e25f27..65d74eb662 100644 --- a/org.eclipse.jgit.ssh.jsch.test/pom.xml +++ b/org.eclipse.jgit.ssh.jsch.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.0.202311212206-rc1</version> </parent> <artifactId>org.eclipse.jgit.ssh.jsch.test</artifactId> |