diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-10-06 14:07:37 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-10-06 14:17:48 +0200 |
commit | 620370ab6ad850862d0cfa1816c1fff0cbce3662 (patch) | |
tree | a4d6b64e6bc50351ba01063afb0a38fe631677fe /org.eclipse.jgit.ant | |
parent | c2a866b1098ec9fb280d894e7972648a3d521c11 (diff) | |
download | jgit-620370ab6ad850862d0cfa1816c1fff0cbce3662.tar.gz jgit-620370ab6ad850862d0cfa1816c1fff0cbce3662.zip |
Prepare 4.11.5-SNAPSHOT builds
Change-Id: Ifbe76e14264e8b547930e2320e8e81d728bd6e38
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 b7bc86c372..2eee304376 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: 4.11.4.201810060650-r +Bundle-Version: 4.11.5.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[4.11.4,4.12.0)" + org.eclipse.jgit.storage.file;version="[4.11.5,4.12.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="4.11.4"; +Export-Package: org.eclipse.jgit.ant.tasks;version="4.11.5"; 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 22d54c179f..59a245cc9c 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.11.4.201810060650-r</version> + <version>4.11.5-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |