Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-08-21 08:52:10 +0000
committerMatthias Sohn2019-08-21 08:52:10 +0000
commit38adb548c3e047d498f6819fc6c57d9e89a33806 (patch)
tree719f97a46f029fd27e2847cbafb51511277495b7 /org.eclipse.jgit.http.apache
parentc130e5e708a34619a90474afd8f259931fc8e7c2 (diff)
downloadjgit-38adb548c3e047d498f6819fc6c57d9e89a33806.tar.gz
jgit-38adb548c3e047d498f6819fc6c57d9e89a33806.tar.xz
jgit-38adb548c3e047d498f6819fc6c57d9e89a33806.zip
Change-Id: Iaade207292acb8b27e01aca7e1af97ad7db1e854 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 5177a604c9..826a332dcc 100644
--- a/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.http.apache
Bundle-SymbolicName: org.eclipse.jgit.http.apache
-Bundle-Version: 5.1.9.qualifier
+Bundle-Version: 5.1.9.201908210455-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 b9e11f7e97..6f1d8f048c 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>5.1.9-SNAPSHOT</version>
+ <version>5.1.9.201908210455-r</version>
</parent>
<artifactId>org.eclipse.jgit.http.apache</artifactId>

Back to the top