diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-04 00:54:34 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-04 00:54:34 +0200 |
commit | 2a3c8a86aa7300045c33ac769e7e37577d78520c (patch) | |
tree | 92ba683c95aa18ea2048e6ebe5ce17ad5d161c7b /org.eclipse.jgit.http.apache | |
parent | 4a3cd7f1b7533d9451cd63389c6546ef312292c3 (diff) | |
download | jgit-2a3c8a86aa7300045c33ac769e7e37577d78520c.tar.gz jgit-2a3c8a86aa7300045c33ac769e7e37577d78520c.zip |
JGit v5.3.5.201909031855-rv5.3.5.201909031855-r
Change-Id: I7f5dcebc2e5816c845fa63046c67bc2301926e2a
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.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.http.apache/pom.xml | 2 |
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 a07d31c1e2..db0ddcd0d0 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.3.5.qualifier +Bundle-Version: 5.3.5.201909031855-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 2f6e8ebfe7..0e2293af69 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.3.5-SNAPSHOT</version> + <version>5.3.5.201909031855-r</version> </parent> <artifactId>org.eclipse.jgit.http.apache</artifactId> |