diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-04-28 00:41:59 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-04-28 00:41:59 +0200 |
commit | 38049a008dbc945ad76c5715bf224f9bf4caefc4 (patch) | |
tree | 3762344e027a5cd6187072ed5abe92cd2e295e46 /org.eclipse.jgit.http.server | |
parent | 32f0963b84b8e40d05f683752d6cec3c94d07279 (diff) | |
download | jgit-38049a008dbc945ad76c5715bf224f9bf4caefc4.tar.gz jgit-38049a008dbc945ad76c5715bf224f9bf4caefc4.zip |
JGit v5.3.1.201904271842-rv5.3.1.201904271842-r
Change-Id: If3c323acfd2b6933f7d4fbec480cd4e82224f701
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 6ba8358300..71c682bdd2 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.3.1.qualifier +Bundle-Version: 5.3.1.201904271842-r Bundle-Localization: plugin Bundle-Vendor: %provider_name Export-Package: org.eclipse.jgit.http.server;version="5.3.1", diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml index b7d44a3784..e53d49adf7 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.3.1-SNAPSHOT</version> + <version>5.3.1.201904271842-r</version> </parent> <artifactId>org.eclipse.jgit.http.server</artifactId> |