diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-04-20 10:42:58 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-04-20 10:42:58 +0200 |
commit | 22e41cfd56d782916bb0432963a108df6cb7793e (patch) | |
tree | f1f5a5f27bb6714fa98358c5627fc612208f57d8 /org.eclipse.jgit.http.apache | |
parent | cf7c49868bda2797d42b67841692aa5599356a90 (diff) | |
download | jgit-22e41cfd56d782916bb0432963a108df6cb7793e.tar.gz jgit-22e41cfd56d782916bb0432963a108df6cb7793e.zip |
JGit v5.1.7.201904200442-rv5.1.7.201904200442-r
Change-Id: Ifaa3a88c5e117912a8c691b8b8369dd9a17faebb
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 7de2290afb..d61c315e49 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.7.qualifier +Bundle-Version: 5.1.7.201904200442-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 b9a090024c..913dd1d8d3 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.7-SNAPSHOT</version> + <version>5.1.7.201904200442-r</version> </parent> <artifactId>org.eclipse.jgit.http.apache</artifactId> |