Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
548295: update org.eclipse.mylyn.commons versions to 3.26
Browse files Browse the repository at this point in the history
Change-Id: I1ca6254e6d9bf551208af13d7f4e52d7a1d28c40
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=548295 (+1 squashed commit)
Signed-off-by: Colin Ritchie <colin.ritchie@tasktop.com>
  • Loading branch information
Colin Ritchie authored and sddavis committed Sep 30, 2019
1 parent 563c849 commit 777b2a0
Show file tree
Hide file tree
Showing 82 changed files with 124 additions and 124 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.mylyn.commons-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.mylyn.commons"
label="%featureName"
version="3.25.0.qualifier"
version="3.26.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.commons.core"
license-feature="org.eclipse.license"
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons</artifactId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion org.eclipse.mylyn.commons-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons-site</artifactId>
<packaging>eclipse-update-site</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.mylyn.commons-target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons-target</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons.activity-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.mylyn.commons.activity"
label="%featureName"
version="3.25.0.qualifier"
version="3.26.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.commons.core"
license-feature="org.eclipse.license"
Expand All @@ -31,7 +31,7 @@
</license>

<requires>
<import feature="org.eclipse.mylyn.commons" version="3.25.0" match="greaterOrEqual"/>
<import feature="org.eclipse.mylyn.commons" version="3.26.0" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons.activity-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.activity</artifactId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Commons Activity Monitor Tests
Bundle-SymbolicName: org.eclipse.mylyn.commons.activity.tests;singleton:=true
Bundle-Version: 3.25.0.qualifier
Bundle-Version: 3.26.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Require-Bundle: org.junit;bundle-version="4.8.2",
org.eclipse.core.runtime,
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons.activity.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.activity.tests</artifactId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<test.suite>${project.artifactId}.AllActivityTests</test.suite>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.mylyn.commons.activity.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.activity.ui;singleton:=true
Bundle-Version: 3.25.0.qualifier
Bundle-Version: 3.26.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.mylyn.commons.activity.ui;x-internal:=true,
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons.activity.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.activity.ui</artifactId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.mylyn.commons.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.core;singleton:=true
Bundle-Version: 3.25.0.qualifier
Bundle-Version: 3.26.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.mylyn.commons.core,
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.core</artifactId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class CoreUtil {
}
}

private static final String FRAMEWORK_VERSION = "3.25.0"; //$NON-NLS-1$
private static final String FRAMEWORK_VERSION = "3.26.0"; //$NON-NLS-1$

private static final SAXParserFactory saxParserFactory = SAXParserFactory.newInstance();
static {
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.mylyn.commons.development-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.mylyn.commons.development"
label="%featureName"
version="3.25.0.qualifier"
version="3.26.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.commons.core"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.mylyn.commons.development-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.development</artifactId>
<packaging>eclipse-feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.mylyn.commons.identity-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.mylyn.commons.identity"
label="%featureName"
version="1.17.0.qualifier"
version="1.18.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.commons.core"
license-feature="org.eclipse.license"
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons.identity-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.identity</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.18.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.identity.core;singleton:=true
Bundle-Version: 1.17.0.qualifier
Bundle-Version: 1.18.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons.identity.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.identity.core</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.18.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.mylyn.commons.identity.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.identity.ui;singleton:=true
Bundle-Version: 1.17.0.qualifier
Bundle-Version: 1.18.0.qualifier
Bundle-Activator: org.eclipse.mylyn.internal.commons.identity.ui.IdentityUiPlugin
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons.identity.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.identity.ui</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.18.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.mylyn.commons.net/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.net;singleton:=true
Bundle-Version: 3.25.0.qualifier
Bundle-Version: 3.26.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons.net/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.net</artifactId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons.notifications-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.mylyn.commons.notifications"
label="%featureName"
version="1.17.0.qualifier"
version="1.18.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.commons.core"
license-feature="org.eclipse.license"
Expand All @@ -39,7 +39,7 @@
<import plugin="com.sun.xml.bind" version="2.2.0" match="compatible"/>
<import plugin="javax.xml.stream" version="1.0.1" match="compatible"/>

<import feature="org.eclipse.mylyn.commons" version="3.25.0" match="greaterOrEqual"/>
<import feature="org.eclipse.mylyn.commons" version="3.26.0" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons.notifications-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.notifications</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.18.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications.core;singleton:=true
Bundle-Version: 1.17.0.qualifier
Bundle-Version: 1.18.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.mylyn.commons.notifications.core;x-friends:="org.eclipse.mylyn.commons.notifications.ui,org.eclipse.mylyn.commons.notifications.feed"
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons.notifications.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.notifications.core</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.18.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications.feed;singleton:=true
Bundle-Version: 1.17.0.qualifier
Bundle-Version: 1.18.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.mylyn.commons.notifications.feed;x-internal:=true,
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons.notifications.feed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.notifications.feed</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.18.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Commons Notifications Tests
Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications.tests;singleton:=true
Bundle-Version: 1.17.0.qualifier
Bundle-Version: 1.18.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Require-Bundle: org.eclipse.core.runtime,
org.junit;bundle-version="4.8.2",
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons.notifications.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.notifications.tests</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.18.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<test.suite>${project.artifactId}.AllNotificationsTests</test.suite>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications.ui;singleton:=true
Bundle-Version: 1.17.0.qualifier
Bundle-Version: 1.18.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.mylyn.commons.notifications.ui;x-internal:=true,
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons.notifications.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.notifications.ui</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.18.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons.repositories-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.mylyn.commons.repositories"
label="%featureName"
version="1.17.0.qualifier"
version="1.18.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.commons.core"
license-feature="org.eclipse.license"
Expand All @@ -33,7 +33,7 @@
</license>

<requires>
<import feature="org.eclipse.mylyn.commons" version="3.25.0" match="greaterOrEqual"/>
<import feature="org.eclipse.mylyn.commons" version="3.26.0" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons.repositories-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
<version>3.25.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.repositories</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.18.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
Loading

0 comments on commit 777b2a0

Please sign in to comment.