diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-21 17:45:59 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-21 17:45:59 +0200 |
commit | bbf3da1aac3742ec9fc606af5d4800944c19c0f5 (patch) | |
tree | 2dfc9a00be1534d8bcbbd537e7018ca29c0d8569 /org.eclipse.jgit.http.apache | |
parent | e9fcf1932e0657d49ed426ba766d715afddf0e84 (diff) | |
download | jgit-bbf3da1aac3742ec9fc606af5d4800944c19c0f5.tar.gz jgit-bbf3da1aac3742ec9fc606af5d4800944c19c0f5.zip |
Prepare 5.3.4-SNAPSHOT builds
Change-Id: I1ccfeb28e87d13b25a8892947e62f1151130b6a6
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 | 12 | ||||
-rw-r--r-- | org.eclipse.jgit.http.apache/pom.xml | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF index 7398d35a20..ff9391be35 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.3.201908210735-r +Bundle-Version: 5.3.4.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Localization: plugin Bundle-Vendor: %Provider-Name @@ -23,11 +23,11 @@ Import-Package: org.apache.http;version="[4.3.0,5.0.0)", org.apache.http.impl.client;version="[4.3.0,5.0.0)", org.apache.http.impl.conn;version="[4.3.0,5.0.0)", org.apache.http.params;version="[4.3.0,5.0.0)", - org.eclipse.jgit.annotations;version="[5.3.3,5.4.0)", - org.eclipse.jgit.nls;version="[5.3.3,5.4.0)", - org.eclipse.jgit.transport.http;version="[5.3.3,5.4.0)", - org.eclipse.jgit.util;version="[5.3.3,5.4.0)" -Export-Package: org.eclipse.jgit.transport.http.apache;version="5.3.3"; + org.eclipse.jgit.annotations;version="[5.3.4,5.4.0)", + org.eclipse.jgit.nls;version="[5.3.4,5.4.0)", + org.eclipse.jgit.transport.http;version="[5.3.4,5.4.0)", + org.eclipse.jgit.util;version="[5.3.4,5.4.0)" +Export-Package: org.eclipse.jgit.transport.http.apache;version="5.3.4"; uses:="org.apache.http.client, org.eclipse.jgit.transport.http, org.apache.http.entity, diff --git a/org.eclipse.jgit.http.apache/pom.xml b/org.eclipse.jgit.http.apache/pom.xml index 267c7399b0..5e55db6ee0 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.3.201908210735-r</version> + <version>5.3.4-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.http.apache</artifactId> |