diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-06-14 00:45:13 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-06-14 00:45:13 +0200 |
commit | 90003519092c4be2f7806b171cd1c2d37a05f588 (patch) | |
tree | c35273c260e062dfd7836a4ac9e722ebcf25eb60 /org.eclipse.jgit.pgm.test | |
parent | 221554e35ffc8ac261a333091df2c9b33db34cd7 (diff) | |
download | jgit-90003519092c4be2f7806b171cd1c2d37a05f588.tar.gz jgit-90003519092c4be2f7806b171cd1c2d37a05f588.zip |
Prepare 2.1.0 builds
Change-Id: I4aad3efdd435d8d5eb53c84a8d38132acce97c25
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm.test')
-rw-r--r-- | org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF | 16 | ||||
-rw-r--r-- | org.eclipse.jgit.pgm.test/pom.xml | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF index 717ffc158d..0c1e3220bc 100644 --- a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF @@ -2,18 +2,18 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.pgm.test -Bundle-Version: 2.0.0.qualifier +Bundle-Version: 2.1.0.qualifier Bundle-Vendor: %provider_name Bundle-Localization: plugin Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Import-Package: org.eclipse.jgit.api;version="[2.0.0,2.1.0)", - org.eclipse.jgit.junit;version="[2.0.0,2.1.0)", - org.eclipse.jgit.lib;version="[2.0.0,2.1.0)", - org.eclipse.jgit.pgm;version="[2.0.0,2.1.0)", - org.eclipse.jgit.pgm.opt;version="[2.0.0,2.1.0)", - org.eclipse.jgit.storage.file;version="[2.0.0,2.1.0)", - org.eclipse.jgit.util;version="[2.0.0,2.1.0)", +Import-Package: org.eclipse.jgit.api;version="[2.1.0,2.2.0)", + org.eclipse.jgit.junit;version="[2.1.0,2.2.0)", + org.eclipse.jgit.lib;version="[2.1.0,2.2.0)", + org.eclipse.jgit.pgm;version="[2.1.0,2.2.0)", + org.eclipse.jgit.pgm.opt;version="[2.1.0,2.2.0)", + org.eclipse.jgit.storage.file;version="[2.1.0,2.2.0)", + org.eclipse.jgit.util;version="[2.1.0,2.2.0)", org.hamcrest.core;bundle-version="[1.1.0,2.0.0)", org.junit;version="[4.4.0,5.0.0)", org.kohsuke.args4j;version="[2.0.12,2.1.0)", diff --git a/org.eclipse.jgit.pgm.test/pom.xml b/org.eclipse.jgit.pgm.test/pom.xml index 05d452ddf5..17259b6af0 100644 --- a/org.eclipse.jgit.pgm.test/pom.xml +++ b/org.eclipse.jgit.pgm.test/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.pgm.test</artifactId> |