diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-02 02:27:44 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-02 02:27:44 +0100 |
commit | aa5d1e425c9ab350c948f703f533e54334aa57bf (patch) | |
tree | 88741acb79af73157ac1973bcde7a26bb76c0c70 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 5bb71dd2d4013eb4147ecbfead248d31a98c5537 (diff) | |
download | jgit-aa5d1e425c9ab350c948f703f533e54334aa57bf.tar.gz jgit-aa5d1e425c9ab350c948f703f533e54334aa57bf.zip |
JGit v5.3.9.202012012026-rv5.3.9.202012012026-r
Change-Id: I75e03ef8630d7a369e97be0f797253b968575354
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 510fe8b88e..8160f8823f 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.3.9.qualifier +Bundle-Version: 5.3.9.202012012026-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 e5fe4696ed..627dd6623e 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.3.9-SNAPSHOT</version> + <version>5.3.9.202012012026-r</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |