diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-02-13 21:45:37 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-02-13 21:45:37 +0100 |
commit | 1b44f0e4a6fac409a83cfb61a1022af7fefd1b0c (patch) | |
tree | 68e049942e103e6e7c937b858740b9e177409224 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 753fbaf11a5567915d9eaaa9e07ee1a93674c44e (diff) | |
download | jgit-1b44f0e4a6fac409a83cfb61a1022af7fefd1b0c.tar.gz jgit-1b44f0e4a6fac409a83cfb61a1022af7fefd1b0c.zip |
JGit v5.6.1.202002131546-rv5.6.1.202002131546-r
Change-Id: I2807b9a9f7e8b877b72702ebd1f70c4f9f223481
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 7e790d2098..041fb6c47c 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.6.1.qualifier +Bundle-Version: 5.6.1.202002131546-r 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 fdfb981e3e..97984de629 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml @@ -49,7 +49,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.6.1-SNAPSHOT</version> + <version>5.6.1.202002131546-r</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |