diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-02 01:53:39 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-02 01:53:39 +0100 |
commit | f72a0012509feb96ead7b15952d1e6decaf1395e (patch) | |
tree | 403dda06aa96b0ceb4dda03b1249eb16fb087089 /org.eclipse.jgit.lfs.test | |
parent | 2fbbd6d8902745f00dce74eb92c50b6b8f020e87 (diff) | |
download | jgit-f72a0012509feb96ead7b15952d1e6decaf1395e.tar.gz jgit-f72a0012509feb96ead7b15952d1e6decaf1395e.zip |
JGit v5.1.15.202012011955-rv5.1.15.202012011955-r
Change-Id: Icb4f04a40ab366cbacbb3fdf0db1748f27277fda
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 da151f6734..e9f7c3501d 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.15.qualifier +Bundle-Version: 5.1.15.202012011955-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 81fe433d7d..2fa8f2d46c 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.15-SNAPSHOT</version> + <version>5.1.15.202012011955-r</version> </parent> <artifactId>org.eclipse.jgit.lfs.test</artifactId> |