diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-12-21 00:34:13 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-12-21 00:48:45 +0100 |
commit | 706f8eb9fccfe12f4d0c807efa614a2bcfd1d076 (patch) | |
tree | cec54ba921d1a70dac509ef45befc66f4fc235ff /org.eclipse.jgit.ant | |
parent | 60035eb24907c75a88faf7a51d62f19bb5272b72 (diff) | |
download | jgit-706f8eb9fccfe12f4d0c807efa614a2bcfd1d076.tar.gz jgit-706f8eb9fccfe12f4d0c807efa614a2bcfd1d076.zip |
Prepare 2.3.0 builds
Change-Id: I0ca539e8cfe444f96c64dc56d1f0ef33b66e0cff
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 | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.ant/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF index c54c6e271a..e1ac42ff60 100644 --- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF @@ -2,9 +2,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.jgit.ant -Bundle-Version: 2.2.0.qualifier +Bundle-Version: 2.3.0.qualifier Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: org.apache.tools.ant Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="2.2.0" +Export-Package: org.eclipse.jgit.ant.tasks;version="2.3.0" diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index 1b319773a3..3a959846b7 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>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |