Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-04-07 14:41:24 +0000
committerMatthias Sohn2016-04-07 14:41:24 +0000
commit57e6274bcf5fe2b6f0405e430907a2973e227f7c (patch)
treea172ceea2817057a12687c5979ad2bf6b0fcb593 /org.eclipse.jgit.http.apache
parent27d06cb8d5763ea28008d90c3189e7ffb875a75d (diff)
downloadjgit-57e6274bcf5fe2b6f0405e430907a2973e227f7c.tar.gz
jgit-57e6274bcf5fe2b6f0405e430907a2973e227f7c.tar.xz
jgit-57e6274bcf5fe2b6f0405e430907a2973e227f7c.zip
JGit v4.3.0.201604071045-r
Change-Id: Iafab78d6be34d31a13f979b7be67611135c0f8bd Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.apache')
-rw-r--r--org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jgit.http.apache/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF
index 2616526e6c..7bb22b352a 100644
--- a/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.jgit.http.apache
-Bundle-Version: 4.3.0.qualifier
+Bundle-Version: 4.3.0.201604071045-r
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Localization: plugin
Bundle-Vendor: %Provider-Name
diff --git a/org.eclipse.jgit.http.apache/pom.xml b/org.eclipse.jgit.http.apache/pom.xml
index ae5bceb9c2..4ae4cb9d77 100644
--- a/org.eclipse.jgit.http.apache/pom.xml
+++ b/org.eclipse.jgit.http.apache/pom.xml
@@ -48,7 +48,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.3.0.201604071045-r</version>
</parent>
<artifactId>org.eclipse.jgit.http.apache</artifactId>

Back to the top