Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-10-19 20:18:38 +0000
committerMatthias Sohn2018-10-19 20:18:38 +0000
commitb811e4fc516b65774155df08184fdcd99fb525e3 (patch)
treea59d6f0b981dc9a0b18824834da3de9c527a51e9 /org.eclipse.jgit.http.apache
parent2674bec32ba405dc0fd6b16c1793281d09589ec9 (diff)
downloadjgit-b811e4fc516b65774155df08184fdcd99fb525e3.tar.gz
jgit-b811e4fc516b65774155df08184fdcd99fb525e3.tar.xz
jgit-b811e4fc516b65774155df08184fdcd99fb525e3.zip
Change-Id: Iaee27d5e2de016240f1a0940653fef82c6044a1d 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 62883a9ea4..56a722e61a 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.7.6.qualifier
+Bundle-Version: 4.7.6.201810191618-r
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
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 9c50de8d74..0b5d11b22a 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.7.6-SNAPSHOT</version>
+ <version>4.7.6.201810191618-r</version>
</parent>
<artifactId>org.eclipse.jgit.http.apache</artifactId>

Back to the top