diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-12-23 23:38:20 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-12-23 23:38:20 +0100 |
commit | 02b0660b8b749b078fc58f135d14206ebad98ad9 (patch) | |
tree | e3664482659746e077f28703d6e84ecf8a69ab8f /org.eclipse.jgit.ant | |
parent | b2ca2ffd7d6c18f327b325cf1c1f5da0ddb5a22b (diff) | |
download | jgit-02b0660b8b749b078fc58f135d14206ebad98ad9.tar.gz jgit-02b0660b8b749b078fc58f135d14206ebad98ad9.zip |
Prepare 3.6.1-SNAPSHOT builds
Change-Id: Ie620c90ffafbffc6755b4e1ed55a61a15b118a2a
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 e40975cce5..827da42555 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: 3.6.0.201412230720-r +Bundle-Version: 3.6.1.qualifier Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[3.6.0,3.7.0)" + org.eclipse.jgit.storage.file;version="[3.6.1,3.7.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="3.6.0"; +Export-Package: org.eclipse.jgit.ant.tasks;version="3.6.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 37e719aef5..faf78cf7a7 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>3.6.0.201412230720-r</version> + <version>3.6.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |