diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-07 01:46:38 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-07 01:46:38 +0100 |
commit | 57b8cf4261db67bf350269a161789d705f095272 (patch) | |
tree | 3146f8bcde8db5d9e4116d79817d3c2846a20631 /org.eclipse.jgit.ant | |
parent | c84c08107d78c99ce4cd74d558947e7715a9ca99 (diff) | |
download | jgit-57b8cf4261db67bf350269a161789d705f095272.tar.gz jgit-57b8cf4261db67bf350269a161789d705f095272.zip |
Prepare 5.2.1-SNAPSHOT builds
Change-Id: I68d9f5b1c8ca8e8eada9143093dc4fa82519edd8
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 47de0cf0be..da8cea029d 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.2.0.201812061821-r +Bundle-Version: 5.2.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[5.2.0,5.3.0)" + org.eclipse.jgit.storage.file;version="[5.2.1,5.3.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="5.2.0"; +Export-Package: org.eclipse.jgit.ant.tasks;version="5.2.1"; 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 29c5634fd0..bdeab41b37 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.2.0.201812061821-r</version> + <version>5.2.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |