diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-26 00:42:14 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-26 00:53:51 +0100 |
commit | c93aec2b73a1c3f6a7a631d5a0bc079e5c0e475e (patch) | |
tree | 1a94e94af1e1b97e4e50e43d85159d2d92eaacc3 /org.eclipse.jgit.lfs.test | |
parent | fcafdcc4048dbd61754b3f1d3ae19395fb788d45 (diff) | |
download | jgit-c93aec2b73a1c3f6a7a631d5a0bc079e5c0e475e.tar.gz jgit-c93aec2b73a1c3f6a7a631d5a0bc079e5c0e475e.zip |
JGit v5.1.4.201812251853-rv5.1.4.201812251853-r
Change-Id: I30ba167bcd8144074553d7446a45fa6be19584fe
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.lfs.test')
-rw-r--r-- | org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.lfs.test/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF index 7d96ca2ed5..164bc1244d 100644 --- a/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.jgit.lfs.test Bundle-SymbolicName: org.eclipse.jgit.lfs.test -Bundle-Version: 5.1.4.qualifier +Bundle-Version: 5.1.4.201812251853-r Bundle-Vendor: %provider_name Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/org.eclipse.jgit.lfs.test/pom.xml b/org.eclipse.jgit.lfs.test/pom.xml index 732193fe61..aa27f74dac 100644 --- a/org.eclipse.jgit.lfs.test/pom.xml +++ b/org.eclipse.jgit.lfs.test/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>5.1.4-SNAPSHOT</version> + <version>5.1.4.201812251853-r</version> </parent> <artifactId>org.eclipse.jgit.lfs.test</artifactId> |