From 9c1188dd0c2c1eedd37009f397b84fc687106e1d Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 30 May 2018 22:23:00 +0200 Subject: EGit Mylyn Github Connector v5.0.0.201805301535-rc2 Change-Id: I61e81df75699624b2cb7a849d087e2c579afd9c5 Signed-off-by: Matthias Sohn --- org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.github.core.tests/pom.xml | 2 +- org.eclipse.egit.github.core/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF | 2 +- org.eclipse.egit.github.core/pom-jar.xml | 2 +- org.eclipse.egit.github.core/pom.xml | 2 +- org.eclipse.mylyn.github-feature/feature.xml | 2 +- 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 | 2 +- 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.tests/META-INF/MANIFEST.MF | 2 +- org.eclipse.mylyn.github.tests/pom.xml | 2 +- org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF | 2 +- org.eclipse.mylyn.github.ui/pom.xml | 2 +- pom.xml | 2 +- 18 files changed, 18 insertions(+), 18 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 b13dd0cf..80d5967c 100644 --- a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Automatic-Module-Name: org.eclipse.egit.github.core.tests Bundle-SymbolicName: org.eclipse.egit.github.core.tests -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.0.0.201805301535-rc2 Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.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 339045f0..f02f788c 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.0.0-SNAPSHOT + 5.0.0.201805301535-rc2 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 13fc05d8..5685d8fc 100644 --- a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Automatic-Module-Name: org.eclipse.egit.github.cores Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.0.0.201805301535-rc2 Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.0,3.0.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 0e18a974..3a408dbc 100644 --- a/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF +++ b/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EGit GitHub API Core Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.0.0.201805301535-rc2 Bundle-Vendor: Eclipse EGit Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.0,3.0.0)", diff --git a/org.eclipse.egit.github.core/pom-jar.xml b/org.eclipse.egit.github.core/pom-jar.xml index 50768eca..15d55c48 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.0.0-SNAPSHOT + 5.0.0.201805301535-rc2 org.sonatype.oss diff --git a/org.eclipse.egit.github.core/pom.xml b/org.eclipse.egit.github.core/pom.xml index 794443f6..bd407f60 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.0.0-SNAPSHOT + 5.0.0.201805301535-rc2 4.0.0 diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml index fb4be27f..f9c870ae 100644 --- a/org.eclipse.mylyn.github-feature/feature.xml +++ b/org.eclipse.mylyn.github-feature/feature.xml @@ -2,7 +2,7 @@ github-parent org.eclipse.mylyn.github - 5.0.0-SNAPSHOT + 5.0.0.201805301535-rc2 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 53d59014..7998c4b3 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.0.0-SNAPSHOT + 5.0.0.201805301535-rc2 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 1b900bf0..cb86a758 100644 --- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Automatic-Module-Name: org.eclipse.mylyn.github.cores Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.0.0.201805301535-rc2 Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.eclipse.mylyn.internal.github.core;version="5.0.0";x-friends:="org.eclipse.mylyn.github.ui", diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml index 9284968b..f94d1bfa 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.0.0-SNAPSHOT + 5.0.0.201805301535-rc2 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 a96e9d4f..d971f45f 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: %pluginName Bundle-SymbolicName: org.eclipse.mylyn.github.doc;singleton:=true -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.0.0.201805301535-rc2 Bundle-Vendor: %providerName diff --git a/org.eclipse.mylyn.github.doc/pom.xml b/org.eclipse.mylyn.github.doc/pom.xml index 069e2d6d..675aa7a0 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.0.0-SNAPSHOT + 5.0.0.201805301535-rc2 org.eclipse.mylyn.github.doc diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF index 2b919d77..af6d9409 100644 --- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ 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.0.0.qualifier +Bundle-Version: 5.0.0.201805301535-rc2 Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)", org.eclipse.mylyn.tasks.ui;bundle-version="[3.2.0,4.0.0)", diff --git a/org.eclipse.mylyn.github.tests/pom.xml b/org.eclipse.mylyn.github.tests/pom.xml index 48c6a56f..64e6ef7b 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.0.0-SNAPSHOT + 5.0.0.201805301535-rc2 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 03cbc1ce..7503054b 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: %pluginName 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.0.0.qualifier +Bundle-Version: 5.0.0.201805301535-rc2 Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/org.eclipse.mylyn.github.ui/pom.xml b/org.eclipse.mylyn.github.ui/pom.xml index e1570ed6..16129f5a 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.0.0-SNAPSHOT + 5.0.0.201805301535-rc2 4.0.0 org.eclipse.mylyn.github.ui diff --git a/pom.xml b/pom.xml index bb49f8d4..59bc517b 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - 5.0.0-SNAPSHOT + 5.0.0.201805301535-rc2 3.0 -- cgit v1.2.3 From 2d76094a560b9c3f293bdd8b46706315958e09c4 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 31 May 2018 00:13:40 +0200 Subject: Prepare 5.0.0-SNAPSHOT builds Change-Id: Ib4597ecad34255b2452ebbe8fbee1446b58e100b Signed-off-by: Matthias Sohn --- org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.github.core.tests/pom.xml | 2 +- org.eclipse.egit.github.core/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF | 2 +- org.eclipse.egit.github.core/pom-jar.xml | 2 +- org.eclipse.egit.github.core/pom.xml | 2 +- org.eclipse.mylyn.github-feature/feature.xml | 2 +- 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 | 2 +- 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.tests/META-INF/MANIFEST.MF | 2 +- org.eclipse.mylyn.github.tests/pom.xml | 2 +- org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF | 2 +- org.eclipse.mylyn.github.ui/pom.xml | 2 +- pom.xml | 2 +- 18 files changed, 18 insertions(+), 18 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 80d5967c..b13dd0cf 100644 --- a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Automatic-Module-Name: org.eclipse.egit.github.core.tests Bundle-SymbolicName: org.eclipse.egit.github.core.tests -Bundle-Version: 5.0.0.201805301535-rc2 +Bundle-Version: 5.0.0.qualifier Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.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 f02f788c..339045f0 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.0.0.201805301535-rc2 + 5.0.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 5685d8fc..13fc05d8 100644 --- a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Automatic-Module-Name: org.eclipse.egit.github.cores Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.0.0.201805301535-rc2 +Bundle-Version: 5.0.0.qualifier Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.0,3.0.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 3a408dbc..0e18a974 100644 --- a/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF +++ b/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EGit GitHub API Core Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.0.0.201805301535-rc2 +Bundle-Version: 5.0.0.qualifier Bundle-Vendor: Eclipse EGit Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.0,3.0.0)", diff --git a/org.eclipse.egit.github.core/pom-jar.xml b/org.eclipse.egit.github.core/pom-jar.xml index 15d55c48..50768eca 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.0.0.201805301535-rc2 + 5.0.0-SNAPSHOT org.sonatype.oss diff --git a/org.eclipse.egit.github.core/pom.xml b/org.eclipse.egit.github.core/pom.xml index bd407f60..794443f6 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.0.0.201805301535-rc2 + 5.0.0-SNAPSHOT 4.0.0 diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml index f9c870ae..fb4be27f 100644 --- a/org.eclipse.mylyn.github-feature/feature.xml +++ b/org.eclipse.mylyn.github-feature/feature.xml @@ -2,7 +2,7 @@ github-parent org.eclipse.mylyn.github - 5.0.0.201805301535-rc2 + 5.0.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 7998c4b3..53d59014 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.0.0.201805301535-rc2 + 5.0.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 cb86a758..1b900bf0 100644 --- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Automatic-Module-Name: org.eclipse.mylyn.github.cores Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true -Bundle-Version: 5.0.0.201805301535-rc2 +Bundle-Version: 5.0.0.qualifier Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.eclipse.mylyn.internal.github.core;version="5.0.0";x-friends:="org.eclipse.mylyn.github.ui", diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml index f94d1bfa..9284968b 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.0.0.201805301535-rc2 + 5.0.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 d971f45f..a96e9d4f 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: %pluginName Bundle-SymbolicName: org.eclipse.mylyn.github.doc;singleton:=true -Bundle-Version: 5.0.0.201805301535-rc2 +Bundle-Version: 5.0.0.qualifier Bundle-Vendor: %providerName diff --git a/org.eclipse.mylyn.github.doc/pom.xml b/org.eclipse.mylyn.github.doc/pom.xml index 675aa7a0..069e2d6d 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.0.0.201805301535-rc2 + 5.0.0-SNAPSHOT org.eclipse.mylyn.github.doc diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF index af6d9409..2b919d77 100644 --- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ 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.0.0.201805301535-rc2 +Bundle-Version: 5.0.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)", org.eclipse.mylyn.tasks.ui;bundle-version="[3.2.0,4.0.0)", diff --git a/org.eclipse.mylyn.github.tests/pom.xml b/org.eclipse.mylyn.github.tests/pom.xml index 64e6ef7b..48c6a56f 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.0.0.201805301535-rc2 + 5.0.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 7503054b..03cbc1ce 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: %pluginName 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.0.0.201805301535-rc2 +Bundle-Version: 5.0.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/org.eclipse.mylyn.github.ui/pom.xml b/org.eclipse.mylyn.github.ui/pom.xml index 16129f5a..e1570ed6 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.0.0.201805301535-rc2 + 5.0.0-SNAPSHOT 4.0.0 org.eclipse.mylyn.github.ui diff --git a/pom.xml b/pom.xml index 59bc517b..bb49f8d4 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - 5.0.0.201805301535-rc2 + 5.0.0-SNAPSHOT 3.0 -- cgit v1.2.3 From 5b23d22ad02cc6ea516b3188d551840271dbea9d Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Fri, 1 Jun 2018 16:00:20 +0200 Subject: Update target platform - update to Orbit R20180531190352 (Photon) - update to Neon (4.6) Platform and Mylyn depedendencies, we use the same platform version as the default in egit Change-Id: Iee6bb4e3055f08b071209cefe4ae379366cf7a81 Signed-off-by: Matthias Sohn --- org.eclipse.mylyn.github-feature/github.target | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/org.eclipse.mylyn.github-feature/github.target b/org.eclipse.mylyn.github-feature/github.target index 9c3b121f..78c42d35 100644 --- a/org.eclipse.mylyn.github-feature/github.target +++ b/org.eclipse.mylyn.github-feature/github.target @@ -1,24 +1,15 @@ - + - + - - - - - - - - - - - + + @@ -27,6 +18,13 @@ + + + + + + + -- cgit v1.2.3 From ca3755a9b08b54f66cd01d02e4b74ed06b7c3bfe Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Tue, 5 Jun 2018 13:36:32 +0200 Subject: EGit Mylyn Github Connector v5.0.0.201806050710-rc3 Change-Id: I2ef1acd4bf7ef0ab17c948bb398113a7041c6937 Signed-off-by: Matthias Sohn --- org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.github.core.tests/pom.xml | 2 +- org.eclipse.egit.github.core/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF | 2 +- org.eclipse.egit.github.core/pom-jar.xml | 2 +- org.eclipse.egit.github.core/pom.xml | 2 +- org.eclipse.mylyn.github-feature/feature.xml | 2 +- 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 | 2 +- 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.tests/META-INF/MANIFEST.MF | 2 +- org.eclipse.mylyn.github.tests/pom.xml | 2 +- org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF | 2 +- org.eclipse.mylyn.github.ui/pom.xml | 2 +- pom.xml | 2 +- 18 files changed, 18 insertions(+), 18 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 b13dd0cf..9694d6a0 100644 --- a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Automatic-Module-Name: org.eclipse.egit.github.core.tests Bundle-SymbolicName: org.eclipse.egit.github.core.tests -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.0.0.201806050710-rc3 Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.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 339045f0..ca11bfd8 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.0.0-SNAPSHOT + 5.0.0.201806050710-rc3 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 13fc05d8..9b7ae78c 100644 --- a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Automatic-Module-Name: org.eclipse.egit.github.cores Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.0.0.201806050710-rc3 Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.0,3.0.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 0e18a974..757be553 100644 --- a/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF +++ b/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EGit GitHub API Core Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.0.0.201806050710-rc3 Bundle-Vendor: Eclipse EGit Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.0,3.0.0)", diff --git a/org.eclipse.egit.github.core/pom-jar.xml b/org.eclipse.egit.github.core/pom-jar.xml index 50768eca..4f66dee7 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.0.0-SNAPSHOT + 5.0.0.201806050710-rc3 org.sonatype.oss diff --git a/org.eclipse.egit.github.core/pom.xml b/org.eclipse.egit.github.core/pom.xml index 794443f6..f07f34bf 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.0.0-SNAPSHOT + 5.0.0.201806050710-rc3 4.0.0 diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml index fb4be27f..e3ea581c 100644 --- a/org.eclipse.mylyn.github-feature/feature.xml +++ b/org.eclipse.mylyn.github-feature/feature.xml @@ -2,7 +2,7 @@ github-parent org.eclipse.mylyn.github - 5.0.0-SNAPSHOT + 5.0.0.201806050710-rc3 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 53d59014..e7552b4b 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.0.0-SNAPSHOT + 5.0.0.201806050710-rc3 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 1b900bf0..573a6faf 100644 --- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Automatic-Module-Name: org.eclipse.mylyn.github.cores Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.0.0.201806050710-rc3 Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.eclipse.mylyn.internal.github.core;version="5.0.0";x-friends:="org.eclipse.mylyn.github.ui", diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml index 9284968b..b541eb9a 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.0.0-SNAPSHOT + 5.0.0.201806050710-rc3 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 a96e9d4f..47e436b6 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: %pluginName Bundle-SymbolicName: org.eclipse.mylyn.github.doc;singleton:=true -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.0.0.201806050710-rc3 Bundle-Vendor: %providerName diff --git a/org.eclipse.mylyn.github.doc/pom.xml b/org.eclipse.mylyn.github.doc/pom.xml index 069e2d6d..ff886d59 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.0.0-SNAPSHOT + 5.0.0.201806050710-rc3 org.eclipse.mylyn.github.doc diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF index 2b919d77..428ad42b 100644 --- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ 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.0.0.qualifier +Bundle-Version: 5.0.0.201806050710-rc3 Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)", org.eclipse.mylyn.tasks.ui;bundle-version="[3.2.0,4.0.0)", diff --git a/org.eclipse.mylyn.github.tests/pom.xml b/org.eclipse.mylyn.github.tests/pom.xml index 48c6a56f..28c26436 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.0.0-SNAPSHOT + 5.0.0.201806050710-rc3 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 03cbc1ce..035a19cf 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: %pluginName 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.0.0.qualifier +Bundle-Version: 5.0.0.201806050710-rc3 Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/org.eclipse.mylyn.github.ui/pom.xml b/org.eclipse.mylyn.github.ui/pom.xml index e1570ed6..e3e0011d 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.0.0-SNAPSHOT + 5.0.0.201806050710-rc3 4.0.0 org.eclipse.mylyn.github.ui diff --git a/pom.xml b/pom.xml index bb49f8d4..c008f31b 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - 5.0.0-SNAPSHOT + 5.0.0.201806050710-rc3 3.0 -- cgit v1.2.3 From 8c94dea9e51990821862bc31719af1750c4bddd9 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Tue, 5 Jun 2018 16:04:14 +0200 Subject: Prepare 5.0.0-SNAPSHOT builds Change-Id: I4a0e29e7e412b6fd573453dbaf6be55e0fad8a86 Signed-off-by: Matthias Sohn --- org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.github.core.tests/pom.xml | 2 +- org.eclipse.egit.github.core/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF | 2 +- org.eclipse.egit.github.core/pom-jar.xml | 2 +- org.eclipse.egit.github.core/pom.xml | 2 +- org.eclipse.mylyn.github-feature/feature.xml | 2 +- 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 | 2 +- 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.tests/META-INF/MANIFEST.MF | 2 +- org.eclipse.mylyn.github.tests/pom.xml | 2 +- org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF | 2 +- org.eclipse.mylyn.github.ui/pom.xml | 2 +- pom.xml | 2 +- 18 files changed, 18 insertions(+), 18 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 9694d6a0..b13dd0cf 100644 --- a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Automatic-Module-Name: org.eclipse.egit.github.core.tests Bundle-SymbolicName: org.eclipse.egit.github.core.tests -Bundle-Version: 5.0.0.201806050710-rc3 +Bundle-Version: 5.0.0.qualifier Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.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 ca11bfd8..339045f0 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.0.0.201806050710-rc3 + 5.0.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 9b7ae78c..13fc05d8 100644 --- a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Automatic-Module-Name: org.eclipse.egit.github.cores Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.0.0.201806050710-rc3 +Bundle-Version: 5.0.0.qualifier Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.0,3.0.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 757be553..0e18a974 100644 --- a/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF +++ b/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EGit GitHub API Core Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.0.0.201806050710-rc3 +Bundle-Version: 5.0.0.qualifier Bundle-Vendor: Eclipse EGit Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.0,3.0.0)", diff --git a/org.eclipse.egit.github.core/pom-jar.xml b/org.eclipse.egit.github.core/pom-jar.xml index 4f66dee7..50768eca 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.0.0.201806050710-rc3 + 5.0.0-SNAPSHOT org.sonatype.oss diff --git a/org.eclipse.egit.github.core/pom.xml b/org.eclipse.egit.github.core/pom.xml index f07f34bf..794443f6 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.0.0.201806050710-rc3 + 5.0.0-SNAPSHOT 4.0.0 diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml index e3ea581c..fb4be27f 100644 --- a/org.eclipse.mylyn.github-feature/feature.xml +++ b/org.eclipse.mylyn.github-feature/feature.xml @@ -2,7 +2,7 @@ github-parent org.eclipse.mylyn.github - 5.0.0.201806050710-rc3 + 5.0.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 e7552b4b..53d59014 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.0.0.201806050710-rc3 + 5.0.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 573a6faf..1b900bf0 100644 --- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Automatic-Module-Name: org.eclipse.mylyn.github.cores Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true -Bundle-Version: 5.0.0.201806050710-rc3 +Bundle-Version: 5.0.0.qualifier Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.eclipse.mylyn.internal.github.core;version="5.0.0";x-friends:="org.eclipse.mylyn.github.ui", diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml index b541eb9a..9284968b 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.0.0.201806050710-rc3 + 5.0.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 47e436b6..a96e9d4f 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: %pluginName Bundle-SymbolicName: org.eclipse.mylyn.github.doc;singleton:=true -Bundle-Version: 5.0.0.201806050710-rc3 +Bundle-Version: 5.0.0.qualifier Bundle-Vendor: %providerName diff --git a/org.eclipse.mylyn.github.doc/pom.xml b/org.eclipse.mylyn.github.doc/pom.xml index ff886d59..069e2d6d 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.0.0.201806050710-rc3 + 5.0.0-SNAPSHOT org.eclipse.mylyn.github.doc diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF index 428ad42b..2b919d77 100644 --- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ 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.0.0.201806050710-rc3 +Bundle-Version: 5.0.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)", org.eclipse.mylyn.tasks.ui;bundle-version="[3.2.0,4.0.0)", diff --git a/org.eclipse.mylyn.github.tests/pom.xml b/org.eclipse.mylyn.github.tests/pom.xml index 28c26436..48c6a56f 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.0.0.201806050710-rc3 + 5.0.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 035a19cf..03cbc1ce 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: %pluginName 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.0.0.201806050710-rc3 +Bundle-Version: 5.0.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/org.eclipse.mylyn.github.ui/pom.xml b/org.eclipse.mylyn.github.ui/pom.xml index e3e0011d..e1570ed6 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.0.0.201806050710-rc3 + 5.0.0-SNAPSHOT 4.0.0 org.eclipse.mylyn.github.ui diff --git a/pom.xml b/pom.xml index c008f31b..bb49f8d4 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - 5.0.0.201806050710-rc3 + 5.0.0-SNAPSHOT 3.0 -- cgit v1.2.3 From 2fd03344cf6249f7aa0a34cd210d566f1e7fe9b8 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 7 Jun 2018 14:52:18 +0200 Subject: Update to latest Photon Orbit R20180606145124 Change-Id: Ib7dffc7a7539bf6c7415747ae6d49c654ae5a1e8 Signed-off-by: Matthias Sohn --- org.eclipse.mylyn.github-feature/github.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.mylyn.github-feature/github.target b/org.eclipse.mylyn.github-feature/github.target index 78c42d35..def16289 100644 --- a/org.eclipse.mylyn.github-feature/github.target +++ b/org.eclipse.mylyn.github-feature/github.target @@ -9,7 +9,7 @@ - + -- cgit v1.2.3 From b652dfd8ac364b713578ae7e4fafd19c1c608a53 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 13 Jun 2018 20:28:56 +0200 Subject: EGit Mylyn Github Connector v5.0.0.201806131210-r Change-Id: I5aa4a88efcf458334155e77d0baad5cc1c130785 Signed-off-by: Matthias Sohn --- org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.github.core.tests/pom.xml | 2 +- org.eclipse.egit.github.core/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF | 2 +- org.eclipse.egit.github.core/pom-jar.xml | 2 +- org.eclipse.egit.github.core/pom.xml | 2 +- org.eclipse.mylyn.github-feature/feature.xml | 2 +- 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 | 2 +- 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.tests/META-INF/MANIFEST.MF | 2 +- org.eclipse.mylyn.github.tests/pom.xml | 2 +- org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF | 2 +- org.eclipse.mylyn.github.ui/pom.xml | 2 +- pom.xml | 2 +- 18 files changed, 18 insertions(+), 18 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 b13dd0cf..124ba7db 100644 --- a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Automatic-Module-Name: org.eclipse.egit.github.core.tests Bundle-SymbolicName: org.eclipse.egit.github.core.tests -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.0.0.201806131210-r Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.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 339045f0..f0879665 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.0.0-SNAPSHOT + 5.0.0.201806131210-r 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 13fc05d8..a2fbf3b5 100644 --- a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Automatic-Module-Name: org.eclipse.egit.github.cores Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.0.0.201806131210-r Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.0,3.0.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 0e18a974..8e49f094 100644 --- a/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF +++ b/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EGit GitHub API Core Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.0.0.201806131210-r Bundle-Vendor: Eclipse EGit Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.0,3.0.0)", diff --git a/org.eclipse.egit.github.core/pom-jar.xml b/org.eclipse.egit.github.core/pom-jar.xml index 50768eca..1e71eb23 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.0.0-SNAPSHOT + 5.0.0.201806131210-r org.sonatype.oss diff --git a/org.eclipse.egit.github.core/pom.xml b/org.eclipse.egit.github.core/pom.xml index 794443f6..6d7cbe8b 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.0.0-SNAPSHOT + 5.0.0.201806131210-r 4.0.0 diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml index fb4be27f..135cd9f9 100644 --- a/org.eclipse.mylyn.github-feature/feature.xml +++ b/org.eclipse.mylyn.github-feature/feature.xml @@ -2,7 +2,7 @@ github-parent org.eclipse.mylyn.github - 5.0.0-SNAPSHOT + 5.0.0.201806131210-r 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 53d59014..343b204e 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.0.0-SNAPSHOT + 5.0.0.201806131210-r 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 1b900bf0..dc3b8130 100644 --- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Automatic-Module-Name: org.eclipse.mylyn.github.cores Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.0.0.201806131210-r Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.eclipse.mylyn.internal.github.core;version="5.0.0";x-friends:="org.eclipse.mylyn.github.ui", diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml index 9284968b..eacc3c40 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.0.0-SNAPSHOT + 5.0.0.201806131210-r 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 a96e9d4f..1483e8de 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: %pluginName Bundle-SymbolicName: org.eclipse.mylyn.github.doc;singleton:=true -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.0.0.201806131210-r Bundle-Vendor: %providerName diff --git a/org.eclipse.mylyn.github.doc/pom.xml b/org.eclipse.mylyn.github.doc/pom.xml index 069e2d6d..20543b00 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.0.0-SNAPSHOT + 5.0.0.201806131210-r org.eclipse.mylyn.github.doc diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF index 2b919d77..36b0d702 100644 --- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ 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.0.0.qualifier +Bundle-Version: 5.0.0.201806131210-r Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)", org.eclipse.mylyn.tasks.ui;bundle-version="[3.2.0,4.0.0)", diff --git a/org.eclipse.mylyn.github.tests/pom.xml b/org.eclipse.mylyn.github.tests/pom.xml index 48c6a56f..cadc4202 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.0.0-SNAPSHOT + 5.0.0.201806131210-r 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 03cbc1ce..d636a84e 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: %pluginName 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.0.0.qualifier +Bundle-Version: 5.0.0.201806131210-r Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/org.eclipse.mylyn.github.ui/pom.xml b/org.eclipse.mylyn.github.ui/pom.xml index e1570ed6..4e652bf2 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.0.0-SNAPSHOT + 5.0.0.201806131210-r 4.0.0 org.eclipse.mylyn.github.ui diff --git a/pom.xml b/pom.xml index bb49f8d4..78f8cce2 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - 5.0.0-SNAPSHOT + 5.0.0.201806131210-r 3.0 -- cgit v1.2.3 From 8c7ddbd147277dbf4164878ad10443cfd0a2ee21 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 13 Jun 2018 22:39:35 +0200 Subject: EGit Mylyn Github Connector v5.0.0.201806131550-r Change-Id: Ic2a32206ada1dc87b6652aa09a9b2723aed2d1d7 Signed-off-by: Matthias Sohn --- org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.github.core.tests/pom.xml | 2 +- org.eclipse.egit.github.core/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF | 2 +- org.eclipse.egit.github.core/pom-jar.xml | 2 +- org.eclipse.egit.github.core/pom.xml | 2 +- org.eclipse.mylyn.github-feature/feature.xml | 2 +- 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 | 2 +- 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.tests/META-INF/MANIFEST.MF | 2 +- org.eclipse.mylyn.github.tests/pom.xml | 2 +- org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF | 2 +- org.eclipse.mylyn.github.ui/pom.xml | 2 +- pom.xml | 2 +- 18 files changed, 18 insertions(+), 18 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 124ba7db..f0aa8ef1 100644 --- a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Automatic-Module-Name: org.eclipse.egit.github.core.tests Bundle-SymbolicName: org.eclipse.egit.github.core.tests -Bundle-Version: 5.0.0.201806131210-r +Bundle-Version: 5.0.0.201806131550-r Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.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 f0879665..64f3d76d 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.0.0.201806131210-r + 5.0.0.201806131550-r 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 a2fbf3b5..cd60c66e 100644 --- a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Automatic-Module-Name: org.eclipse.egit.github.cores Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.0.0.201806131210-r +Bundle-Version: 5.0.0.201806131550-r Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.0,3.0.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 8e49f094..7fbd1982 100644 --- a/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF +++ b/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EGit GitHub API Core Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.0.0.201806131210-r +Bundle-Version: 5.0.0.201806131550-r Bundle-Vendor: Eclipse EGit Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.gson;version="[1.6.0,3.0.0)", diff --git a/org.eclipse.egit.github.core/pom-jar.xml b/org.eclipse.egit.github.core/pom-jar.xml index 1e71eb23..0ab61c97 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.0.0.201806131210-r + 5.0.0.201806131550-r org.sonatype.oss diff --git a/org.eclipse.egit.github.core/pom.xml b/org.eclipse.egit.github.core/pom.xml index 6d7cbe8b..7d2793e8 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.0.0.201806131210-r + 5.0.0.201806131550-r 4.0.0 diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml index 135cd9f9..7617a740 100644 --- a/org.eclipse.mylyn.github-feature/feature.xml +++ b/org.eclipse.mylyn.github-feature/feature.xml @@ -2,7 +2,7 @@ github-parent org.eclipse.mylyn.github - 5.0.0.201806131210-r + 5.0.0.201806131550-r 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 343b204e..25de713c 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.0.0.201806131210-r + 5.0.0.201806131550-r 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 dc3b8130..01eb4641 100644 --- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Automatic-Module-Name: org.eclipse.mylyn.github.cores Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true -Bundle-Version: 5.0.0.201806131210-r +Bundle-Version: 5.0.0.201806131550-r Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.eclipse.mylyn.internal.github.core;version="5.0.0";x-friends:="org.eclipse.mylyn.github.ui", diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml index eacc3c40..7c8a102c 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.0.0.201806131210-r + 5.0.0.201806131550-r 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 1483e8de..8a76d02f 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: %pluginName Bundle-SymbolicName: org.eclipse.mylyn.github.doc;singleton:=true -Bundle-Version: 5.0.0.201806131210-r +Bundle-Version: 5.0.0.201806131550-r Bundle-Vendor: %providerName diff --git a/org.eclipse.mylyn.github.doc/pom.xml b/org.eclipse.mylyn.github.doc/pom.xml index 20543b00..187c029b 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.0.0.201806131210-r + 5.0.0.201806131550-r org.eclipse.mylyn.github.doc diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF index 36b0d702..8d0f4bd9 100644 --- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ 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.0.0.201806131210-r +Bundle-Version: 5.0.0.201806131550-r Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)", org.eclipse.mylyn.tasks.ui;bundle-version="[3.2.0,4.0.0)", diff --git a/org.eclipse.mylyn.github.tests/pom.xml b/org.eclipse.mylyn.github.tests/pom.xml index cadc4202..435f15af 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.0.0.201806131210-r + 5.0.0.201806131550-r 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 d636a84e..b6913589 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: %pluginName 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.0.0.201806131210-r +Bundle-Version: 5.0.0.201806131550-r Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/org.eclipse.mylyn.github.ui/pom.xml b/org.eclipse.mylyn.github.ui/pom.xml index 4e652bf2..9b34f112 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.0.0.201806131210-r + 5.0.0.201806131550-r 4.0.0 org.eclipse.mylyn.github.ui diff --git a/pom.xml b/pom.xml index 78f8cce2..f429dca3 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - 5.0.0.201806131210-r + 5.0.0.201806131550-r 3.0 -- cgit v1.2.3 From 0247244ac6f822a6381c99e89d349e45b3449c17 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 13 Jun 2018 23:41:09 +0200 Subject: Prepare 5.0.1-SNAPSHOT builds Change-Id: I8f0daa4d3cd2f73d7c9813ab363e2f70a2189eab 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 | 2 +- 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 | 18 ++++++++-------- 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 +- .../META-INF/MANIFEST.MF | 6 +++--- org.eclipse.mylyn.github.tests/pom.xml | 2 +- org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF | 24 +++++++++++----------- org.eclipse.mylyn.github.ui/pom.xml | 2 +- pom.xml | 2 +- 18 files changed, 53 insertions(+), 53 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 f0aa8ef1..3ca161f9 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: %pluginName Automatic-Module-Name: org.eclipse.egit.github.core.tests Bundle-SymbolicName: org.eclipse.egit.github.core.tests -Bundle-Version: 5.0.0.201806131550-r +Bundle-Version: 5.0.1.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.0.0,5.1.0)", - org.eclipse.egit.github.core.client;version="[5.0.0,5.1.0)", - org.eclipse.egit.github.core.event;version="[5.0.0,5.1.0)", - org.eclipse.egit.github.core.service;version="[5.0.0,5.1.0)", - org.eclipse.egit.github.core.util;version="[5.0.0,5.1.0)", + org.eclipse.egit.github.core;version="[5.0.1,5.1.0)", + org.eclipse.egit.github.core.client;version="[5.0.1,5.1.0)", + org.eclipse.egit.github.core.event;version="[5.0.1,5.1.0)", + org.eclipse.egit.github.core.service;version="[5.0.1,5.1.0)", + org.eclipse.egit.github.core.util;version="[5.0.1,5.1.0)", org.mockito;version="[1.8.4,2.0.0)", org.mockito.runners;version="[1.8.4,2.0.0)", org.mockito.stubbing;version="[1.8.4,2.0.0)" diff --git a/org.eclipse.egit.github.core.tests/pom.xml b/org.eclipse.egit.github.core.tests/pom.xml index 64f3d76d..60930e20 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.0.0.201806131550-r + 5.0.1-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 cd60c66e..084037c8 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: %pluginName Automatic-Module-Name: org.eclipse.egit.github.cores Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.0.0.201806131550-r +Bundle-Version: 5.0.1.qualifier Bundle-Vendor: %providerName 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.0.0", - org.eclipse.egit.github.core.client;version="5.0.0", - org.eclipse.egit.github.core.event;version="5.0.0", - org.eclipse.egit.github.core.service;version="5.0.0", - org.eclipse.egit.github.core.util;version="5.0.0" +Export-Package: org.eclipse.egit.github.core;version="5.0.1", + org.eclipse.egit.github.core.client;version="5.0.1", + org.eclipse.egit.github.core.event;version="5.0.1", + org.eclipse.egit.github.core.service;version="5.0.1", + org.eclipse.egit.github.core.util;version="5.0.1" 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 7fbd1982..bf548c96 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.0.0.201806131550-r +Bundle-Version: 5.0.1.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.0.0", - org.eclipse.egit.github.core.client;version="5.0.0", - org.eclipse.egit.github.core.service;version="5.0.0", - org.eclipse.egit.github.core.util;version="5.0.0" +Export-Package: org.eclipse.egit.github.core;version="5.0.1", + org.eclipse.egit.github.core.client;version="5.0.1", + org.eclipse.egit.github.core.service;version="5.0.1", + org.eclipse.egit.github.core.util;version="5.0.1" diff --git a/org.eclipse.egit.github.core/pom-jar.xml b/org.eclipse.egit.github.core/pom-jar.xml index 0ab61c97..cf713916 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.0.0.201806131550-r + 5.0.1-SNAPSHOT org.sonatype.oss diff --git a/org.eclipse.egit.github.core/pom.xml b/org.eclipse.egit.github.core/pom.xml index 7d2793e8..dfcc2a65 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.0.0.201806131550-r + 5.0.1-SNAPSHOT 4.0.0 diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml index 7617a740..791b0d1b 100644 --- a/org.eclipse.mylyn.github-feature/feature.xml +++ b/org.eclipse.mylyn.github-feature/feature.xml @@ -2,7 +2,7 @@ github-parent org.eclipse.mylyn.github - 5.0.0.201806131550-r + 5.0.1-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 25de713c..986ed90a 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.0.0.201806131550-r + 5.0.1-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 01eb4641..3bf14cee 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: %pluginName Automatic-Module-Name: org.eclipse.mylyn.github.cores Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true -Bundle-Version: 5.0.0.201806131550-r +Bundle-Version: 5.0.1.qualifier Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Export-Package: org.eclipse.mylyn.internal.github.core;version="5.0.0";x-friends:="org.eclipse.mylyn.github.ui", - org.eclipse.mylyn.internal.github.core.gist;version="5.0.0";x-friends:="org.eclipse.mylyn.github.ui", - org.eclipse.mylyn.internal.github.core.issue;version="5.0.0";x-friends:="org.eclipse.mylyn.github.ui", - org.eclipse.mylyn.internal.github.core.pr;version="5.0.0";x-friends:="org.eclipse.mylyn.github.ui" +Export-Package: org.eclipse.mylyn.internal.github.core;version="5.0.1";x-friends:="org.eclipse.mylyn.github.ui", + org.eclipse.mylyn.internal.github.core.gist;version="5.0.1";x-friends:="org.eclipse.mylyn.github.ui", + org.eclipse.mylyn.internal.github.core.issue;version="5.0.1";x-friends:="org.eclipse.mylyn.github.ui", + org.eclipse.mylyn.internal.github.core.pr;version="5.0.1";x-friends:="org.eclipse.mylyn.github.ui" Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", org.eclipse.mylyn.tasks.core;bundle-version="[3.4.0,4.0.0)", org.eclipse.mylyn.commons.net;bundle-version="[3.4.0,4.0.0)" Import-Package: org.eclipse.egit.core;version="[5.0.0,5.1.0)", - org.eclipse.egit.github.core;version="[5.0.0,5.1.0)", - org.eclipse.egit.github.core.client;version="[5.0.0,5.1.0)", - org.eclipse.egit.github.core.service;version="[5.0.0,5.1.0)", - org.eclipse.egit.github.core.util;version="[5.0.0,5.1.0)", + org.eclipse.egit.github.core;version="[5.0.1,5.1.0)", + org.eclipse.egit.github.core.client;version="[5.0.1,5.1.0)", + org.eclipse.egit.github.core.service;version="[5.0.1,5.1.0)", + org.eclipse.egit.github.core.util;version="[5.0.1,5.1.0)", org.eclipse.jgit.lib;version="[5.0.0,5.1.0)", org.eclipse.jgit.transport;version="[5.0.0,5.1.0)" diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml index 7c8a102c..70e16330 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.0.0.201806131550-r + 5.0.1-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 8a76d02f..a8265286 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: %pluginName Bundle-SymbolicName: org.eclipse.mylyn.github.doc;singleton:=true -Bundle-Version: 5.0.0.201806131550-r +Bundle-Version: 5.0.1.qualifier Bundle-Vendor: %providerName diff --git a/org.eclipse.mylyn.github.doc/pom.xml b/org.eclipse.mylyn.github.doc/pom.xml index 187c029b..e18e987d 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.0.0.201806131550-r + 5.0.1-SNAPSHOT org.eclipse.mylyn.github.doc diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF index 8d0f4bd9..56a60d4c 100644 --- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ 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.0.0.201806131550-r +Bundle-Version: 5.0.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)", org.eclipse.mylyn.tasks.ui;bundle-version="[3.2.0,4.0.0)", @@ -13,8 +13,8 @@ Require-Bundle: org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)", org.hamcrest;bundle-version="[1.1.0,2.0.0)", org.objenesis;bundle-version="[1.0.0,2.0.0)" Bundle-Vendor: Eclipse EGit -Import-Package: org.eclipse.mylyn.internal.github.core;version="[5.0.0,5.1.0)", - org.eclipse.mylyn.internal.github.ui.issue;version="[5.0.0,5.1.0)", +Import-Package: org.eclipse.mylyn.internal.github.core;version="[5.0.1,5.1.0)", + org.eclipse.mylyn.internal.github.ui.issue;version="[5.0.1,5.1.0)", org.mockito;version="[1.8.4,2.0.0)", org.mockito.runners;version="[1.8.4,2.0.0)", org.mockito.stubbing;version="[1.8.4,2.0.0)" diff --git a/org.eclipse.mylyn.github.tests/pom.xml b/org.eclipse.mylyn.github.tests/pom.xml index 435f15af..b4460c27 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.0.0.201806131550-r + 5.0.1-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 b6913589..6fbd7c1f 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: %pluginName 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.0.0.201806131550-r +Bundle-Version: 5.0.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Vendor: %providerName Bundle-Localization: plugin @@ -24,16 +24,16 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", org.eclipse.mylyn.context.core;bundle-version="[3.9.0,4.0.0)", org.eclipse.mylyn.monitor.core;bundle-version="[3.9.0,4.0.0)", org.eclipse.mylyn.resources.ui;bundle-version="[3.9.0,4.0.0)" -Export-Package: org.eclipse.mylyn.internal.github.ui;version="5.0.0";x-internal:=true, - org.eclipse.mylyn.internal.github.ui.gist;version="5.0.0";x-internal:=true, - org.eclipse.mylyn.internal.github.ui.issue;version="5.0.0";x-internal:=true +Export-Package: org.eclipse.mylyn.internal.github.ui;version="5.0.1";x-internal:=true, + org.eclipse.mylyn.internal.github.ui.gist;version="5.0.1";x-internal:=true, + org.eclipse.mylyn.internal.github.ui.issue;version="5.0.1";x-internal:=true Bundle-ActivationPolicy: lazy Import-Package: org.eclipse.egit.core;version="[5.0.0,5.1.0)", org.eclipse.egit.core.op;version="[5.0.0,5.1.0)", - org.eclipse.egit.github.core;version="[5.0.0,5.1.0)", - org.eclipse.egit.github.core.client;version="[5.0.0,5.1.0)", - org.eclipse.egit.github.core.service;version="[5.0.0,5.1.0)", - org.eclipse.egit.github.core.util;version="[5.0.0,5.1.0)", + org.eclipse.egit.github.core;version="[5.0.1,5.1.0)", + org.eclipse.egit.github.core.client;version="[5.0.1,5.1.0)", + org.eclipse.egit.github.core.service;version="[5.0.1,5.1.0)", + org.eclipse.egit.github.core.util;version="[5.0.1,5.1.0)", org.eclipse.egit.ui;version="[5.0.0,5.1.0)", org.eclipse.egit.ui.internal;version="[5.0.0,5.1.0)", org.eclipse.egit.ui.internal.branch;version="[5.0.0,5.1.0)", @@ -48,7 +48,7 @@ Import-Package: org.eclipse.egit.core;version="[5.0.0,5.1.0)", org.eclipse.jgit.transport;version="[5.0.0,5.1.0)", org.eclipse.jgit.treewalk;version="[5.0.0,5.1.0)", org.eclipse.jgit.treewalk.filter;version="[5.0.0,5.1.0)", - org.eclipse.mylyn.internal.github.core;version="[5.0.0,5.1.0)", - org.eclipse.mylyn.internal.github.core.gist;version="[5.0.0,5.1.0)", - org.eclipse.mylyn.internal.github.core.issue;version="[5.0.0,5.1.0)", - org.eclipse.mylyn.internal.github.core.pr;version="[5.0.0,5.1.0)" + org.eclipse.mylyn.internal.github.core;version="[5.0.1,5.1.0)", + org.eclipse.mylyn.internal.github.core.gist;version="[5.0.1,5.1.0)", + org.eclipse.mylyn.internal.github.core.issue;version="[5.0.1,5.1.0)", + org.eclipse.mylyn.internal.github.core.pr;version="[5.0.1,5.1.0)" diff --git a/org.eclipse.mylyn.github.ui/pom.xml b/org.eclipse.mylyn.github.ui/pom.xml index 9b34f112..c45c1c49 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.0.0.201806131550-r + 5.0.1-SNAPSHOT 4.0.0 org.eclipse.mylyn.github.ui diff --git a/pom.xml b/pom.xml index f429dca3..87632ca9 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - 5.0.0.201806131550-r + 5.0.1-SNAPSHOT 3.0 -- cgit v1.2.3