diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-03-08 21:10:08 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-03-08 21:10:08 +0100 |
commit | f389e18a2853d9f73336f4cf0e7ac2931dc4ce9b (patch) | |
tree | c841a68501a005ef397c7a7df43f68d59d6b5dac /org.eclipse.jgit.ant.test | |
parent | f944063517b9507934f451cc64c16d9bbdb98cf4 (diff) | |
download | jgit-f389e18a2853d9f73336f4cf0e7ac2931dc4ce9b.tar.gz jgit-f389e18a2853d9f73336f4cf0e7ac2931dc4ce9b.zip |
Prepare 4.11.1-SNAPSHOT builds
Change-Id: Id9aa6b7e8f56de5183b6cd57ef0e790ec9debd4d
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 | 10 | ||||
-rw-r--r-- | org.eclipse.jgit.ant.test/pom.xml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF index dda81be6f4..00cd1a241d 100644 --- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF @@ -4,13 +4,13 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.jgit.ant.test Bundle-SymbolicName: org.eclipse.jgit.ant.test -Bundle-Version: 4.11.0.201803080745-r +Bundle-Version: 4.11.1.qualifier Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.ant.tasks;version="[4.11.0,4.12.0)", - org.eclipse.jgit.junit;version="[4.11.0,4.12.0)", - org.eclipse.jgit.lib;version="[4.11.0,4.12.0)", - org.eclipse.jgit.util;version="[4.11.0,4.12.0)", + org.eclipse.jgit.ant.tasks;version="[4.11.1,4.12.0)", + org.eclipse.jgit.junit;version="[4.11.1,4.12.0)", + org.eclipse.jgit.lib;version="[4.11.1,4.12.0)", + org.eclipse.jgit.util;version="[4.11.1,4.12.0)", org.hamcrest.core;version="[1.1.0,2.0.0)", org.junit;version="[4.12,5.0.0)" diff --git a/org.eclipse.jgit.ant.test/pom.xml b/org.eclipse.jgit.ant.test/pom.xml index 8cb457c5de..05b050b012 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.11.0.201803080745-r</version> + <version>4.11.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant.test</artifactId> |