Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-12-24 00:10:23 +0000
committerMatthias Sohn2014-12-24 00:17:40 +0000
commitcdfd22da304542cf0672e94ad50d6fc596d8707c (patch)
tree2f5ddf8903812ece87f7fc9145d43133b3030400 /org.eclipse.jgit.ant.test
parent988291581034075fab20bbd76147cbc9ad08151b (diff)
downloadjgit-cdfd22da304542cf0672e94ad50d6fc596d8707c.tar.gz
jgit-cdfd22da304542cf0672e94ad50d6fc596d8707c.tar.xz
jgit-cdfd22da304542cf0672e94ad50d6fc596d8707c.zip
Prepare 3.7.0-SNAPSHOT builds
Change-Id: Ib3e7b5f46ee1e27b9cf25b3b2d01d681a5c4904c 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.MF12
-rw-r--r--org.eclipse.jgit.ant.test/pom.xml2
2 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
index 33310cceb9..84e64ab287 100644
--- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
@@ -3,14 +3,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.ant.test
-Bundle-Version: 3.6.1.qualifier
+Bundle-Version: 3.7.0.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.ant.tasks;version="[3.6.1,3.7.0)",
- org.eclipse.jgit.internal.storage.file;version="[3.6.1,3.7.0)",
- org.eclipse.jgit.junit;version="[3.6.1,3.7.0)",
- org.eclipse.jgit.lib;version="[3.6.1,3.7.0)",
- org.eclipse.jgit.util;version="[3.6.1,3.7.0)",
+ org.eclipse.jgit.ant.tasks;version="[3.7.0,3.8.0)",
+ org.eclipse.jgit.internal.storage.file;version="[3.7.0,3.8.0)",
+ org.eclipse.jgit.junit;version="[3.7.0,3.8.0)",
+ org.eclipse.jgit.lib;version="[3.7.0,3.8.0)",
+ org.eclipse.jgit.util;version="[3.7.0,3.8.0)",
org.hamcrest;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 dd5fd8ce47..ecf8650282 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>3.6.1-SNAPSHOT</version>
+ <version>3.7.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant.test</artifactId>

Back to the top