diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-06-09 13:11:58 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-06-09 13:11:58 +0200 |
commit | b26ff6ebd623f7f3bf9b099ce10330d2964cc33b (patch) | |
tree | 4498177ca1346151a236db15ba11a8c95bc42d25 /org.eclipse.jgit.ant | |
parent | e1af16ad99c1e46e840d9afa52bb88af8cc430f0 (diff) | |
download | jgit-b26ff6ebd623f7f3bf9b099ce10330d2964cc33b.tar.gz jgit-b26ff6ebd623f7f3bf9b099ce10330d2964cc33b.zip |
JGit v1.0.0.201106090707-rv1.0.0.201106090707-r
Change-Id: Iba44e71b6441a0e39122ca8666b51989e605f25f
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.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.ant/pom.xml | 2 |
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..2382709680 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.201106090707-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 2dac149af7..48642b8c33 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.201106090707-r</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |