diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-04-28 00:54:08 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-04-28 00:54:08 +0200 |
commit | 1342942cc87d0039e635274a416aa219aaf975ad (patch) | |
tree | 6d1473ddfc54e9ccf9a75c0786fb3eb5224b4adf /org.eclipse.jgit.ant | |
parent | 38049a008dbc945ad76c5715bf224f9bf4caefc4 (diff) | |
download | jgit-1342942cc87d0039e635274a416aa219aaf975ad.tar.gz jgit-1342942cc87d0039e635274a416aa219aaf975ad.zip |
Prepare 5.3.2-SNAPSHOT builds
Change-Id: Iedd56602acc89783387098c7f92ce0e5bad091e0
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 c7e737010f..543e4c5782 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.3.1.201904271842-r +Bundle-Version: 5.3.2.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[5.3.1,5.4.0)" + org.eclipse.jgit.storage.file;version="[5.3.2,5.4.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="5.3.1"; +Export-Package: org.eclipse.jgit.ant.tasks;version="5.3.2"; 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 57b4a156ef..9c227b767b 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.3.1.201904271842-r</version> + <version>5.3.2-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |