aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant.test
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2018-07-27 01:00:35 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2018-07-27 01:00:35 +0200
commit29118ed117097c63bbd769ec8c6eedf0bd2f7e26 (patch)
tree2faeb48ae4ce141c049c34eb89da9ef64ac71300 /org.eclipse.jgit.ant.test
parent01787756aa8599a6b730571cb19898c104c7df32 (diff)
downloadjgit-29118ed117097c63bbd769ec8c6eedf0bd2f7e26.tar.gz
jgit-29118ed117097c63bbd769ec8c6eedf0bd2f7e26.zip
Prepare 4.7.3-SNAPSHOT builds
Change-Id: I5c437f45d5bc469e3c32bef1180c127d96d24d23 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 9d925c1530..f247ecbfce 100644
--- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
@@ -3,13 +3,13 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.ant.test
-Bundle-Version: 4.7.2.201807261330-r
+Bundle-Version: 4.7.3.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.ant.tasks;version="[4.7.2,4.8.0)",
- org.eclipse.jgit.junit;version="[4.7.2,4.8.0)",
- org.eclipse.jgit.lib;version="[4.7.2,4.8.0)",
- org.eclipse.jgit.util;version="[4.7.2,4.8.0)",
+ org.eclipse.jgit.ant.tasks;version="[4.7.3,4.8.0)",
+ org.eclipse.jgit.junit;version="[4.7.3,4.8.0)",
+ org.eclipse.jgit.lib;version="[4.7.3,4.8.0)",
+ org.eclipse.jgit.util;version="[4.7.3,4.8.0)",
org.hamcrest.core;version="[1.1.0,2.0.0)",
org.junit;version="[4.0.0,5.0.0)"
diff --git a/org.eclipse.jgit.ant.test/pom.xml b/org.eclipse.jgit.ant.test/pom.xml
index 04be921b2d..bafe831b6d 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>4.7.2.201807261330-r</version>
+ <version>4.7.3-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant.test</artifactId>