From 5d294d33442912b8b4f4b07e23315fe6071c914a Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Mon, 9 Mar 2020 23:36:13 +0100 Subject: Prepare 5.8.0-SNAPSHOT builds Change-Id: If6be4a7ef5d36ee8df3e28e2363ccba96cf788fc Signed-off-by: Matthias Sohn --- .../META-INF/MANIFEST.MF | 12 ++--- org.eclipse.egit.github.core.tests/pom.xml | 2 +- org.eclipse.egit.github.core/META-INF/MANIFEST.MF | 12 ++--- .../META-INF/SOURCE-MANIFEST.MF | 10 ++-- org.eclipse.egit.github.core/pom-jar.xml | 2 +- org.eclipse.egit.github.core/pom.xml | 2 +- org.eclipse.mylyn.github-feature/feature.xml | 4 +- org.eclipse.mylyn.github-feature/pom.xml | 2 +- org.eclipse.mylyn.github-site/pom.xml | 2 +- org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF | 24 ++++----- org.eclipse.mylyn.github.core/pom.xml | 2 +- org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF | 2 +- org.eclipse.mylyn.github.doc/pom.xml | 2 +- org.eclipse.mylyn.github.target/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 6 +-- org.eclipse.mylyn.github.tests/pom.xml | 2 +- org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF | 58 +++++++++++----------- org.eclipse.mylyn.github.ui/pom.xml | 2 +- pom.xml | 4 +- 19 files changed, 76 insertions(+), 76 deletions(-) diff --git a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF index 0caa13b0..3048abd9 100644 --- a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF @@ -3,16 +3,16 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.egit.github.core.tests Bundle-SymbolicName: org.eclipse.egit.github.core.tests -Bundle-Version: 5.7.0.qualifier +Bundle-Version: 5.8.0.qualifier Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.0,3.0.0]", com.google.gson.reflect;version="[1.6.0,3.0.0)", - org.eclipse.egit.github.core;version="[5.7.0,5.8.0)", - org.eclipse.egit.github.core.client;version="[5.7.0,5.8.0)", - org.eclipse.egit.github.core.event;version="[5.7.0,5.8.0)", - org.eclipse.egit.github.core.service;version="[5.7.0,5.8.0)", - org.eclipse.egit.github.core.util;version="[5.7.0,5.8.0)", + org.eclipse.egit.github.core;version="[5.8.0,5.9.0)", + org.eclipse.egit.github.core.client;version="[5.8.0,5.9.0)", + org.eclipse.egit.github.core.event;version="[5.8.0,5.9.0)", + org.eclipse.egit.github.core.service;version="[5.8.0,5.9.0)", + org.eclipse.egit.github.core.util;version="[5.8.0,5.9.0)", org.mockito;version="[2.13.0,3.0.0)", org.mockito.junit;version="2.13.0", org.mockito.runners;version="[2.13.0,3.0.0)", diff --git a/org.eclipse.egit.github.core.tests/pom.xml b/org.eclipse.egit.github.core.tests/pom.xml index 6e738edd..5ea70f08 100644 --- a/org.eclipse.egit.github.core.tests/pom.xml +++ b/org.eclipse.egit.github.core.tests/pom.xml @@ -18,7 +18,7 @@ org.eclipse.mylyn.github github-parent - 5.7.0-SNAPSHOT + 5.8.0-SNAPSHOT org.eclipse.egit.github.core.tests diff --git a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF index c360d04a..1be271ac 100644 --- a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF @@ -4,15 +4,15 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.egit.github.core Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.7.0.qualifier +Bundle-Version: 5.8.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.0,3.0.0)", com.google.gson.annotations;version="[1.6.0,3.0.0)", com.google.gson.reflect;version="[1.6.0,3.0.0)", com.google.gson.stream;version="[1.6.0,3.0.0)" -Export-Package: org.eclipse.egit.github.core;version="5.7.0", - org.eclipse.egit.github.core.client;version="5.7.0", - org.eclipse.egit.github.core.event;version="5.7.0", - org.eclipse.egit.github.core.service;version="5.7.0", - org.eclipse.egit.github.core.util;version="5.7.0" +Export-Package: org.eclipse.egit.github.core;version="5.8.0", + org.eclipse.egit.github.core.client;version="5.8.0", + org.eclipse.egit.github.core.event;version="5.8.0", + org.eclipse.egit.github.core.service;version="5.8.0", + org.eclipse.egit.github.core.util;version="5.8.0" diff --git a/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF index 7c520128..0dd995d8 100644 --- a/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF +++ b/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF @@ -2,14 +2,14 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EGit GitHub API Core Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.7.0.qualifier +Bundle-Version: 5.8.0.qualifier Bundle-Vendor: Eclipse EGit Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.0,3.0.0)", com.google.gson.annotations;version="[1.6.0,3.0.0)", com.google.gson.reflect;version="[1.6.0,3.0.0)", com.google.gson.stream;version="[1.6.0,3.0.0)" -Export-Package: org.eclipse.egit.github.core;version="5.7.0", - org.eclipse.egit.github.core.client;version="5.7.0", - org.eclipse.egit.github.core.service;version="5.7.0", - org.eclipse.egit.github.core.util;version="5.7.0" +Export-Package: org.eclipse.egit.github.core;version="5.8.0", + org.eclipse.egit.github.core.client;version="5.8.0", + org.eclipse.egit.github.core.service;version="5.8.0", + org.eclipse.egit.github.core.util;version="5.8.0" diff --git a/org.eclipse.egit.github.core/pom-jar.xml b/org.eclipse.egit.github.core/pom-jar.xml index ebb88fc8..85cbf289 100644 --- a/org.eclipse.egit.github.core/pom-jar.xml +++ b/org.eclipse.egit.github.core/pom-jar.xml @@ -5,7 +5,7 @@ org.eclipse.mylyn.github org.eclipse.egit.github.core - 5.7.0-SNAPSHOT + 5.8.0-SNAPSHOT org.sonatype.oss diff --git a/org.eclipse.egit.github.core/pom.xml b/org.eclipse.egit.github.core/pom.xml index d7f47265..8123e951 100644 --- a/org.eclipse.egit.github.core/pom.xml +++ b/org.eclipse.egit.github.core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.mylyn.github github-parent - 5.7.0-SNAPSHOT + 5.8.0-SNAPSHOT 4.0.0 diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml index f05dd177..41dd936b 100644 --- a/org.eclipse.mylyn.github-feature/feature.xml +++ b/org.eclipse.mylyn.github-feature/feature.xml @@ -2,7 +2,7 @@ - + diff --git a/org.eclipse.mylyn.github-feature/pom.xml b/org.eclipse.mylyn.github-feature/pom.xml index 3b3fe0f3..333bdc95 100644 --- a/org.eclipse.mylyn.github-feature/pom.xml +++ b/org.eclipse.mylyn.github-feature/pom.xml @@ -16,7 +16,7 @@ github-parent org.eclipse.mylyn.github - 5.7.0-SNAPSHOT + 5.8.0-SNAPSHOT 4.0.0 org.eclipse.mylyn.github.feature diff --git a/org.eclipse.mylyn.github-site/pom.xml b/org.eclipse.mylyn.github-site/pom.xml index af4f64b3..bf2b85fd 100644 --- a/org.eclipse.mylyn.github-site/pom.xml +++ b/org.eclipse.mylyn.github-site/pom.xml @@ -17,7 +17,7 @@ org.eclipse.mylyn.github github-parent - 5.7.0-SNAPSHOT + 5.8.0-SNAPSHOT github-updatesite diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF index eb8fe8c4..b4ca9843 100644 --- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF @@ -4,20 +4,20 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.mylyn.github.core Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true -Bundle-Version: 5.7.0.qualifier +Bundle-Version: 5.8.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Export-Package: org.eclipse.mylyn.internal.github.core;version="5.7.0";x-friends:="org.eclipse.mylyn.github.ui", - org.eclipse.mylyn.internal.github.core.gist;version="5.7.0";x-friends:="org.eclipse.mylyn.github.ui", - org.eclipse.mylyn.internal.github.core.issue;version="5.7.0";x-friends:="org.eclipse.mylyn.github.ui", - org.eclipse.mylyn.internal.github.core.pr;version="5.7.0";x-friends:="org.eclipse.mylyn.github.ui" +Export-Package: org.eclipse.mylyn.internal.github.core;version="5.8.0";x-friends:="org.eclipse.mylyn.github.ui", + org.eclipse.mylyn.internal.github.core.gist;version="5.8.0";x-friends:="org.eclipse.mylyn.github.ui", + org.eclipse.mylyn.internal.github.core.issue;version="5.8.0";x-friends:="org.eclipse.mylyn.github.ui", + org.eclipse.mylyn.internal.github.core.pr;version="5.8.0";x-friends:="org.eclipse.mylyn.github.ui" Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.12.0,4.0.0)", org.eclipse.mylyn.tasks.core;bundle-version="[3.20.0,4.0.0)", org.eclipse.mylyn.commons.net;bundle-version="[3.20.0,4.0.0)" -Import-Package: org.eclipse.egit.core;version="[5.7.0,5.8.0)", - org.eclipse.egit.github.core;version="[5.7.0,5.8.0)", - org.eclipse.egit.github.core.client;version="[5.7.0,5.8.0)", - org.eclipse.egit.github.core.service;version="[5.7.0,5.8.0)", - org.eclipse.egit.github.core.util;version="[5.7.0,5.8.0)", - org.eclipse.jgit.lib;version="[5.7.0,5.8.0)", - org.eclipse.jgit.transport;version="[5.7.0,5.8.0)" +Import-Package: org.eclipse.egit.core;version="[5.8.0,5.9.0)", + org.eclipse.egit.github.core;version="[5.8.0,5.9.0)", + org.eclipse.egit.github.core.client;version="[5.8.0,5.9.0)", + org.eclipse.egit.github.core.service;version="[5.8.0,5.9.0)", + org.eclipse.egit.github.core.util;version="[5.8.0,5.9.0)", + org.eclipse.jgit.lib;version="[5.8.0,5.9.0)", + org.eclipse.jgit.transport;version="[5.8.0,5.9.0)" diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml index ba37b110..5744cf1f 100644 --- a/org.eclipse.mylyn.github.core/pom.xml +++ b/org.eclipse.mylyn.github.core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.mylyn.github github-parent - 5.7.0-SNAPSHOT + 5.8.0-SNAPSHOT 4.0.0 diff --git a/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF index 93f26398..c18eb61d 100755 --- a/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF @@ -3,5 +3,5 @@ Bundle-Localization: plugin Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.github.doc;singleton:=true -Bundle-Version: 5.7.0.qualifier +Bundle-Version: 5.8.0.qualifier Bundle-Vendor: %Bundle-Vendor diff --git a/org.eclipse.mylyn.github.doc/pom.xml b/org.eclipse.mylyn.github.doc/pom.xml index cb77d258..c0092299 100755 --- a/org.eclipse.mylyn.github.doc/pom.xml +++ b/org.eclipse.mylyn.github.doc/pom.xml @@ -20,7 +20,7 @@ SPDX-License-Identifier: EPL-2.0 org.eclipse.mylyn.github github-parent - 5.7.0-SNAPSHOT + 5.8.0-SNAPSHOT org.eclipse.mylyn.github.doc diff --git a/org.eclipse.mylyn.github.target/pom.xml b/org.eclipse.mylyn.github.target/pom.xml index 56aa8ff4..a1bb2dd9 100644 --- a/org.eclipse.mylyn.github.target/pom.xml +++ b/org.eclipse.mylyn.github.target/pom.xml @@ -20,7 +20,7 @@ github-parent org.eclipse.mylyn.github - 5.7.0-SNAPSHOT + 5.8.0-SNAPSHOT diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF index c29ae189..8bc77f6b 100644 --- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF @@ -3,11 +3,11 @@ Bundle-ManifestVersion: 2 Bundle-Name: Eclipse EGit Mylyn GitHub Tests Automatic-Module-Name: org.eclipse.mylyn.github.tests Bundle-SymbolicName: org.eclipse.mylyn.github.tests -Bundle-Version: 5.7.0.qualifier +Bundle-Version: 5.8.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.jface.text;bundle-version="[3.11.0,4.0.0)", org.eclipse.mylyn.tasks.core;bundle-version="[3.20.0,4.0.0)", org.junit;bundle-version="[4.12.0,5.0.0)" Bundle-Vendor: Eclipse EGit -Import-Package: org.eclipse.mylyn.internal.github.core;version="[5.7.0,5.8.0)", - org.eclipse.mylyn.internal.github.ui.issue;version="[5.7.0,5.8.0)" +Import-Package: org.eclipse.mylyn.internal.github.core;version="[5.8.0,5.9.0)", + org.eclipse.mylyn.internal.github.ui.issue;version="[5.8.0,5.9.0)" diff --git a/org.eclipse.mylyn.github.tests/pom.xml b/org.eclipse.mylyn.github.tests/pom.xml index 6a29ebbe..1b27b7af 100644 --- a/org.eclipse.mylyn.github.tests/pom.xml +++ b/org.eclipse.mylyn.github.tests/pom.xml @@ -18,7 +18,7 @@ org.eclipse.mylyn.github github-parent - 5.7.0-SNAPSHOT + 5.8.0-SNAPSHOT org.eclipse.mylyn.github.tests diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF index 5f25f3bb..be605244 100644 --- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.mylyn.github.ui Bundle-SymbolicName: org.eclipse.mylyn.github.ui;singleton:=true Bundle-Activator: org.eclipse.mylyn.internal.github.ui.GitHubUi -Bundle-Version: 5.7.0.qualifier +Bundle-Version: 5.8.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Vendor: %Bundle-Vendor Bundle-Localization: plugin @@ -24,32 +24,32 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.12.0,4.0.0)", org.eclipse.mylyn.context.core;bundle-version="[3.20.0,4.0.0)", org.eclipse.mylyn.monitor.core;bundle-version="[3.20.0,4.0.0)", org.eclipse.mylyn.resources.ui;bundle-version="[3.20.0,4.0.0)" -Export-Package: org.eclipse.mylyn.internal.github.ui;version="5.7.0";x-internal:=true, - org.eclipse.mylyn.internal.github.ui.gist;version="5.7.0";x-internal:=true, - org.eclipse.mylyn.internal.github.ui.issue;version="5.7.0";x-internal:=true, - org.eclipse.mylyn.internal.github.ui.pr;version="5.7.0";x-internal:=true +Export-Package: org.eclipse.mylyn.internal.github.ui;version="5.8.0";x-internal:=true, + org.eclipse.mylyn.internal.github.ui.gist;version="5.8.0";x-internal:=true, + org.eclipse.mylyn.internal.github.ui.issue;version="5.8.0";x-internal:=true, + org.eclipse.mylyn.internal.github.ui.pr;version="5.8.0";x-internal:=true Bundle-ActivationPolicy: lazy -Import-Package: org.eclipse.egit.core;version="[5.7.0,5.8.0)", - org.eclipse.egit.core.op;version="[5.7.0,5.8.0)", - org.eclipse.egit.github.core;version="[5.7.0,5.8.0)", - org.eclipse.egit.github.core.client;version="[5.7.0,5.8.0)", - org.eclipse.egit.github.core.service;version="[5.7.0,5.8.0)", - org.eclipse.egit.github.core.util;version="[5.7.0,5.8.0)", - org.eclipse.egit.ui;version="[5.7.0,5.8.0)", - org.eclipse.egit.ui.internal;version="[5.7.0,5.8.0)", - org.eclipse.egit.ui.internal.branch;version="[5.7.0,5.8.0)", - org.eclipse.egit.ui.internal.commit;version="[5.7.0,5.8.0)", - org.eclipse.egit.ui.internal.components;version="[5.7.0,5.8.0)", - org.eclipse.egit.ui.internal.fetch;version="[5.7.0,5.8.0)", - org.eclipse.egit.ui.internal.provisional.wizards;version="[5.7.0,5.8.0)", - org.eclipse.egit.ui.internal.pull;version="[5.7.0,5.8.0)", - org.eclipse.jgit.errors;version="[5.7.0,5.8.0)", - org.eclipse.jgit.lib;version="[5.7.0,5.8.0)", - org.eclipse.jgit.revwalk;version="[5.7.0,5.8.0)", - org.eclipse.jgit.transport;version="[5.7.0,5.8.0)", - org.eclipse.jgit.treewalk;version="[5.7.0,5.8.0)", - org.eclipse.jgit.treewalk.filter;version="[5.7.0,5.8.0)", - org.eclipse.mylyn.internal.github.core;version="[5.7.0,5.8.0)", - org.eclipse.mylyn.internal.github.core.gist;version="[5.7.0,5.8.0)", - org.eclipse.mylyn.internal.github.core.issue;version="[5.7.0,5.8.0)", - org.eclipse.mylyn.internal.github.core.pr;version="[5.7.0,5.8.0)" +Import-Package: org.eclipse.egit.core;version="[5.8.0,5.9.0)", + org.eclipse.egit.core.op;version="[5.8.0,5.9.0)", + org.eclipse.egit.github.core;version="[5.8.0,5.9.0)", + org.eclipse.egit.github.core.client;version="[5.8.0,5.9.0)", + org.eclipse.egit.github.core.service;version="[5.8.0,5.9.0)", + org.eclipse.egit.github.core.util;version="[5.8.0,5.9.0)", + org.eclipse.egit.ui;version="[5.8.0,5.9.0)", + org.eclipse.egit.ui.internal;version="[5.8.0,5.9.0)", + org.eclipse.egit.ui.internal.branch;version="[5.8.0,5.9.0)", + org.eclipse.egit.ui.internal.commit;version="[5.8.0,5.9.0)", + org.eclipse.egit.ui.internal.components;version="[5.8.0,5.9.0)", + org.eclipse.egit.ui.internal.fetch;version="[5.8.0,5.9.0)", + org.eclipse.egit.ui.internal.provisional.wizards;version="[5.8.0,5.9.0)", + org.eclipse.egit.ui.internal.pull;version="[5.8.0,5.9.0)", + org.eclipse.jgit.errors;version="[5.8.0,5.9.0)", + org.eclipse.jgit.lib;version="[5.8.0,5.9.0)", + org.eclipse.jgit.revwalk;version="[5.8.0,5.9.0)", + org.eclipse.jgit.transport;version="[5.8.0,5.9.0)", + org.eclipse.jgit.treewalk;version="[5.8.0,5.9.0)", + org.eclipse.jgit.treewalk.filter;version="[5.8.0,5.9.0)", + org.eclipse.mylyn.internal.github.core;version="[5.8.0,5.9.0)", + org.eclipse.mylyn.internal.github.core.gist;version="[5.8.0,5.9.0)", + org.eclipse.mylyn.internal.github.core.issue;version="[5.8.0,5.9.0)", + org.eclipse.mylyn.internal.github.core.pr;version="[5.8.0,5.9.0)" diff --git a/org.eclipse.mylyn.github.ui/pom.xml b/org.eclipse.mylyn.github.ui/pom.xml index 27fcf2e3..3a2865ca 100644 --- a/org.eclipse.mylyn.github.ui/pom.xml +++ b/org.eclipse.mylyn.github.ui/pom.xml @@ -16,7 +16,7 @@ github-parent org.eclipse.mylyn.github - 5.7.0-SNAPSHOT + 5.8.0-SNAPSHOT 4.0.0 org.eclipse.mylyn.github.ui diff --git a/pom.xml b/pom.xml index 6a967094..9a63ce0d 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.eclipse.mylyn.github github-parent - 5.7.0-SNAPSHOT + 5.8.0-SNAPSHOT pom Eclipse EGit Mylyn GitHub Connector Parent @@ -55,7 +55,7 @@ - 5.7.0-SNAPSHOT + 5.8.0-SNAPSHOT 1.6.0 ${tycho-version} 3.1.11 -- cgit v1.2.3