Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-10-20 07:50:16 +0000
committerMatthias Sohn2018-10-20 07:50:16 +0000
commitcf24983b234af44bb2066e6c18f107e33d02c483 (patch)
tree48ccdb3da553111ba5ebe0c2c9fb19e839c816b9 /org.eclipse.jgit.lfs.test
parent8fc3903989fdd288bbc589a201646030b62fc3fb (diff)
downloadjgit-cf24983b234af44bb2066e6c18f107e33d02c483.tar.gz
jgit-cf24983b234af44bb2066e6c18f107e33d02c483.tar.xz
jgit-cf24983b234af44bb2066e6c18f107e33d02c483.zip
Change-Id: Ib2c5a79d4fdf77680b7b65652fc3659527df27ad 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.MF2
-rw-r--r--org.eclipse.jgit.lfs.test/pom.xml2
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 2a5b5a546a..1d52a2ac75 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.3.qualifier
+Bundle-Version: 5.1.3.201810200350-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 5f00b1fa74..9b1ef56a15 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.3-SNAPSHOT</version>
+ <version>5.1.3.201810200350-r</version>
</parent>
<artifactId>org.eclipse.jgit.lfs.test</artifactId>

Back to the top