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

Commit

Permalink
Merge pull request #26 from eclipse-mylyn/25
Browse files Browse the repository at this point in the history
Update version numbers to 3.26.0 for features and bundles #25
  • Loading branch information
ruspl-afed authored Dec 8, 2022
2 parents b156e07 + dd9c593 commit 93d4adf
Show file tree
Hide file tree
Showing 47 changed files with 202 additions and 201 deletions.
6 changes: 3 additions & 3 deletions org.eclipse.mylyn.commons.activity.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Bundle-Name: Mylyn Commons Activity Monitor Tests
Bundle-SymbolicName: org.eclipse.mylyn.commons.activity.tests;singleton:=true
Bundle-Version: 3.26.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Require-Bundle: org.junit;bundle-version="4.8.2",
org.eclipse.core.runtime,
org.eclipse.mylyn.commons.activity.ui
Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.mylyn.commons.activity.ui;bundle-version="3.26.0",
org.junit;bundle-version="4.8.2"
Export-Package: org.eclipse.mylyn.commons.activity.tests;x-internal:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
10 changes: 5 additions & 5 deletions org.eclipse.mylyn.commons.activity.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.mylyn.commons.activity.ui;x-internal:=true,
org.eclipse.mylyn.commons.activity.ui.spi;x-internal:=true,
org.eclipse.mylyn.internal.commons.activity.ui;x-internal:=true
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.swt,
org.eclipse.mylyn.commons.core,
org.eclipse.jface,
org.eclipse.ui.workbench
Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.jface;bundle-version="0.0.0",
org.eclipse.mylyn.commons.core;bundle-version="3.26.0",
org.eclipse.swt;bundle-version="0.0.0",
org.eclipse.ui.workbench;bundle-version="0.0.0"
Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-Activator: org.eclipse.mylyn.internal.commons.activity.ui.ActivityUiPlugin
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Export-Package: org.eclipse.mylyn.commons.core,
org.eclipse.mylyn.commons.core.storage;x-internal:=true,
org.eclipse.mylyn.internal.commons.core;x-internal:=true,
org.eclipse.mylyn.internal.commons.core.operations;x-internal:=true
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.net
Require-Bundle: org.eclipse.core.net;bundle-version="0.0.0",
org.eclipse.core.runtime;bundle-version="0.0.0"
Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Expand Down
7 changes: 4 additions & 3 deletions org.eclipse.mylyn.commons.identity-feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011 Tasktop Technologies and others.
Copyright (c) 2011, 2022 Tasktop Technologies and others.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
Expand All @@ -10,15 +10,16 @@
Contributors:
Tasktop Technologies - initial API and implementation
ArSysOp - porting to SimRel 2022-12
-->
<feature
id="org.eclipse.mylyn.commons.identity"
label="%featureName"
version="1.18.0.qualifier"
version="3.26.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.commons.core"
license-feature="org.eclipse.license"
license-feature-version="2.0.2">
license-feature-version="0.0.0">

<description url="https://eclipse.org/mylyn">
%description
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.mylyn.commons.identity-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.identity</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
4 changes: 2 additions & 2 deletions org.eclipse.mylyn.commons.identity.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.identity.core;singleton:=true
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 3.26.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime
Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0"
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.mylyn.commons.identity.core;x-internal:=true,
org.eclipse.mylyn.commons.identity.core.spi;x-internal:=true,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.mylyn.commons.identity.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.identity.core</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
18 changes: 9 additions & 9 deletions org.eclipse.mylyn.commons.identity.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.identity.ui;singleton:=true
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 3.26.0.qualifier
Bundle-Activator: org.eclipse.mylyn.internal.commons.identity.ui.IdentityUiPlugin
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.ui.forms,
org.eclipse.ui.navigator,
org.eclipse.ui.navigator.resources,
org.eclipse.mylyn.commons.identity.core,
org.eclipse.mylyn.commons.ui,
org.eclipse.mylyn.commons.workbench
Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.mylyn.commons.identity.core;bundle-version="3.26.0",
org.eclipse.mylyn.commons.ui;bundle-version="3.26.0",
org.eclipse.mylyn.commons.workbench;bundle-version="3.26.0",
org.eclipse.ui;bundle-version="0.0.0",
org.eclipse.ui.forms;bundle-version="0.0.0",
org.eclipse.ui.navigator;bundle-version="0.0.0",
org.eclipse.ui.navigator.resources;bundle-version="0.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.mylyn.internal.commons.identity.ui;x-internal:=true
2 changes: 1 addition & 1 deletion org.eclipse.mylyn.commons.identity.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.identity.ui</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
6 changes: 3 additions & 3 deletions org.eclipse.mylyn.commons.net/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.apache.commons.codec;bundle-version="1.3.0";visibility:=reexport,
org.apache.commons.httpclient;bundle-version="[3.1.0,4.0.0)";visibility:=reexport,
org.apache.commons.lang;bundle-version="[2.6.0,3.0.0)";visibility:=reexport,
org.eclipse.core.runtime,
org.eclipse.core.net,
org.eclipse.mylyn.commons.core
org.eclipse.core.net;bundle-version="0.0.0",
org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.mylyn.commons.core;bundle-version="3.26.0"
Bundle-ClassPath: .
Export-Package: org.eclipse.mylyn.commons.net,
org.eclipse.mylyn.commons.net.http,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<feature
id="org.eclipse.mylyn.commons.notifications"
label="%featureName"
version="1.18.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.notifications-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.notifications</artifactId>
<version>1.18.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,12 +2,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications.core;singleton:=true
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 3.26.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"
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.commons.core
Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.mylyn.commons.core;bundle-version="0.0.0"
Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
2 changes: 1 addition & 1 deletion org.eclipse.mylyn.commons.notifications.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.notifications.core</artifactId>
<version>1.18.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 @@ -2,15 +2,15 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications.feed;singleton:=true
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 3.26.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.mylyn.commons.notifications.feed;x-internal:=true,
org.eclipse.mylyn.internal.commons.notifications.feed;x-internal:=true
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.commons.core,
org.eclipse.mylyn.commons.notifications.core,
jakarta.xml.bind;bundle-version="2.3.3"
Require-Bundle: jakarta.xml.bind;bundle-version="2.3.3",
org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.mylyn.commons.core;bundle-version="3.26.0",
org.eclipse.mylyn.commons.notifications.core;bundle-version="3.26.0"
Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.mylyn.commons.notifications.feed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.notifications.feed</artifactId>
<version>1.18.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 @@ -2,14 +2,14 @@ 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.18.0.qualifier
Bundle-Version: 3.26.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Require-Bundle: com.sun.xml.bind;bundle-version="2.3.3",
org.eclipse.core.runtime,
org.eclipse.mylyn.commons.core,
org.eclipse.mylyn.commons.sdk.util,
org.eclipse.mylyn.commons.notifications.core,
org.eclipse.mylyn.commons.notifications.feed,
org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.mylyn.commons.core;bundle-version="3.26.0",
org.eclipse.mylyn.commons.sdk.util;bundle-version="3.26.0",
org.eclipse.mylyn.commons.notifications.core;bundle-version="3.26.0",
org.eclipse.mylyn.commons.notifications.feed;bundle-version="3.26.0",
org.junit;bundle-version="4.8.2"
Export-Package: org.eclipse.mylyn.commons.notifications.tests;x-internal:=true,
org.eclipse.mylyn.commons.notifications.tests.core;x-internal:=true,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.mylyn.commons.notifications.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.notifications.tests</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<test.suite>${project.artifactId}.AllNotificationsTests</test.suite>
Expand Down
21 changes: 10 additions & 11 deletions org.eclipse.mylyn.commons.notifications.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications.ui;singleton:=true
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 3.26.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.mylyn.commons.notifications.ui;x-internal:=true,
org.eclipse.mylyn.internal.commons.notifications.ui;x-internal:=true,
org.eclipse.mylyn.internal.commons.notifications.ui.popup;x-internal:=true
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.jface,
org.eclipse.ui,
org.eclipse.ui.forms,
org.eclipse.ui.workbench,
org.eclipse.mylyn.commons.core;bundle-version="3.8.0",
org.eclipse.mylyn.commons.notifications.core,
org.eclipse.mylyn.commons.ui;bundle-version="3.8.0",
org.eclipse.mylyn.commons.workbench;bundle-version="3.8.0",
org.eclipse.ui.forms
Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.jface;bundle-version="0.0.0",
org.eclipse.mylyn.commons.core;bundle-version="3.26.0",
org.eclipse.mylyn.commons.notifications.core;bundle-version="3.26.0",
org.eclipse.mylyn.commons.ui;bundle-version="3.26.0",
org.eclipse.mylyn.commons.workbench;bundle-version="3.26.0",
org.eclipse.ui;bundle-version="0.0.0",
org.eclipse.ui.forms;bundle-version="0.0.0",
org.eclipse.ui.workbench;bundle-version="0.0.0"
Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.mylyn.commons.notifications.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.notifications.ui</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
7 changes: 4 additions & 3 deletions org.eclipse.mylyn.commons.repositories-feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2010 Tasktop Technologies and others.
Copyright (c) 2010, 2022 Tasktop Technologies and others.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
Expand All @@ -10,15 +10,16 @@
Contributors:
Tasktop Technologies - initial API and implementation
ArSysOp - porting to SimRel 2022-12
-->
<feature
id="org.eclipse.mylyn.commons.repositories"
label="%featureName"
version="1.18.0.qualifier"
version="3.26.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.commons.core"
license-feature="org.eclipse.license"
license-feature-version="2.0.2">
license-feature-version="0.0.0">

<description url="https://eclipse.org/mylyn">
%description
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.mylyn.commons.repositories-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.repositories</artifactId>
<version>1.18.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,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.repositories.core;singleton:=true
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 3.26.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.mylyn.commons.repositories.core;x-friends:="org.eclipse.mylyn.commons.repositories.http.core,org.eclipse.mylyn.commons.repositories.ui",
org.eclipse.mylyn.commons.repositories.core.auth;x-friends:="org.eclipse.mylyn.commons.repositories.http.core,org.eclipse.mylyn.commons.repositories.ui",
org.eclipse.mylyn.internal.commons.repositories.core;x-internal:=true
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.equinox.security,
org.eclipse.mylyn.commons.core
Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.equinox.security;bundle-version="0.0.0",
org.eclipse.mylyn.commons.core;bundle-version="3.26.0"
Bundle-ClassPath: .
Bundle-Localization: plugin
2 changes: 1 addition & 1 deletion org.eclipse.mylyn.commons.repositories.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.repositories.core</artifactId>
<version>1.18.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
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2010 Tasktop Technologies and others.
Copyright (c) 2010, 2022 Tasktop Technologies and others.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
Expand All @@ -10,15 +10,16 @@
Contributors:
Tasktop Technologies - initial API and implementation
ArSysOp - porting to SimRel 2022-12
-->
<feature
id="org.eclipse.mylyn.commons.repositories.http"
label="%featureName"
version="1.18.0.qualifier"
version="3.26.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.commons.core"
license-feature="org.eclipse.license"
license-feature-version="2.0.2">
license-feature-version="0.0.0">

<description url="https://eclipse.org/mylyn">
%description
Expand All @@ -33,7 +34,7 @@
</license>

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

<plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<version>3.26.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.repositories.http</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>3.26.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
Loading

0 comments on commit 93d4adf

Please sign in to comment.