summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant.test
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2019-03-13 15:10:17 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2019-03-13 15:10:33 +0100
commit4ade2de34f8256018cc1b574b1d28ad2abae8771 (patch)
tree76b66ee21236ba3758528169c9b916c8ee817cbd /org.eclipse.jgit.ant.test
parentde4a6332011ba1ddb7780a8646f1010aa8d27cfa (diff)
downloadjgit-4ade2de34f8256018cc1b574b1d28ad2abae8771.tar.gz
jgit-4ade2de34f8256018cc1b574b1d28ad2abae8771.zip
Prepare 5.3.1-SNAPSHOT builds
Change-Id: I8dc5e47bd19809d684579610edf922abca3cb3cc Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant.test')
-rw-r--r--org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF10
-rw-r--r--org.eclipse.jgit.ant.test/pom.xml2
2 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
index e5f3159840..e152ececbe 100644
--- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
@@ -4,13 +4,13 @@ Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Automatic-Module-Name: org.eclipse.jgit.ant.test
Bundle-SymbolicName: org.eclipse.jgit.ant.test
-Bundle-Version: 5.3.0.201903130848-r
+Bundle-Version: 5.3.1.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.ant.tasks;version="[5.3.0,5.4.0)",
- org.eclipse.jgit.junit;version="[5.3.0,5.4.0)",
- org.eclipse.jgit.lib;version="[5.3.0,5.4.0)",
- org.eclipse.jgit.util;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.ant.tasks;version="[5.3.1,5.4.0)",
+ org.eclipse.jgit.junit;version="[5.3.1,5.4.0)",
+ org.eclipse.jgit.lib;version="[5.3.1,5.4.0)",
+ org.eclipse.jgit.util;version="[5.3.1,5.4.0)",
org.hamcrest.core;version="[1.1.0,2.0.0)",
org.junit;version="[4.12,5.0.0)"
diff --git a/org.eclipse.jgit.ant.test/pom.xml b/org.eclipse.jgit.ant.test/pom.xml
index 02e3dca43c..a233aff000 100644
--- a/org.eclipse.jgit.ant.test/pom.xml
+++ b/org.eclipse.jgit.ant.test/pom.xml
@@ -50,7 +50,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>5.3.0.201903130848-r</version>
+ <version>5.3.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant.test</artifactId>