summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant.test
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2019-04-28 00:54:08 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2019-04-28 00:54:08 +0200
commit1342942cc87d0039e635274a416aa219aaf975ad (patch)
tree6d1473ddfc54e9ccf9a75c0786fb3eb5224b4adf /org.eclipse.jgit.ant.test
parent38049a008dbc945ad76c5715bf224f9bf4caefc4 (diff)
downloadjgit-1342942cc87d0039e635274a416aa219aaf975ad.tar.gz
jgit-1342942cc87d0039e635274a416aa219aaf975ad.zip
Prepare 5.3.2-SNAPSHOT builds
Change-Id: Iedd56602acc89783387098c7f92ce0e5bad091e0 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 3e262c6a0f..b6fe9707e2 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.1.201904271842-r
+Bundle-Version: 5.3.2.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
- 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.eclipse.jgit.ant.tasks;version="[5.3.2,5.4.0)",
+ org.eclipse.jgit.junit;version="[5.3.2,5.4.0)",
+ org.eclipse.jgit.lib;version="[5.3.2,5.4.0)",
+ org.eclipse.jgit.util;version="[5.3.2,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 9976805d23..888d86976b 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.1.201904271842-r</version>
+ <version>5.3.2-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant.test</artifactId>