diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-21 10:52:10 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-21 10:52:10 +0200 |
commit | 38adb548c3e047d498f6819fc6c57d9e89a33806 (patch) | |
tree | 719f97a46f029fd27e2847cbafb51511277495b7 /org.eclipse.jgit.http.server | |
parent | c130e5e708a34619a90474afd8f259931fc8e7c2 (diff) | |
download | jgit-38adb548c3e047d498f6819fc6c57d9e89a33806.tar.gz jgit-38adb548c3e047d498f6819fc6c57d9e89a33806.zip |
JGit v5.1.9.201908210455-rv5.1.9.201908210455-r
Change-Id: Iaade207292acb8b27e01aca7e1af97ad7db1e854
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.server')
-rw-r--r-- | org.eclipse.jgit.http.server/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.http.server/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF index dd469806e2..f8973ca821 100644 --- a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.jgit.http.server Bundle-SymbolicName: org.eclipse.jgit.http.server -Bundle-Version: 5.1.9.qualifier +Bundle-Version: 5.1.9.201908210455-r Bundle-Localization: plugin Bundle-Vendor: %provider_name Export-Package: org.eclipse.jgit.http.server;version="5.1.9", diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml index 472c942507..8f81b74af1 100644 --- a/org.eclipse.jgit.http.server/pom.xml +++ b/org.eclipse.jgit.http.server/pom.xml @@ -52,7 +52,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>5.1.9-SNAPSHOT</version> + <version>5.1.9.201908210455-r</version> </parent> <artifactId>org.eclipse.jgit.http.server</artifactId> |