summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2021-11-24 17:54:51 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2021-11-24 17:54:51 +0100
commitad8d89b9c095e37bdf9b48dab0b71f9efc7a1d77 (patch)
treee950c020facf6eb9cfc10bb10d1f5a624e4ef715 /org.eclipse.jgit.test
parent751e3ad5d1f67018421d53e3ae03444ff6f5d840 (diff)
downloadjgit-ad8d89b9c095e37bdf9b48dab0b71f9efc7a1d77.tar.gz
jgit-ad8d89b9c095e37bdf9b48dab0b71f9efc7a1d77.zip
JGit v6.0.0.202111241155-rc1v6.0.0.202111241155-rc1
Change-Id: I35dc089a00ee12f83f506fb320d23762fa030063 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.test')
-rw-r--r--org.eclipse.jgit.test/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jgit.test/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.test/META-INF/MANIFEST.MF
index 91f8f74b68..8268c5709e 100644
--- a/org.eclipse.jgit.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.test/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.test
Bundle-SymbolicName: org.eclipse.jgit.test
-Bundle-Version: 6.0.0.qualifier
+Bundle-Version: 6.0.0.202111241155-rc1
Bundle-Localization: plugin
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-11
diff --git a/org.eclipse.jgit.test/pom.xml b/org.eclipse.jgit.test/pom.xml
index fd581fcab0..2c39633fcc 100644
--- a/org.eclipse.jgit.test/pom.xml
+++ b/org.eclipse.jgit.test/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>6.0.0-SNAPSHOT</version>
+ <version>6.0.0.202111241155-rc1</version>
</parent>
<artifactId>org.eclipse.jgit.test</artifactId>