diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-06-08 22:42:20 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-06-08 22:42:20 +0200 |
commit | eacd7104a2e2ebf9b66a06f7b63479ff63feb4f6 (patch) | |
tree | 7ef535c564b11adc453ad7fd82ee5ebdade6f979 /org.eclipse.jgit.ant | |
parent | 8c5f403c0c534607298941b64197ee65edf26ba5 (diff) | |
download | jgit-eacd7104a2e2ebf9b66a06f7b63479ff63feb4f6.tar.gz jgit-eacd7104a2e2ebf9b66a06f7b63479ff63feb4f6.zip |
JGit v1.0.0.201106081625-rv1.0.0.201106081625-r
Change-Id: I629990189083bab4737938ad712080fba7917582
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..e2c2c9c2d0 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.201106081625-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..3f3ac53a60 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.201106081625-r</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |