diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-09-04 17:06:48 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-09-05 14:32:01 +0200 |
commit | 6ccf609e8930c8e3a2f1ca1a5595628dfbe5783d (patch) | |
tree | 78c9f54fadb49ffd943a7fd1039ec2c287d4c1d9 /org.eclipse.jgit.ant.test | |
parent | bc90ce7788e77af11552799cecf65edeb97e3b7c (diff) | |
download | jgit-6ccf609e8930c8e3a2f1ca1a5595628dfbe5783d.tar.gz jgit-6ccf609e8930c8e3a2f1ca1a5595628dfbe5783d.zip |
Prepare 3.6.0-SNAPSHOT builds
Change-Id: I2d8c3768998c0cfc8d02d11009bc5b7ed1d75778
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.MF | 12 | ||||
-rw-r--r-- | org.eclipse.jgit.ant.test/pom.xml | 2 |
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 6f629d3c29..6ea67f0360 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.5.0.qualifier +Bundle-Version: 3.6.0.qualifier Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.ant.tasks;version="[3.5.0,3.6.0)", - org.eclipse.jgit.internal.storage.file;version="[3.5.0,3.6.0)", - org.eclipse.jgit.junit;version="[3.5.0,3.6.0)", - org.eclipse.jgit.lib;version="[3.5.0,3.6.0)", - org.eclipse.jgit.util;version="[3.5.0,3.6.0)", + org.eclipse.jgit.ant.tasks;version="[3.6.0,3.7.0)", + org.eclipse.jgit.internal.storage.file;version="[3.6.0,3.7.0)", + org.eclipse.jgit.junit;version="[3.6.0,3.7.0)", + org.eclipse.jgit.lib;version="[3.6.0,3.7.0)", + org.eclipse.jgit.util;version="[3.6.0,3.7.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 04c9d7aa61..dcae4b1e0f 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.5.0-SNAPSHOT</version> + <version>3.6.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant.test</artifactId> |