diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-05-30 13:42:07 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-05-30 13:42:07 +0200 |
commit | df9ce4b981f98f45021ca8f8c2ce9cbb725ae34e (patch) | |
tree | 3d982669a2819a44262a3b2b0847e8fa31cfa893 /org.eclipse.jgit.ant | |
parent | 832808bd509c88f08848f3b0a75cbb4de7f55df6 (diff) | |
download | jgit-df9ce4b981f98f45021ca8f8c2ce9cbb725ae34e.tar.gz jgit-df9ce4b981f98f45021ca8f8c2ce9cbb725ae34e.zip |
Prepare 4.9.0-SNAPSHOT builds
Change-Id: I52a4153d573799e861ab104939f51fac1aceb9ee
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 6f59d0b27a..7e18d164c0 100644 --- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF @@ -2,11 +2,11 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.jgit.ant -Bundle-Version: 4.8.0.qualifier +Bundle-Version: 4.9.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[4.8.0,4.9.0)" + org.eclipse.jgit.storage.file;version="[4.9.0,4.10.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="4.8.0"; +Export-Package: org.eclipse.jgit.ant.tasks;version="4.9.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 9965cde628..419dc1960e 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.8.0-SNAPSHOT</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |