diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-06-13 15:54:22 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-06-13 16:13:32 +0200 |
commit | 6b9c0d1232a61b74445849b70a70f8da319b009e (patch) | |
tree | 55121ec289737ba664330f3566eb86e2eab17386 /org.eclipse.jgit.ant.test | |
parent | 2cd3a2df560cba9bc781395fdc3f8ab86a8d3167 (diff) | |
download | jgit-6b9c0d1232a61b74445849b70a70f8da319b009e.tar.gz jgit-6b9c0d1232a61b74445849b70a70f8da319b009e.zip |
Prepare 3.1.0-SNAPSHOT builds
Change-Id: I7490a7c9558423c03e3c167ad55b9a98be9d99d9
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 | 14 | ||||
-rw-r--r-- | org.eclipse.jgit.ant.test/pom.xml | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF index a0d78e3c5a..1377335d27 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.0.0.qualifier +Bundle-Version: 3.1.0.qualifier Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.ant.tasks;version="3.0.0", - org.eclipse.jgit.internal.storage.file;version="3.0.0", - org.eclipse.jgit.junit, - org.eclipse.jgit.lib;version="3.0.0", - org.eclipse.jgit.util;version="3.0.0", - org.hamcrest;version="1.1.0", + org.eclipse.jgit.ant.tasks;version="[3.1.0,3.2.0)", + org.eclipse.jgit.internal.storage.file;version="[3.1.0,3.2.0)", + org.eclipse.jgit.junit;version="[3.1.0,3.2.0)", + org.eclipse.jgit.lib;version="[3.1.0,3.2.0)", + org.eclipse.jgit.util;version="[3.1.0,3.2.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 f9204d9036..5bb54ee917 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.0.0-SNAPSHOT</version> + <version>3.1.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant.test</artifactId> |