diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-31 04:05:07 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-31 04:05:07 +0100 |
commit | 5a4b6fd237ebab03001f55a06cdf2a59d4ca3566 (patch) | |
tree | 8c80f5becaeb0761c4c8487f3c3285c457ab56e7 /org.eclipse.jgit.ant | |
parent | 8779092716f096278ef7c763e2707111c897f82e (diff) | |
download | jgit-5a4b6fd237ebab03001f55a06cdf2a59d4ca3566.tar.gz jgit-5a4b6fd237ebab03001f55a06cdf2a59d4ca3566.zip |
Prepare 4.11.0-SNAPSHOT builds
Change-Id: I5d5e2befcf530d93457d44684bd9e4fc2392e5eb
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant')
-rw-r--r-- | org.eclipse.jgit.ant/META-INF/MANIFEST.MF | 6 | ||||
-rw-r--r-- | org.eclipse.jgit.ant/pom.xml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF index d33532d946..b5f0bedb89 100644 --- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF @@ -3,11 +3,11 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.jgit.ant Bundle-SymbolicName: org.eclipse.jgit.ant -Bundle-Version: 4.10.0.qualifier +Bundle-Version: 4.11.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[4.10.0,4.11.0)" + org.eclipse.jgit.storage.file;version="[4.11.0,4.12.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="4.10.0"; +Export-Package: org.eclipse.jgit.ant.tasks;version="4.11.0"; uses:="org.apache.tools.ant.types,org.apache.tools.ant" diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index cd13dd65b5..3891215b8a 100644 --- a/org.eclipse.jgit.ant/pom.xml +++ b/org.eclipse.jgit.ant/pom.xml @@ -48,7 +48,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |