summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.test
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit.lfs.test')
-rw-r--r--org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF14
-rw-r--r--org.eclipse.jgit.lfs.test/pom.xml2
2 files changed, 8 insertions, 8 deletions
diff --git a/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF
index 3c5cfa98ca..933002aa9b 100644
--- a/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF
@@ -2,18 +2,18 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.lfs.test
-Bundle-Version: 4.5.2.201704071617-r
+Bundle-Version: 4.5.3.qualifier
Bundle-Vendor: %provider_name
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
-Import-Package: org.eclipse.jgit.junit;version="[4.5.2,4.6.0)",
- org.eclipse.jgit.lfs.errors;version="[4.5.2,4.6.0)",
- org.eclipse.jgit.lfs.lib;version="[4.5.2,4.6.0)",
- org.eclipse.jgit.lib;version="[4.5.2,4.6.0)",
- org.eclipse.jgit.util;version="[4.5.2,4.6.0)",
+Import-Package: org.eclipse.jgit.junit;version="[4.5.3,4.6.0)",
+ org.eclipse.jgit.lfs.errors;version="[4.5.3,4.6.0)",
+ org.eclipse.jgit.lfs.lib;version="[4.5.3,4.6.0)",
+ org.eclipse.jgit.lib;version="[4.5.3,4.6.0)",
+ org.eclipse.jgit.util;version="[4.5.3,4.6.0)",
org.hamcrest.core;version="[1.1.0,2.0.0)",
org.junit;version="[4.0.0,5.0.0)",
org.junit.runner;version="[4.0.0,5.0.0)",
org.junit.runners;version="[4.0.0,5.0.0)"
-Export-Package: org.eclipse.jgit.lfs.test;version="4.5.2";x-friends:="org.eclipse.jgit.lfs.server.test"
+Export-Package: org.eclipse.jgit.lfs.test;version="4.5.3";x-friends:="org.eclipse.jgit.lfs.server.test"
diff --git a/org.eclipse.jgit.lfs.test/pom.xml b/org.eclipse.jgit.lfs.test/pom.xml
index e9c1d6b74a..77d8d0edcd 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.5.2.201704071617-r</version>
+ <version>4.5.3-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.lfs.test</artifactId>