diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-02 16:49:17 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-02 16:49:17 +0200 |
commit | 45a4c131aeac6e348bd081bdba9764fda290fac0 (patch) | |
tree | ec159a3a55a4e3d012ab367ce47ce6cf24f4b384 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 1f733663bf05d17029980c634faf091fc5eba75c (diff) | |
download | jgit-45a4c131aeac6e348bd081bdba9764fda290fac0.tar.gz jgit-45a4c131aeac6e348bd081bdba9764fda290fac0.zip |
JGit v5.12.0.202106021050-rc1v5.12.0.202106021050-rc1
Change-Id: I622ee049f14f37504ff4a062f03d6fc25465d0ec
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF index 0d297e3cde..ef9d712c67 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF @@ -2,4 +2,4 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: JGit Target Platform Bundle Bundle-SymbolicName: org.eclipse.jgit.target -Bundle-Version: 5.12.0.qualifier +Bundle-Version: 5.12.0.202106021050-rc1 diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml index 993f552384..b8e7913736 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.12.0-SNAPSHOT</version> + <version>5.12.0.202106021050-rc1</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |