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.http.server | |
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.http.server')
-rw-r--r-- | org.eclipse.jgit.http.server/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.http.server/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF index 2b4a51be6e..e511873920 100644 --- a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.http.server -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.0.0.201106081625-r Bundle-Localization: plugin Bundle-Vendor: %provider_name Export-Package: diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml index 45224322cc..e29f0ae635 100644 --- a/org.eclipse.jgit.http.server/pom.xml +++ b/org.eclipse.jgit.http.server/pom.xml @@ -52,7 +52,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.http.server</artifactId> |