diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-13 02:04:31 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-13 02:04:31 +0100 |
commit | a888f80856c8bbbaf969a9a65a3cf6f7270368b5 (patch) | |
tree | e69a31002e62ea6bf81a1ceaa7cdfa59c513c894 /org.eclipse.jgit.http.test | |
parent | 7204e35f93f4dbcc682f75a67382a0233c018e80 (diff) | |
download | jgit-a888f80856c8bbbaf969a9a65a3cf6f7270368b5.tar.gz jgit-a888f80856c8bbbaf969a9a65a3cf6f7270368b5.zip |
JGit v4.11.7.201903122105-rv4.11.7.201903122105-r
Change-Id: I4fc62c304b5a8452ca72a3b305e5732a26120000
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.test')
-rw-r--r-- | org.eclipse.jgit.http.test/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.http.test/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF index cf4ced22e8..eeea72286d 100644 --- a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.jgit.http.test Bundle-SymbolicName: org.eclipse.jgit.http.test -Bundle-Version: 4.11.7.qualifier +Bundle-Version: 4.11.7.201903122105-r Bundle-Vendor: %provider_name Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml index 71547a43b9..bb1354f2ef 100644 --- a/org.eclipse.jgit.http.test/pom.xml +++ b/org.eclipse.jgit.http.test/pom.xml @@ -51,7 +51,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>4.11.7-SNAPSHOT</version> + <version>4.11.7.201903122105-r</version> </parent> <artifactId>org.eclipse.jgit.http.test</artifactId> |