diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-09 17:28:59 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-09 17:28:59 +0200 |
commit | 0b11e31a4c8d118470f219aed7230b3fb525fcef (patch) | |
tree | 9ab753a0d4eef8a451a56403c761f00b41754e2a /org.eclipse.jgit.ant | |
parent | faf1ae230e45735cd67b7144c8b29f450fcdde85 (diff) | |
download | jgit-0b11e31a4c8d118470f219aed7230b3fb525fcef.tar.gz jgit-0b11e31a4c8d118470f219aed7230b3fb525fcef.zip |
Prepare 5.0.4-SNAPSHOT builds
Change-Id: Ib9042662c3f2a1544d597d476c5952c61767687b
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 b82fcb34dc..6df309139b 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.0.3.201809091024-r +Bundle-Version: 5.0.4.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[5.0.3,5.1.0)" + org.eclipse.jgit.storage.file;version="[5.0.4,5.1.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="5.0.3"; +Export-Package: org.eclipse.jgit.ant.tasks;version="5.0.4"; 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 e883bd4d80..a288360f32 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>5.0.3.201809091024-r</version> + <version>5.0.4-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |