diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-06-05 15:06:56 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-06-05 15:06:56 +0200 |
commit | 2fe587fcfdba51c1d84194673473faf18a34896e (patch) | |
tree | b4cb14755dd197c8323316628a33a3829ea5a3dc /org.eclipse.jgit.http.apache | |
parent | 5f8d91fded2f767ab609e58dcc22cc721b2e9c9d (diff) | |
download | jgit-2fe587fcfdba51c1d84194673473faf18a34896e.tar.gz jgit-2fe587fcfdba51c1d84194673473faf18a34896e.zip |
JGit v5.1.8.201906050907-rv5.1.8.201906050907-r
Change-Id: Iae0ffe161df2ca8a800d21688d6b7d7419dfb640
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.apache')
-rw-r--r-- | org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.http.apache/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF index 9bce2349b6..a0ee52792b 100644 --- a/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.jgit.http.apache Bundle-SymbolicName: org.eclipse.jgit.http.apache -Bundle-Version: 5.1.8.qualifier +Bundle-Version: 5.1.8.201906050907-r Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Localization: plugin Bundle-Vendor: %Provider-Name diff --git a/org.eclipse.jgit.http.apache/pom.xml b/org.eclipse.jgit.http.apache/pom.xml index 3b4722cca1..86a1a3a674 100644 --- a/org.eclipse.jgit.http.apache/pom.xml +++ b/org.eclipse.jgit.http.apache/pom.xml @@ -48,7 +48,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>5.1.8-SNAPSHOT</version> + <version>5.1.8.201906050907-r</version> </parent> <artifactId>org.eclipse.jgit.http.apache</artifactId> |