diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-09-21 17:05:27 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-09-21 17:05:27 +0200 |
commit | cb617e7ffc7600a3d5978b1f870ff114b4486976 (patch) | |
tree | cc6db9a5934a648bbeac15507ede18ab1176a74f /org.eclipse.jgit.ant | |
parent | e7142a3937825074ec68e4bacba30f9c962bd1e4 (diff) | |
download | jgit-cb617e7ffc7600a3d5978b1f870ff114b4486976.tar.gz jgit-cb617e7ffc7600a3d5978b1f870ff114b4486976.zip |
Prepare 4.5.1-SNAPSHOT builds
Change-Id: I3305e8a09a3fb06f25a316cff2bdbb551d3ade68
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 713af7aa5f..88e13b728b 100644 --- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF @@ -2,11 +2,11 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.jgit.ant -Bundle-Version: 4.5.0.201609210915-r +Bundle-Version: 4.5.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[4.5.0,4.6.0)" + org.eclipse.jgit.storage.file;version="[4.5.1,4.6.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="4.5.0"; +Export-Package: org.eclipse.jgit.ant.tasks;version="4.5.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 8050aa932c..ac3e3d1e48 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.5.0.201609210915-r</version> + <version>4.5.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |