Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-03-08 12:43:46 +0000
committerMatthias Sohn2018-03-08 12:43:46 +0000
commitf944063517b9507934f451cc64c16d9bbdb98cf4 (patch)
treea5766075a6a436685027021722fd84d3fbb9be1f /org.eclipse.jgit.lfs.test
parente00f59b7fe7467a930457962326ce5fd0ec63537 (diff)
downloadjgit-f944063517b9507934f451cc64c16d9bbdb98cf4.tar.gz
jgit-f944063517b9507934f451cc64c16d9bbdb98cf4.tar.xz
jgit-f944063517b9507934f451cc64c16d9bbdb98cf4.zip
Change-Id: Ie24a33bc8a24c30db06fe7b175f405efb95776ec 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 0a4eea2f7c..30cb6d7344 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: 4.11.0.qualifier
+Bundle-Version: 4.11.0.201803080745-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 45fe5f89f1..84cff20e0b 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>4.11.0-SNAPSHOT</version>
+ <version>4.11.0.201803080745-r</version>
</parent>
<artifactId>org.eclipse.jgit.lfs.test</artifactId>

Back to the top