From 61470929a58704da5027bf6c8bb34047ce985d5c Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 8 May 2019 22:07:48 +0200 Subject: EGit Mylyn Github Connector v5.4.0.201905081430-m2 Change-Id: I419c0340ca0dac38097735e67ef01f6d1bbcb903 Signed-off-by: Matthias Sohn --- org.eclipse.mylyn.github-feature/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org.eclipse.mylyn.github-feature/pom.xml') diff --git a/org.eclipse.mylyn.github-feature/pom.xml b/org.eclipse.mylyn.github-feature/pom.xml index eb46c7c7..56d78a60 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.4.0-SNAPSHOT + 5.4.0.201905081430-m2 4.0.0 org.eclipse.mylyn.github.feature -- cgit v1.2.3 From f3ee27d5f711e87d6ca17be3de2c21a8a5fc5b68 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 22 May 2019 21:16:52 +0200 Subject: Prepare 5.4.0-SNAPSHOT builds Change-Id: If2e3fbfc332248931f50cbfafb3df7b507f7feb4 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.target/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 | 4 ++-- 19 files changed, 20 insertions(+), 20 deletions(-) (limited to 'org.eclipse.mylyn.github-feature/pom.xml') 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 22278095..5738f728 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.4.0.201905081430-m2 +Bundle-Version: 5.4.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 be847506..4b7af956 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.4.0.201905081430-m2 + 5.4.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 a60ef2e3..f6082b89 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.core Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.4.0.201905081430-m2 +Bundle-Version: 5.4.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 ea0c50e8..5fdda7b1 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.4.0.201905081430-m2 +Bundle-Version: 5.4.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 50dde378..855056d6 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.4.0.201905081430-m2 + 5.4.0-SNAPSHOT org.sonatype.oss diff --git a/org.eclipse.egit.github.core/pom.xml b/org.eclipse.egit.github.core/pom.xml index 33e8e59d..1511aba1 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.4.0.201905081430-m2 + 5.4.0-SNAPSHOT 4.0.0 diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml index 0dcab446..9c56f4ea 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.4.0.201905081430-m2 + 5.4.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 21ba3dfb..5c3d585f 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.4.0.201905081430-m2 + 5.4.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 405187e5..6546bd7d 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.core Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true -Bundle-Version: 5.4.0.201905081430-m2 +Bundle-Version: 5.4.0.qualifier Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.eclipse.mylyn.internal.github.core;version="5.4.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 4fe3e781..132a05ae 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.4.0.201905081430-m2 + 5.4.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 d5003881..75c98cf3 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.4.0.201905081430-m2 +Bundle-Version: 5.4.0.qualifier Bundle-Vendor: %providerName diff --git a/org.eclipse.mylyn.github.doc/pom.xml b/org.eclipse.mylyn.github.doc/pom.xml index 32ac25ca..ac24f3ed 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.4.0.201905081430-m2 + 5.4.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 1a3ae25d..c1e6278d 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.4.0.201905081430-m2 + 5.4.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 fc4611e8..61ed3b9f 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.4.0.201905081430-m2 +Bundle-Version: 5.4.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)", diff --git a/org.eclipse.mylyn.github.tests/pom.xml b/org.eclipse.mylyn.github.tests/pom.xml index 2430a8b3..6f2b9e5c 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.4.0.201905081430-m2 + 5.4.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 1933452a..b3d8fba8 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.4.0.201905081430-m2 +Bundle-Version: 5.4.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 f4976433..f39ac0d5 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.4.0.201905081430-m2 + 5.4.0-SNAPSHOT 4.0.0 org.eclipse.mylyn.github.ui diff --git a/pom.xml b/pom.xml index 4a39051f..1a1267a2 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.eclipse.mylyn.github github-parent - 5.4.0.201905081430-m2 + 5.4.0-SNAPSHOT pom Eclipse EGit Mylyn GitHub Connector Parent @@ -55,7 +55,7 @@ - 5.4.0.201905081430-m2 + 5.4.0-SNAPSHOT 1.4.0 ${tycho-version} 3.1.11 -- cgit v1.2.3 From b6b8d94aa922069aa73e452919166b19469413a7 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 22 May 2019 21:34:01 +0200 Subject: EGit Mylyn Github Connector v5.4.0.201905221418-m3 Change-Id: I37ca60c952dd1dab652035bb74a8abb02b1725d6 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.target/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 | 4 ++-- 19 files changed, 20 insertions(+), 20 deletions(-) (limited to 'org.eclipse.mylyn.github-feature/pom.xml') 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 5738f728..23cc272d 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.4.0.qualifier +Bundle-Version: 5.4.0.201905221418-m3 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 4b7af956..5a76e0a1 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.4.0-SNAPSHOT + 5.4.0.201905221418-m3 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 f6082b89..65a4d45b 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.core Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.4.0.qualifier +Bundle-Version: 5.4.0.201905221418-m3 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 5fdda7b1..1f4a52e8 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.4.0.qualifier +Bundle-Version: 5.4.0.201905221418-m3 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 855056d6..df988e67 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.4.0-SNAPSHOT + 5.4.0.201905221418-m3 org.sonatype.oss diff --git a/org.eclipse.egit.github.core/pom.xml b/org.eclipse.egit.github.core/pom.xml index 1511aba1..14c69e40 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.4.0-SNAPSHOT + 5.4.0.201905221418-m3 4.0.0 diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml index 9c56f4ea..4e40e29b 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.4.0-SNAPSHOT + 5.4.0.201905221418-m3 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 78b8db06..83241a1c 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.4.0-SNAPSHOT + 5.4.0.201905221418-m3 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 6546bd7d..7888b72c 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.core Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true -Bundle-Version: 5.4.0.qualifier +Bundle-Version: 5.4.0.201905221418-m3 Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.eclipse.mylyn.internal.github.core;version="5.4.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 132a05ae..98078faf 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.4.0-SNAPSHOT + 5.4.0.201905221418-m3 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 75c98cf3..00679d05 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.4.0.qualifier +Bundle-Version: 5.4.0.201905221418-m3 Bundle-Vendor: %providerName diff --git a/org.eclipse.mylyn.github.doc/pom.xml b/org.eclipse.mylyn.github.doc/pom.xml index ac24f3ed..d2047216 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.4.0-SNAPSHOT + 5.4.0.201905221418-m3 org.eclipse.mylyn.github.doc diff --git a/org.eclipse.mylyn.github.target/pom.xml b/org.eclipse.mylyn.github.target/pom.xml index c1e6278d..50e7ccee 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.4.0-SNAPSHOT + 5.4.0.201905221418-m3 diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF index 61ed3b9f..8b5f6b76 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.4.0.qualifier +Bundle-Version: 5.4.0.201905221418-m3 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)", diff --git a/org.eclipse.mylyn.github.tests/pom.xml b/org.eclipse.mylyn.github.tests/pom.xml index 6f2b9e5c..61601bc9 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.4.0-SNAPSHOT + 5.4.0.201905221418-m3 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 b3d8fba8..c3254ff7 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.4.0.qualifier +Bundle-Version: 5.4.0.201905221418-m3 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 f39ac0d5..7ddb9791 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.4.0-SNAPSHOT + 5.4.0.201905221418-m3 4.0.0 org.eclipse.mylyn.github.ui diff --git a/pom.xml b/pom.xml index 1a1267a2..805852e0 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.eclipse.mylyn.github github-parent - 5.4.0-SNAPSHOT + 5.4.0.201905221418-m3 pom Eclipse EGit Mylyn GitHub Connector Parent @@ -55,7 +55,7 @@ - 5.4.0-SNAPSHOT + 5.4.0.201905221418-m3 1.4.0 ${tycho-version} 3.1.11 -- cgit v1.2.3 From fe1998e030e26e86c576317ad7507b59d7b95d3a Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 22 May 2019 23:05:39 +0200 Subject: Prepare 5.4.0-SNAPSHOT builds Change-Id: I6ed41f3f8cf1fc1307d07f328d5b7ef17e43e736 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.target/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 | 4 ++-- 19 files changed, 20 insertions(+), 20 deletions(-) (limited to 'org.eclipse.mylyn.github-feature/pom.xml') 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 23cc272d..5738f728 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.4.0.201905221418-m3 +Bundle-Version: 5.4.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 5a76e0a1..4b7af956 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.4.0.201905221418-m3 + 5.4.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 65a4d45b..f6082b89 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.core Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.4.0.201905221418-m3 +Bundle-Version: 5.4.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 1f4a52e8..5fdda7b1 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.4.0.201905221418-m3 +Bundle-Version: 5.4.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 df988e67..855056d6 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.4.0.201905221418-m3 + 5.4.0-SNAPSHOT org.sonatype.oss diff --git a/org.eclipse.egit.github.core/pom.xml b/org.eclipse.egit.github.core/pom.xml index 14c69e40..1511aba1 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.4.0.201905221418-m3 + 5.4.0-SNAPSHOT 4.0.0 diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml index 4e40e29b..9c56f4ea 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.4.0.201905221418-m3 + 5.4.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 83241a1c..78b8db06 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.4.0.201905221418-m3 + 5.4.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 7888b72c..6546bd7d 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.core Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true -Bundle-Version: 5.4.0.201905221418-m3 +Bundle-Version: 5.4.0.qualifier Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.eclipse.mylyn.internal.github.core;version="5.4.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 98078faf..132a05ae 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.4.0.201905221418-m3 + 5.4.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 00679d05..75c98cf3 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.4.0.201905221418-m3 +Bundle-Version: 5.4.0.qualifier Bundle-Vendor: %providerName diff --git a/org.eclipse.mylyn.github.doc/pom.xml b/org.eclipse.mylyn.github.doc/pom.xml index d2047216..ac24f3ed 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.4.0.201905221418-m3 + 5.4.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 50e7ccee..c1e6278d 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.4.0.201905221418-m3 + 5.4.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 8b5f6b76..61ed3b9f 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.4.0.201905221418-m3 +Bundle-Version: 5.4.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)", diff --git a/org.eclipse.mylyn.github.tests/pom.xml b/org.eclipse.mylyn.github.tests/pom.xml index 61601bc9..6f2b9e5c 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.4.0.201905221418-m3 + 5.4.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 c3254ff7..b3d8fba8 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.4.0.201905221418-m3 +Bundle-Version: 5.4.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 7ddb9791..f39ac0d5 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.4.0.201905221418-m3 + 5.4.0-SNAPSHOT 4.0.0 org.eclipse.mylyn.github.ui diff --git a/pom.xml b/pom.xml index 805852e0..1a1267a2 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.eclipse.mylyn.github github-parent - 5.4.0.201905221418-m3 + 5.4.0-SNAPSHOT pom Eclipse EGit Mylyn GitHub Connector Parent @@ -55,7 +55,7 @@ - 5.4.0.201905221418-m3 + 5.4.0-SNAPSHOT 1.4.0 ${tycho-version} 3.1.11 -- cgit v1.2.3 From 93a9d5b2ff85c79e6eb627eff826f8d3a00d5e93 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 12 Jun 2019 17:18:04 +0200 Subject: EGit Mylyn Github Connector v5.4.0.201906121030-r Change-Id: I31b2299fcfbf24c2f23f85e84680722b4234865d 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.target/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 | 4 ++-- 19 files changed, 20 insertions(+), 20 deletions(-) (limited to 'org.eclipse.mylyn.github-feature/pom.xml') 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 5738f728..d6b7c16c 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.4.0.qualifier +Bundle-Version: 5.4.0.201906121030-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 4b7af956..55bd013d 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.4.0-SNAPSHOT + 5.4.0.201906121030-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 f6082b89..1d487da2 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.core Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.4.0.qualifier +Bundle-Version: 5.4.0.201906121030-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 5fdda7b1..78e4e413 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.4.0.qualifier +Bundle-Version: 5.4.0.201906121030-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 855056d6..d3479e13 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.4.0-SNAPSHOT + 5.4.0.201906121030-r org.sonatype.oss diff --git a/org.eclipse.egit.github.core/pom.xml b/org.eclipse.egit.github.core/pom.xml index 1511aba1..a93f5d2a 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.4.0-SNAPSHOT + 5.4.0.201906121030-r 4.0.0 diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml index 9c56f4ea..f0671a02 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.4.0-SNAPSHOT + 5.4.0.201906121030-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 78b8db06..0a14c771 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.4.0-SNAPSHOT + 5.4.0.201906121030-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 6546bd7d..a5953de7 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.core Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true -Bundle-Version: 5.4.0.qualifier +Bundle-Version: 5.4.0.201906121030-r Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.eclipse.mylyn.internal.github.core;version="5.4.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 132a05ae..2a9f262d 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.4.0-SNAPSHOT + 5.4.0.201906121030-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 75c98cf3..1ea35777 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.4.0.qualifier +Bundle-Version: 5.4.0.201906121030-r Bundle-Vendor: %providerName diff --git a/org.eclipse.mylyn.github.doc/pom.xml b/org.eclipse.mylyn.github.doc/pom.xml index ac24f3ed..aef7dd52 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.4.0-SNAPSHOT + 5.4.0.201906121030-r org.eclipse.mylyn.github.doc diff --git a/org.eclipse.mylyn.github.target/pom.xml b/org.eclipse.mylyn.github.target/pom.xml index c1e6278d..85aca678 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.4.0-SNAPSHOT + 5.4.0.201906121030-r diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF index 61ed3b9f..2fc370f1 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.4.0.qualifier +Bundle-Version: 5.4.0.201906121030-r 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)", diff --git a/org.eclipse.mylyn.github.tests/pom.xml b/org.eclipse.mylyn.github.tests/pom.xml index 6f2b9e5c..8eb659ff 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.4.0-SNAPSHOT + 5.4.0.201906121030-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 b3d8fba8..1ab5c3f0 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.4.0.qualifier +Bundle-Version: 5.4.0.201906121030-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 f39ac0d5..670b85de 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.4.0-SNAPSHOT + 5.4.0.201906121030-r 4.0.0 org.eclipse.mylyn.github.ui diff --git a/pom.xml b/pom.xml index 1a1267a2..a71c6b2f 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.eclipse.mylyn.github github-parent - 5.4.0-SNAPSHOT + 5.4.0.201906121030-r pom Eclipse EGit Mylyn GitHub Connector Parent @@ -55,7 +55,7 @@ - 5.4.0-SNAPSHOT + 5.4.0.201906121030-r 1.4.0 ${tycho-version} 3.1.11 -- cgit v1.2.3 From 88084a4a032ad08eaaa4f03a7e4fd22a1913cc7e Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 13 Jun 2019 02:59:09 +0200 Subject: Prepare 5.4.1-SNAPSHOT builds Change-Id: I4a07821be768c221ad7a72f7c04b7e5cc059c0b6 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 | 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, 75 insertions(+), 75 deletions(-) (limited to 'org.eclipse.mylyn.github-feature/pom.xml') 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 d6b7c16c..fc7a896c 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.4.0.201906121030-r +Bundle-Version: 5.4.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.4.0,5.5.0)", - org.eclipse.egit.github.core.client;version="[5.4.0,5.5.0)", - org.eclipse.egit.github.core.event;version="[5.4.0,5.5.0)", - org.eclipse.egit.github.core.service;version="[5.4.0,5.5.0)", - org.eclipse.egit.github.core.util;version="[5.4.0,5.5.0)", + org.eclipse.egit.github.core;version="[5.4.1,5.5.0)", + org.eclipse.egit.github.core.client;version="[5.4.1,5.5.0)", + org.eclipse.egit.github.core.event;version="[5.4.1,5.5.0)", + org.eclipse.egit.github.core.service;version="[5.4.1,5.5.0)", + org.eclipse.egit.github.core.util;version="[5.4.1,5.5.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 55bd013d..857135a9 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.4.0.201906121030-r + 5.4.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 1d487da2..2e00fb15 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.core Bundle-SymbolicName: org.eclipse.egit.github.core -Bundle-Version: 5.4.0.201906121030-r +Bundle-Version: 5.4.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.4.0", - org.eclipse.egit.github.core.client;version="5.4.0", - org.eclipse.egit.github.core.event;version="5.4.0", - org.eclipse.egit.github.core.service;version="5.4.0", - org.eclipse.egit.github.core.util;version="5.4.0" +Export-Package: org.eclipse.egit.github.core;version="5.4.1", + org.eclipse.egit.github.core.client;version="5.4.1", + org.eclipse.egit.github.core.event;version="5.4.1", + org.eclipse.egit.github.core.service;version="5.4.1", + org.eclipse.egit.github.core.util;version="5.4.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 78e4e413..2927285d 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.4.0.201906121030-r +Bundle-Version: 5.4.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.4.0", - org.eclipse.egit.github.core.client;version="5.4.0", - org.eclipse.egit.github.core.service;version="5.4.0", - org.eclipse.egit.github.core.util;version="5.4.0" +Export-Package: org.eclipse.egit.github.core;version="5.4.1", + org.eclipse.egit.github.core.client;version="5.4.1", + org.eclipse.egit.github.core.service;version="5.4.1", + org.eclipse.egit.github.core.util;version="5.4.1" diff --git a/org.eclipse.egit.github.core/pom-jar.xml b/org.eclipse.egit.github.core/pom-jar.xml index d3479e13..35b4967b 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.4.0.201906121030-r + 5.4.1-SNAPSHOT org.sonatype.oss diff --git a/org.eclipse.egit.github.core/pom.xml b/org.eclipse.egit.github.core/pom.xml index a93f5d2a..8bc53f00 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.4.0.201906121030-r + 5.4.1-SNAPSHOT 4.0.0 diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml index f0671a02..0cf3addc 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.4.0.201906121030-r + 5.4.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 0a14c771..b50568e0 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.4.0.201906121030-r + 5.4.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 a5953de7..75b2196a 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.core Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true -Bundle-Version: 5.4.0.201906121030-r +Bundle-Version: 5.4.1.qualifier Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Export-Package: org.eclipse.mylyn.internal.github.core;version="5.4.0";x-friends:="org.eclipse.mylyn.github.ui", - org.eclipse.mylyn.internal.github.core.gist;version="5.4.0";x-friends:="org.eclipse.mylyn.github.ui", - org.eclipse.mylyn.internal.github.core.issue;version="5.4.0";x-friends:="org.eclipse.mylyn.github.ui", - org.eclipse.mylyn.internal.github.core.pr;version="5.4.0";x-friends:="org.eclipse.mylyn.github.ui" +Export-Package: org.eclipse.mylyn.internal.github.core;version="5.4.1";x-friends:="org.eclipse.mylyn.github.ui", + org.eclipse.mylyn.internal.github.core.gist;version="5.4.1";x-friends:="org.eclipse.mylyn.github.ui", + org.eclipse.mylyn.internal.github.core.issue;version="5.4.1";x-friends:="org.eclipse.mylyn.github.ui", + org.eclipse.mylyn.internal.github.core.pr;version="5.4.1";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.4.0,5.5.0)", - org.eclipse.egit.github.core;version="[5.4.0,5.5.0)", - org.eclipse.egit.github.core.client;version="[5.4.0,5.5.0)", - org.eclipse.egit.github.core.service;version="[5.4.0,5.5.0)", - org.eclipse.egit.github.core.util;version="[5.4.0,5.5.0)", - org.eclipse.jgit.lib;version="[5.4.0,5.5.0)", - org.eclipse.jgit.transport;version="[5.4.0,5.5.0)" +Import-Package: org.eclipse.egit.core;version="[5.4.1,5.5.0)", + org.eclipse.egit.github.core;version="[5.4.1,5.5.0)", + org.eclipse.egit.github.core.client;version="[5.4.1,5.5.0)", + org.eclipse.egit.github.core.service;version="[5.4.1,5.5.0)", + org.eclipse.egit.github.core.util;version="[5.4.1,5.5.0)", + org.eclipse.jgit.lib;version="[5.4.1,5.5.0)", + org.eclipse.jgit.transport;version="[5.4.1,5.5.0)" diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml index 2a9f262d..399ae8c4 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.4.0.201906121030-r + 5.4.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 1ea35777..a6713f3d 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.4.0.201906121030-r +Bundle-Version: 5.4.1.qualifier Bundle-Vendor: %providerName diff --git a/org.eclipse.mylyn.github.doc/pom.xml b/org.eclipse.mylyn.github.doc/pom.xml index aef7dd52..1c65d409 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.4.0.201906121030-r + 5.4.1-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 85aca678..3bfb9940 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.4.0.201906121030-r + 5.4.1-SNAPSHOT diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF index 2fc370f1..88c70694 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.4.0.201906121030-r +Bundle-Version: 5.4.1.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.4.0,5.5.0)", - org.eclipse.mylyn.internal.github.ui.issue;version="[5.4.0,5.5.0)" +Import-Package: org.eclipse.mylyn.internal.github.core;version="[5.4.1,5.5.0)", + org.eclipse.mylyn.internal.github.ui.issue;version="[5.4.1,5.5.0)" diff --git a/org.eclipse.mylyn.github.tests/pom.xml b/org.eclipse.mylyn.github.tests/pom.xml index 8eb659ff..1ebfdafb 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.4.0.201906121030-r + 5.4.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 1ab5c3f0..b440d81f 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.4.0.201906121030-r +Bundle-Version: 5.4.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Vendor: %providerName 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.4.0";x-internal:=true, - org.eclipse.mylyn.internal.github.ui.gist;version="5.4.0";x-internal:=true, - org.eclipse.mylyn.internal.github.ui.issue;version="5.4.0";x-internal:=true, - org.eclipse.mylyn.internal.github.ui.pr;version="5.4.0";x-internal:=true +Export-Package: org.eclipse.mylyn.internal.github.ui;version="5.4.1";x-internal:=true, + org.eclipse.mylyn.internal.github.ui.gist;version="5.4.1";x-internal:=true, + org.eclipse.mylyn.internal.github.ui.issue;version="5.4.1";x-internal:=true, + org.eclipse.mylyn.internal.github.ui.pr;version="5.4.1";x-internal:=true Bundle-ActivationPolicy: lazy -Import-Package: org.eclipse.egit.core;version="[5.4.0,5.5.0)", - org.eclipse.egit.core.op;version="[5.4.0,5.5.0)", - org.eclipse.egit.github.core;version="[5.4.0,5.5.0)", - org.eclipse.egit.github.core.client;version="[5.4.0,5.5.0)", - org.eclipse.egit.github.core.service;version="[5.4.0,5.5.0)", - org.eclipse.egit.github.core.util;version="[5.4.0,5.5.0)", - org.eclipse.egit.ui;version="[5.4.0,5.5.0)", - org.eclipse.egit.ui.internal;version="[5.4.0,5.5.0)", - org.eclipse.egit.ui.internal.branch;version="[5.4.0,5.5.0)", - org.eclipse.egit.ui.internal.commit;version="[5.4.0,5.5.0)", - org.eclipse.egit.ui.internal.components;version="[5.4.0,5.5.0)", - org.eclipse.egit.ui.internal.fetch;version="[5.4.0,5.5.0)", - org.eclipse.egit.ui.internal.provisional.wizards;version="[5.4.0,5.5.0)", - org.eclipse.egit.ui.internal.pull;version="[5.4.0,5.5.0)", - org.eclipse.jgit.errors;version="[5.4.0,5.5.0)", - org.eclipse.jgit.lib;version="[5.4.0,5.5.0)", - org.eclipse.jgit.revwalk;version="[5.4.0,5.5.0)", - org.eclipse.jgit.transport;version="[5.4.0,5.5.0)", - org.eclipse.jgit.treewalk;version="[5.4.0,5.5.0)", - org.eclipse.jgit.treewalk.filter;version="[5.4.0,5.5.0)", - org.eclipse.mylyn.internal.github.core;version="[5.4.0,5.5.0)", - org.eclipse.mylyn.internal.github.core.gist;version="[5.4.0,5.5.0)", - org.eclipse.mylyn.internal.github.core.issue;version="[5.4.0,5.5.0)", - org.eclipse.mylyn.internal.github.core.pr;version="[5.4.0,5.5.0)" +Import-Package: org.eclipse.egit.core;version="[5.4.1,5.5.0)", + org.eclipse.egit.core.op;version="[5.4.1,5.5.0)", + org.eclipse.egit.github.core;version="[5.4.1,5.5.0)", + org.eclipse.egit.github.core.client;version="[5.4.1,5.5.0)", + org.eclipse.egit.github.core.service;version="[5.4.1,5.5.0)", + org.eclipse.egit.github.core.util;version="[5.4.1,5.5.0)", + org.eclipse.egit.ui;version="[5.4.1,5.5.0)", + org.eclipse.egit.ui.internal;version="[5.4.1,5.5.0)", + org.eclipse.egit.ui.internal.branch;version="[5.4.1,5.5.0)", + org.eclipse.egit.ui.internal.commit;version="[5.4.1,5.5.0)", + org.eclipse.egit.ui.internal.components;version="[5.4.1,5.5.0)", + org.eclipse.egit.ui.internal.fetch;version="[5.4.1,5.5.0)", + org.eclipse.egit.ui.internal.provisional.wizards;version="[5.4.1,5.5.0)", + org.eclipse.egit.ui.internal.pull;version="[5.4.1,5.5.0)", + org.eclipse.jgit.errors;version="[5.4.1,5.5.0)", + org.eclipse.jgit.lib;version="[5.4.1,5.5.0)", + org.eclipse.jgit.revwalk;version="[5.4.1,5.5.0)", + org.eclipse.jgit.transport;version="[5.4.1,5.5.0)", + org.eclipse.jgit.treewalk;version="[5.4.1,5.5.0)", + org.eclipse.jgit.treewalk.filter;version="[5.4.1,5.5.0)", + org.eclipse.mylyn.internal.github.core;version="[5.4.1,5.5.0)", + org.eclipse.mylyn.internal.github.core.gist;version="[5.4.1,5.5.0)", + org.eclipse.mylyn.internal.github.core.issue;version="[5.4.1,5.5.0)", + org.eclipse.mylyn.internal.github.core.pr;version="[5.4.1,5.5.0)" diff --git a/org.eclipse.mylyn.github.ui/pom.xml b/org.eclipse.mylyn.github.ui/pom.xml index 670b85de..910464d4 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.4.0.201906121030-r + 5.4.1-SNAPSHOT 4.0.0 org.eclipse.mylyn.github.ui diff --git a/pom.xml b/pom.xml index a71c6b2f..b92de1d9 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.eclipse.mylyn.github github-parent - 5.4.0.201906121030-r + 5.4.1-SNAPSHOT pom Eclipse EGit Mylyn GitHub Connector Parent @@ -55,7 +55,7 @@ - 5.4.0.201906121030-r + 5.4.1-SNAPSHOT 1.4.0 ${tycho-version} 3.1.11 -- cgit v1.2.3