Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-02-15 23:49:49 +0000
committerMatthias Sohn2012-02-15 23:49:49 +0000
commit755dfdb40948f5c1ec79e06bde3b0a78c352f27f (patch)
tree75a5dae27186017ac3f9f67c4efb287c26aeabac /org.eclipse.jgit.ant
parent42b0fb467916f17ea62c147e2a7387b193d765fd (diff)
downloadjgit-755dfdb40948f5c1ec79e06bde3b0a78c352f27f.tar.gz
jgit-755dfdb40948f5c1ec79e06bde3b0a78c352f27f.tar.xz
jgit-755dfdb40948f5c1ec79e06bde3b0a78c352f27f.zip
Prepare 2.0.0-SNAPSHOT builds
Change-Id: I946e315af04227727ac937ebe9d70ae1ea4e8936 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.MF4
-rw-r--r--org.eclipse.jgit.ant/pom.xml2
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 bf31090de9..c5dfc34b2b 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: 1.3.0.qualifier
+Bundle-Version: 2.0.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="1.3.0"
+Export-Package: org.eclipse.jgit.ant.tasks;version="2.0.0"
diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml
index 9a55466f4a..752c9157f8 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>1.3.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>

Back to the top