diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-01-21 20:31:10 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-01-21 21:49:41 +0100 |
commit | b30917ce2175bc6b3f24186999f86526a2135027 (patch) | |
tree | 5e18adcfeef68d5570543d7c67d1c9a0006e7dca /org.eclipse.jgit.ant.test | |
parent | 34b4a564ea8ed8a3a6bd9370183ec24fa9cc5bc7 (diff) | |
download | jgit-b30917ce2175bc6b3f24186999f86526a2135027.tar.gz jgit-b30917ce2175bc6b3f24186999f86526a2135027.zip |
Prepare 4.3.0-SNAPSHOT builds
Change-Id: Idcf0479529693b023042becd96698f9afd344bd4
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 c3b9a3790a..d43dcee30e 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.2.0.qualifier +Bundle-Version: 4.3.0.qualifier Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Import-Package: org.apache.tools.ant, - 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.eclipse.jgit.ant.tasks;version="[4.3.0,4.4.0)", + org.eclipse.jgit.internal.storage.file;version="[4.3.0,4.4.0)", + org.eclipse.jgit.junit;version="[4.3.0,4.4.0)", + org.eclipse.jgit.lib;version="[4.3.0,4.4.0)", + org.eclipse.jgit.util;version="[4.3.0,4.4.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 f8bf0838b3..8e702a2ad7 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.2.0-SNAPSHOT</version> + <version>4.3.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant.test</artifactId> |