diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-10-02 11:03:41 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-10-02 11:03:41 +0200 |
commit | 38258f3f72ebb891de6656f5c622217a8eb5d39b (patch) | |
tree | 9a738846344200fdfd195d4b34cc9ec096f19384 /org.eclipse.jgit.http.test | |
parent | e59a17d7338a5b451f8fab872f7297be462bd2c0 (diff) | |
download | jgit-38258f3f72ebb891de6656f5c622217a8eb5d39b.tar.gz jgit-38258f3f72ebb891de6656f5c622217a8eb5d39b.zip |
JGit v5.3.6.201910020505-rv5.3.6.201910020505-r
Change-Id: I12d1c6af03f2d7474c99c22cd2aabb77e95fcb32
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 9202566a94..3d6b7c802f 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: 5.3.6.qualifier +Bundle-Version: 5.3.6.201910020505-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 151574ece5..566c6a5893 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>5.3.6-SNAPSHOT</version> + <version>5.3.6.201910020505-r</version> </parent> <artifactId>org.eclipse.jgit.http.test</artifactId> |