Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-06-01 16:22:44 +0000
committerMatthias Sohn2011-06-01 16:22:44 +0000
commit81371d385b5f199341226644238b8856f5e6831d (patch)
treebcf3cf85c602192da3af0bf753615c2507fdd724 /org.eclipse.jgit.ant
parentf5f1536f3f77160798676e5bd2f8b3c66ad8d72d (diff)
downloadjgit-81371d385b5f199341226644238b8856f5e6831d.tar.gz
jgit-81371d385b5f199341226644238b8856f5e6831d.tar.xz
jgit-81371d385b5f199341226644238b8856f5e6831d.zip
Change-Id: I574a05200471c431b3a02ac6ff208dc6aa90f539 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 4699eac61c..a1bb4983df 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: 1.0.0.qualifier
+Bundle-Version: 1.0.0.201106011211-rc3
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 de6b7b6412..7118be2462 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.0.0-SNAPSHOT</version>
+ <version>1.0.0.201106011211-rc3</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>

Back to the top