Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-05-30 20:44:08 +0000
committerMatthias Sohn2012-05-30 21:08:15 +0000
commit4aa550f7cc1da11234a904414b0eec26f1b7c34a (patch)
tree9f88b74da162ae83dc767492c2d61d1669710528 /org.eclipse.jgit.ant
parent4e1454ded6e2fcf6cb789c004756883c3ea5f77e (diff)
downloadjgit-4aa550f7cc1da11234a904414b0eec26f1b7c34a.tar.gz
jgit-4aa550f7cc1da11234a904414b0eec26f1b7c34a.tar.xz
jgit-4aa550f7cc1da11234a904414b0eec26f1b7c34a.zip
Change-Id: Ic4f84f1a11c93863c229c0089f2e4edc7c7a36b7 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.MF2
-rw-r--r--org.eclipse.jgit.ant/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
index c5dfc34b2b..836f1561c9 100644
--- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.jgit.ant
-Bundle-Version: 2.0.0.qualifier
+Bundle-Version: 2.0.0.201205301645-rc2
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.apache.tools.ant
Bundle-Localization: plugin
diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml
index 752c9157f8..c17b84fff1 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.0.0-SNAPSHOT</version>
+ <version>2.0.0.201205301645-rc2</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>

Back to the top