summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2016-01-21 23:47:12 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2016-01-21 23:47:12 +0100
commit20c2079f70c0150dcda105a6952a73b57c2c4f6a (patch)
tree6248547fa6e8cf1898f05211cf32bf5d2900ade1 /org.eclipse.jgit.http.server
parent44097515163f0be59775221b7fad6120452801c5 (diff)
downloadjgit-20c2079f70c0150dcda105a6952a73b57c2c4f6a.tar.gz
jgit-20c2079f70c0150dcda105a6952a73b57c2c4f6a.zip
JGit v4.2.0.201601211800-rv4.2.0.201601211800-r
Change-Id: I89f33b0da81ff499315baa5311f95f31724fa510 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.MF2
-rw-r--r--org.eclipse.jgit.http.server/pom.xml2
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 78c41c487c..e228b519d4 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: 4.2.0.qualifier
+Bundle-Version: 4.2.0.201601211800-r
Bundle-Localization: plugin
Bundle-Vendor: %provider_name
Export-Package: org.eclipse.jgit.http.server;version="4.2.0",
diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml
index 9859a1d126..b7b91d7f5d 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>4.2.0-SNAPSHOT</version>
+ <version>4.2.0.201601211800-r</version>
</parent>
<artifactId>org.eclipse.jgit.http.server</artifactId>