diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-06-22 00:40:01 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-06-22 00:40:01 +0200 |
commit | a7e38fb0b01fa35a4a902a8dde26321e010be1f9 (patch) | |
tree | 3d526e55f7e77e190c34efb7a38e4a158267cf68 /org.eclipse.jgit.http.apache | |
parent | e36d5b40df77070ce42296333803ebf2d85ec098 (diff) | |
download | jgit-a7e38fb0b01fa35a4a902a8dde26321e010be1f9.tar.gz jgit-a7e38fb0b01fa35a4a902a8dde26321e010be1f9.zip |
JGit v5.0.1.201806211838-rv5.0.1.201806211838-r
Change-Id: I594cd85d46698953c27da3687e4ec40aeb73b445
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 c849069a3a..4e4de4b4bc 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.0.1.qualifier +Bundle-Version: 5.0.1.201806211838-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 797a9a33e4..f600462c13 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.0.1-SNAPSHOT</version> + <version>5.0.1.201806211838-r</version> </parent> <artifactId>org.eclipse.jgit.http.apache</artifactId> |