summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2014-03-05 00:20:11 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2014-03-05 00:34:15 +0100
commitc1fee1d16b3da4c6af1e86dbd71fbf55f4b5bb0d (patch)
tree6044d7a3ef8e6a4d9f36cd69faf8f5270b766c41 /org.eclipse.jgit.ant
parent3d855dbfc68ce6979f5aa5a5467308f562f4b79a (diff)
downloadjgit-c1fee1d16b3da4c6af1e86dbd71fbf55f4b5bb0d.tar.gz
jgit-c1fee1d16b3da4c6af1e86dbd71fbf55f4b5bb0d.zip
Prepare 3.3.1-SNAPSHOT builds
Change-Id: If15560f2731e54dbf9db88d8a308b4c25ce27e8e 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.MF6
-rw-r--r--org.eclipse.jgit.ant/pom.xml2
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 06e46f349d..cac99f04d8 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.3.0.201403021825-r
+Bundle-Version: 3.3.1.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.storage.file;version="[3.3.0,3.4.0)"
+ org.eclipse.jgit.storage.file;version="[3.3.1,3.4.0)"
Bundle-Localization: plugin
Bundle-Vendor: %Provider-Name
-Export-Package: org.eclipse.jgit.ant.tasks;version="3.3.0";
+Export-Package: org.eclipse.jgit.ant.tasks;version="3.3.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 739e6c2c85..c65c6cbef5 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.3.0.201403021825-r</version>
+ <version>3.3.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>