Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-09-28 12:22:38 +0000
committerMatthias Sohn2015-09-28 12:48:41 +0000
commit6664bc6f1c74e8908de78c7a7474fca7b8d83d27 (patch)
tree285cef53f418a851dfcc045c70b74c3ceffcdc3b /org.eclipse.jgit.ant.test
parent25b7a0124f6043df514d9f65bbc6f3d135b46a93 (diff)
downloadjgit-6664bc6f1c74e8908de78c7a7474fca7b8d83d27.tar.gz
jgit-6664bc6f1c74e8908de78c7a7474fca7b8d83d27.tar.xz
jgit-6664bc6f1c74e8908de78c7a7474fca7b8d83d27.zip
Prepare 4.2.0-SNAPSHOT builds
Change-Id: If559d3565b1f84c93a533e1ce18d5293605d1950 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 1ce2ec27f7..c3b9a3790a 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: 4.1.1.qualifier
+Bundle-Version: 4.2.0.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.ant.tasks;version="[4.1.1,4.2.0)",
- org.eclipse.jgit.internal.storage.file;version="[4.1.1,4.2.0)",
- org.eclipse.jgit.junit;version="[4.1.1,4.2.0)",
- org.eclipse.jgit.lib;version="[4.1.1,4.2.0)",
- org.eclipse.jgit.util;version="[4.1.1,4.2.0)",
+ org.eclipse.jgit.ant.tasks;version="[4.2.0,4.3.0)",
+ org.eclipse.jgit.internal.storage.file;version="[4.2.0,4.3.0)",
+ org.eclipse.jgit.junit;version="[4.2.0,4.3.0)",
+ org.eclipse.jgit.lib;version="[4.2.0,4.3.0)",
+ org.eclipse.jgit.util;version="[4.2.0,4.3.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 ff1ec8335c..f8bf0838b3 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.1.1-SNAPSHOT</version>
+ <version>4.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant.test</artifactId>

Back to the top