diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-04-06 00:16:53 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-04-06 00:16:53 +0200 |
commit | 6a311a071f8489d4f69225eb9c5a5c93773c012f (patch) | |
tree | a1f9ec7608080d9e33c1d1a8d4110594905c3052 /org.eclipse.jgit.ant | |
parent | 9f4c10784b11dae9eaaa04140c6343eca78ed01c (diff) | |
download | jgit-6a311a071f8489d4f69225eb9c5a5c93773c012f.tar.gz jgit-6a311a071f8489d4f69225eb9c5a5c93773c012f.zip |
Prepare 4.7.1-SNAPSHOT
Change-Id: I16a45035258276217446bccc0ad1b0991383aa0c
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 0f2ecec33c..f51ec5089b 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.7.0.201704051617-r +Bundle-Version: 4.7.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[4.7.0,4.8.0)" + org.eclipse.jgit.storage.file;version="[4.7.1,4.8.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="4.7.0"; +Export-Package: org.eclipse.jgit.ant.tasks;version="4.7.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 25898585bf..bda8af50c8 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.7.0.201704051617-r</version> + <version>4.7.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |