Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-06-05 21:26:56 +0000
committerMatthias Sohn2011-06-05 21:26:56 +0000
commitf65513f75397b1f4de6d063962e5cccca5a89cb6 (patch)
treed8a533bb32c1b4668904bfd18c2bde3478383a77 /org.eclipse.jgit.ant
parent0636f9cdda2b0172d229ba95bc32dbf86e981cde (diff)
downloadjgit-f65513f75397b1f4de6d063962e5cccca5a89cb6.tar.gz
jgit-f65513f75397b1f4de6d063962e5cccca5a89cb6.tar.xz
jgit-f65513f75397b1f4de6d063962e5cccca5a89cb6.zip
Change-Id: I39f4a23cf284505395d511dfedf02b7f5608df95 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..24802f2a48 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.201106051725-r
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..be25bb953e 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.201106051725-r</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>

Back to the top