diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-06-04 16:58:04 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-06-04 16:58:04 +0200 |
commit | dd06dcdcf2fcaa94eb380744c33f62b32575a575 (patch) | |
tree | f64f6e0f7d5f3df944d76da2c335c0daad86ad0a /org.eclipse.jgit.http.server | |
parent | 9b46a47fb7eb68967f1a2550c5393f54d1e255ad (diff) | |
download | jgit-dd06dcdcf2fcaa94eb380744c33f62b32575a575.tar.gz jgit-dd06dcdcf2fcaa94eb380744c33f62b32575a575.zip |
JGit v3.4.0.201406041058-rc3v3.4.0.201406041058-rc3
Change-Id: If0cfec023788cae7713dd1ccc250e221365ef984
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 53d27d5d32..3c884ede6b 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: 3.4.0.qualifier +Bundle-Version: 3.4.0.201406041058-rc3 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 32c2b8f316..3e7d16d54d 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>3.4.0-SNAPSHOT</version> + <version>3.4.0.201406041058-rc3</version> </parent> <artifactId>org.eclipse.jgit.http.server</artifactId> |