diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-01-22 01:48:52 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-01-22 01:48:52 +0100 |
commit | fc4d117511858c0546e85b20dfc319759ce9d9bb (patch) | |
tree | 65a31a34454d8bec3843c7259c934dd50b23ea18 /org.eclipse.jgit.ant | |
parent | 20c2079f70c0150dcda105a6952a73b57c2c4f6a (diff) | |
download | jgit-fc4d117511858c0546e85b20dfc319759ce9d9bb.tar.gz jgit-fc4d117511858c0546e85b20dfc319759ce9d9bb.zip |
Prepare 4.2.1-SNAPSHOT builds
Change-Id: Ic9eac53b10ac97b2038b334d388ae3d21393f993
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 043c389b9a..74720fe034 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.2.0.201601211800-r +Bundle-Version: 4.2.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[4.2.0,4.3.0)" + org.eclipse.jgit.storage.file;version="[4.2.1,4.3.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="4.2.0"; +Export-Package: org.eclipse.jgit.ant.tasks;version="4.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 d7f4839dc8..0e694574f5 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.2.0.201601211800-r</version> + <version>4.2.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |