From 2078b23ceebc2a021941ab6f7a6e7f7fdb5e34d5 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sat, 6 Oct 2018 18:54:50 +0200 Subject: Prepare 5.1.3-SNAPSHOT builds Change-Id: I75c1a01885115fc709ab37f181234264c3f7423a Signed-off-by: Matthias Sohn --- org.eclipse.jgit.ant/META-INF/MANIFEST.MF | 6 +++--- org.eclipse.jgit.ant/pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'org.eclipse.jgit.ant') diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF index eef4f1c405..c507f01c86 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: 5.1.2.201810061102-r +Bundle-Version: 5.1.3.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[5.1.2,5.2.0)" + org.eclipse.jgit.storage.file;version="[5.1.3,5.2.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="5.1.2"; +Export-Package: org.eclipse.jgit.ant.tasks;version="5.1.3"; 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 9c99c6234f..88c1759ae2 100644 --- a/org.eclipse.jgit.ant/pom.xml +++ b/org.eclipse.jgit.ant/pom.xml @@ -48,7 +48,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 5.1.2.201810061102-r + 5.1.3-SNAPSHOT org.eclipse.jgit.ant -- cgit v1.2.3