diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-26 00:42:14 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-26 00:53:51 +0100 |
commit | c93aec2b73a1c3f6a7a631d5a0bc079e5c0e475e (patch) | |
tree | 1a94e94af1e1b97e4e50e43d85159d2d92eaacc3 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | fcafdcc4048dbd61754b3f1d3ae19395fb788d45 (diff) | |
download | jgit-c93aec2b73a1c3f6a7a631d5a0bc079e5c0e475e.tar.gz jgit-c93aec2b73a1c3f6a7a631d5a0bc079e5c0e475e.zip |
JGit v5.1.4.201812251853-rv5.1.4.201812251853-r
Change-Id: I30ba167bcd8144074553d7446a45fa6be19584fe
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 0734df95df..3b656848ee 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.1.4.qualifier +Bundle-Version: 5.1.4.201812251853-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 31542a31c6..6ac4ec1c3f 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.1.4-SNAPSHOT</version> + <version>5.1.4.201812251853-r</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |