diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-02-11 10:30:36 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-02-11 10:30:36 +0100 |
commit | e0abe9e2a7a2e0acf3d59fd634457457c49663e1 (patch) | |
tree | 24e75e97c41cf3e3e6d80a91a6af6ea6f33121b6 /org.eclipse.jgit.lfs.test | |
parent | 7d5300023e867ae1e259bc5ec3839dff2bc3fab8 (diff) | |
download | jgit-e0abe9e2a7a2e0acf3d59fd634457457c49663e1.tar.gz jgit-e0abe9e2a7a2e0acf3d59fd634457457c49663e1.zip |
JGit v5.1.13.202002110435-rv5.1.13.202002110435-r
Change-Id: Iedc8699ad1a24efe7ddb47ae919c75b9d36141d4
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 bb1f2040a0..dd6fa8452c 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.13.qualifier +Bundle-Version: 5.1.13.202002110435-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 ff30385c81..e4876a8eed 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.13-SNAPSHOT</version> + <version>5.1.13.202002110435-r</version> </parent> <artifactId>org.eclipse.jgit.lfs.test</artifactId> |