Skip to content

Commit

Permalink
Prepare releng for 4.4.0 (#559)
Browse files Browse the repository at this point in the history
* prepare Mylyn 4.4.0
* update Baseline and releaseVersion property for Docs
* change more 4.3.0 version strings in feature and Manifest Dependencies
  • Loading branch information
BeckerFrank committed Jun 17, 2024
1 parent 352162f commit d232af5
Show file tree
Hide file tree
Showing 261 changed files with 960 additions and 962 deletions.
8 changes: 4 additions & 4 deletions mylyn.builds/org.eclipse.mylyn.builds-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<feature
id="org.eclipse.mylyn.builds.feature"
label="%featureName"
version="4.3.0.qualifier"
version="4.4.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.builds.core"
license-feature="org.eclipse.license"
Expand All @@ -34,9 +34,9 @@
</license>

<requires>
<import feature="org.eclipse.mylyn.tasks.feature" version="4.3.0" match="compatible"/>
<import feature="org.eclipse.mylyn.team.feature" version="4.3.0" match="compatible"/>
<import feature="org.eclipse.mylyn.versions.feature" version="4.3.0" match="compatible"/>
<import feature="org.eclipse.mylyn.tasks.feature" version="4.4.0" match="compatible"/>
<import feature="org.eclipse.mylyn.team.feature" version="4.4.0" match="compatible"/>
<import feature="org.eclipse.mylyn.versions.feature" version="4.4.0" match="compatible"/>
</requires>

<plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: org.eclipse.mylyn.builds.core
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.builds.core;singleton:=true
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.4.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Expand All @@ -12,8 +12,8 @@ Require-Bundle: org.eclipse.core.databinding.observable;bundle-version="0.0.0",
org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.emf.ecore;bundle-version="0.0.0",
org.eclipse.emf.ecore.xmi;bundle-version="0.0.0",
org.eclipse.mylyn.commons.core;bundle-version="4.3.0",
org.eclipse.mylyn.commons.repositories.core;bundle-version="4.3.0"
org.eclipse.mylyn.commons.core;bundle-version="4.4.0",
org.eclipse.mylyn.commons.repositories.core;bundle-version="4.4.0"
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.mylyn.builds.core;x-friends:="org.eclipse.mylyn.builds.ui",
org.eclipse.mylyn.builds.core.spi;x-friends:="org.eclipse.mylyn.builds.ui",
Expand Down
22 changes: 11 additions & 11 deletions mylyn.builds/org.eclipse.mylyn.builds.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ Automatic-Module-Name: org.eclipse.mylyn.builds.test
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Build Framework
Bundle-SymbolicName: org.eclipse.mylyn.builds.tests;singleton:=true
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.4.0.qualifier
Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.emf.ecore;bundle-version="0.0.0",
org.eclipse.equinox.event;bundle-version="0.0.0",
org.eclipse.jface.text;bundle-version="0.0.0",
org.eclipse.mylyn.builds.core;bundle-version="4.3.0",
org.eclipse.mylyn.builds.ui;bundle-version="4.3.0",
org.eclipse.mylyn.commons.core;bundle-version="4.3.0",
org.eclipse.mylyn.commons.net;bundle-version="4.3.0",
org.eclipse.mylyn.commons.repositories.core;bundle-version="4.3.0",
org.eclipse.mylyn.commons.sdk.util;bundle-version="4.3.0",
org.eclipse.mylyn.commons.workbench;bundle-version="4.3.0",
org.eclipse.mylyn.context.core;bundle-version="4.3.0",
org.eclipse.mylyn.tasks.core;bundle-version="4.3.0",
org.eclipse.mylyn.tasks.ui;bundle-version="4.3.0",
org.eclipse.mylyn.builds.core;bundle-version="4.4.0",
org.eclipse.mylyn.builds.ui;bundle-version="4.4.0",
org.eclipse.mylyn.commons.core;bundle-version="4.4.0",
org.eclipse.mylyn.commons.net;bundle-version="4.4.0",
org.eclipse.mylyn.commons.repositories.core;bundle-version="4.4.0",
org.eclipse.mylyn.commons.sdk.util;bundle-version="4.4.0",
org.eclipse.mylyn.commons.workbench;bundle-version="4.4.0",
org.eclipse.mylyn.context.core;bundle-version="4.4.0",
org.eclipse.mylyn.tasks.core;bundle-version="4.4.0",
org.eclipse.mylyn.tasks.ui;bundle-version="4.4.0",
org.eclipse.search;bundle-version="0.0.0",
org.eclipse.ui;bundle-version="0.0.0",
org.eclipse.ui.workbench.texteditor;bundle-version="0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion mylyn.builds/org.eclipse.mylyn.builds.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.mylyn</groupId>
<artifactId>org.eclipse.mylyn.parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.4.0-SNAPSHOT</version>
<relativePath>../../mylyn.releng/org.eclipse.mylyn.parent</relativePath>
</parent>
<artifactId>org.eclipse.mylyn.builds.tests</artifactId>
Expand Down
28 changes: 14 additions & 14 deletions mylyn.builds/org.eclipse.mylyn.builds.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: org.eclipse.mylyn.builds.ui
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.builds.ui;singleton:=true
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.4.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.compare;bundle-version="0.0.0",
org.eclipse.core.expressions;bundle-version="0.0.0",
Expand All @@ -20,19 +20,19 @@ Require-Bundle: org.eclipse.compare;bundle-version="0.0.0",
org.eclipse.jdt.debug.ui;bundle-version="0.0.0";resolution:=optional,
org.eclipse.jdt.junit;bundle-version="0.0.0";resolution:=optional,
org.eclipse.jdt.ui;bundle-version="0.0.0";resolution:=optional,
org.eclipse.mylyn.builds.core;bundle-version="4.3.0",
org.eclipse.mylyn.commons.core;bundle-version="4.3.0",
org.eclipse.mylyn.commons.notifications.core;bundle-version="4.3.0",
org.eclipse.mylyn.commons.notifications.ui;bundle-version="4.3.0",
org.eclipse.mylyn.commons.repositories.core;bundle-version="4.3.0",
org.eclipse.mylyn.commons.repositories.ui;bundle-version="4.3.0",
org.eclipse.mylyn.commons.ui;bundle-version="4.3.0",
org.eclipse.mylyn.commons.workbench;bundle-version="4.3.0",
org.eclipse.mylyn.tasks.ui;bundle-version="4.3.0",
org.eclipse.mylyn.tasks.core;bundle-version="4.3.0",
org.eclipse.mylyn.team.ui;bundle-version="4.3.0",
org.eclipse.mylyn.versions.core;bundle-version="4.3.0",
org.eclipse.mylyn.versions.ui;bundle-version="4.3.0",
org.eclipse.mylyn.builds.core;bundle-version="4.4.0",
org.eclipse.mylyn.commons.core;bundle-version="4.4.0",
org.eclipse.mylyn.commons.notifications.core;bundle-version="4.4.0",
org.eclipse.mylyn.commons.notifications.ui;bundle-version="4.4.0",
org.eclipse.mylyn.commons.repositories.core;bundle-version="4.4.0",
org.eclipse.mylyn.commons.repositories.ui;bundle-version="4.4.0",
org.eclipse.mylyn.commons.ui;bundle-version="4.4.0",
org.eclipse.mylyn.commons.workbench;bundle-version="4.4.0",
org.eclipse.mylyn.tasks.ui;bundle-version="4.4.0",
org.eclipse.mylyn.tasks.core;bundle-version="4.4.0",
org.eclipse.mylyn.team.ui;bundle-version="4.4.0",
org.eclipse.mylyn.versions.core;bundle-version="4.4.0",
org.eclipse.mylyn.versions.ui;bundle-version="4.4.0",
org.eclipse.team.core;bundle-version="0.0.0",
org.eclipse.team.ui;bundle-version="0.0.0",
org.eclipse.ui;bundle-version="0.0.0",
Expand Down
6 changes: 3 additions & 3 deletions mylyn.builds/org.eclipse.mylyn.jenkins-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<feature
id="org.eclipse.mylyn.jenkins.feature"
label="%featureName"
version="4.3.0.qualifier"
version="4.4.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.builds.core"
license-feature="org.eclipse.license"
Expand All @@ -34,8 +34,8 @@
</license>

<requires>
<import feature="org.eclipse.mylyn.builds.feature" version="4.3.0" match="compatible"/>
<import feature="org.eclipse.mylyn.commons.repositories.feature" version="4.3.0" match="compatible"/>
<import feature="org.eclipse.mylyn.builds.feature" version="4.4.0" match="compatible"/>
<import feature="org.eclipse.mylyn.commons.repositories.feature" version="4.4.0" match="compatible"/>
</requires>

<plugin
Expand Down
12 changes: 6 additions & 6 deletions mylyn.builds/org.eclipse.mylyn.jenkins.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Automatic-Module-Name: org.eclipse.mylyn.jenkins.core
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.jenkins.core;singleton:=true
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.4.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.emf.ecore;bundle-version="0.0.0",
org.eclipse.mylyn.builds.core;bundle-version="4.3.0",
org.eclipse.mylyn.commons.core;bundle-version="4.3.0",
org.eclipse.mylyn.commons.repositories.core;bundle-version="4.3.0",
org.eclipse.mylyn.commons.repositories.http.core;bundle-version="4.3.0",
org.eclipse.mylyn.jenkins.core;bundle-version="4.3.0"
org.eclipse.mylyn.builds.core;bundle-version="4.4.0",
org.eclipse.mylyn.commons.core;bundle-version="4.4.0",
org.eclipse.mylyn.commons.repositories.core;bundle-version="4.4.0",
org.eclipse.mylyn.commons.repositories.http.core;bundle-version="4.4.0",
org.eclipse.mylyn.jenkins.core;bundle-version="4.4.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-Localization: plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Automatic-Module-Name: org.eclipse.mylyn.jenkins.tests
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Jenkins Connector
Bundle-SymbolicName: org.eclipse.mylyn.jenkins.tests;singleton:=true
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.4.0.qualifier
Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.emf.ecore;bundle-version="0.0.0",
org.eclipse.jface.text;bundle-version="0.0.0",
org.eclipse.mylyn.builds.core;bundle-version="4.3.0",
org.eclipse.mylyn.commons.core;bundle-version="4.3.0",
org.eclipse.mylyn.commons.repositories.core;bundle-version="4.3.0",
org.eclipse.mylyn.commons.sdk.util;bundle-version="4.3.0",
org.eclipse.mylyn.jenkins.core;bundle-version="4.3.0",
org.eclipse.mylyn.jenkins.ui;bundle-version="4.3.0",
org.eclipse.mylyn.builds.core;bundle-version="4.4.0",
org.eclipse.mylyn.commons.core;bundle-version="4.4.0",
org.eclipse.mylyn.commons.repositories.core;bundle-version="4.4.0",
org.eclipse.mylyn.commons.sdk.util;bundle-version="4.4.0",
org.eclipse.mylyn.jenkins.core;bundle-version="4.4.0",
org.eclipse.mylyn.jenkins.ui;bundle-version="4.4.0",
org.eclipse.search;bundle-version="0.0.0",
org.eclipse.ui;bundle-version="0.0.0",
org.eclipse.ui.workbench.texteditor;bundle-version="0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion mylyn.builds/org.eclipse.mylyn.jenkins.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.mylyn</groupId>
<artifactId>org.eclipse.mylyn.parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.4.0-SNAPSHOT</version>
<relativePath>../../mylyn.releng/org.eclipse.mylyn.parent</relativePath>
</parent>
<artifactId>org.eclipse.mylyn.jenkins.tests</artifactId>
Expand Down
16 changes: 8 additions & 8 deletions mylyn.builds/org.eclipse.mylyn.jenkins.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Automatic-Module-Name: org.eclipse.mylyn.jenkins.ui
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.jenkins.ui;singleton:=true
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.4.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.ecf;bundle-version="3.0.0";resolution:=optional,
org.eclipse.ecf.discovery;bundle-version="3.0.0",
org.eclipse.ecf.provider.jmdns;bundle-version="3.0.0",
org.eclipse.mylyn.builds.core;bundle-version="4.3.0",
org.eclipse.mylyn.builds.ui;bundle-version="4.3.0",
org.eclipse.mylyn.commons.core;bundle-version="4.3.0",
org.eclipse.mylyn.commons.notifications.ui;bundle-version="4.3.0",
org.eclipse.mylyn.commons.repositories.core;bundle-version="4.3.0",
org.eclipse.mylyn.commons.repositories.ui;bundle-version="4.3.0",
org.eclipse.mylyn.jenkins.core;bundle-version="4.3.0",
org.eclipse.mylyn.builds.core;bundle-version="4.4.0",
org.eclipse.mylyn.builds.ui;bundle-version="4.4.0",
org.eclipse.mylyn.commons.core;bundle-version="4.4.0",
org.eclipse.mylyn.commons.notifications.ui;bundle-version="4.4.0",
org.eclipse.mylyn.commons.repositories.core;bundle-version="4.4.0",
org.eclipse.mylyn.commons.repositories.ui;bundle-version="4.4.0",
org.eclipse.mylyn.jenkins.core;bundle-version="4.4.0",
org.eclipse.ui;bundle-version="0.0.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<feature
id="org.eclipse.mylyn.commons.feature"
label="%featureName"
version="4.3.0.qualifier"
version="4.4.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.commons.core"
license-feature="org.eclipse.license"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<feature
id="org.eclipse.mylyn.commons.activity.feature"
label="%featureName"
version="4.3.0.qualifier"
version="4.4.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.tasks.activity.ui"
license-feature="org.eclipse.license"
Expand All @@ -32,7 +32,7 @@
</license>

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

<plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Automatic-Module-Name: org.eclipse.mylyn.commons.activity.tests
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Commons Activity Monitor Tests
Bundle-SymbolicName: org.eclipse.mylyn.commons.activity.tests;singleton:=true
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.4.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.mylyn.commons.activity.ui;bundle-version="4.3.0",
org.eclipse.mylyn.commons.activity.ui;bundle-version="4.4.0",
org.junit;bundle-version="4.8.2"
Export-Package: org.eclipse.mylyn.commons.activity.tests;x-internal:=true
Bundle-RequiredExecutionEnvironment: JavaSE-17
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.mylyn</groupId>
<artifactId>org.eclipse.mylyn.parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.4.0-SNAPSHOT</version>
<relativePath>../../mylyn.releng/org.eclipse.mylyn.parent</relativePath>
</parent>
<artifactId>org.eclipse.mylyn.commons.activity.tests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Automatic-Module-Name: org.eclipse.mylyn.commons.activity.ui
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.activity.ui;singleton:=true
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.4.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-17
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;bundle-version="0.0.0",
org.eclipse.jface;bundle-version="0.0.0",
org.eclipse.mylyn.commons.core;bundle-version="4.3.0",
org.eclipse.mylyn.commons.core;bundle-version="4.4.0",
org.eclipse.swt;bundle-version="0.0.0",
org.eclipse.ui.workbench;bundle-version="0.0.0"
Bundle-ClassPath: .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: org.eclipse.mylyn.commons.core
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.core;singleton:=true
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.4.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-17
Export-Package: org.eclipse.mylyn.commons.core,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<feature
id="org.eclipse.mylyn.commons.identity.feature"
label="%featureName"
version="4.3.0.qualifier"
version="4.4.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.commons.core"
license-feature="org.eclipse.license"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: org.eclipse.mylyn.commons.identity.core
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.identity.core;singleton:=true
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.4.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ Automatic-Module-Name: org.eclipse.mylyn.commons.identity.ui
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.identity.ui;singleton:=true
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.4.0.qualifier
Bundle-Activator: org.eclipse.mylyn.internal.commons.identity.ui.IdentityUiPlugin
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.mylyn.commons.identity.core;bundle-version="4.3.0",
org.eclipse.mylyn.commons.ui;bundle-version="4.3.0",
org.eclipse.mylyn.commons.workbench;bundle-version="4.3.0",
org.eclipse.mylyn.commons.identity.core;bundle-version="4.4.0",
org.eclipse.mylyn.commons.ui;bundle-version="4.4.0",
org.eclipse.mylyn.commons.workbench;bundle-version="4.4.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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Automatic-Module-Name: org.eclipse.mylyn.commons.net
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.net;singleton:=true
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.4.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: 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="4.3.0"
org.eclipse.mylyn.commons.core;bundle-version="4.4.0"
Export-Package: org.eclipse.mylyn.commons.net,
org.eclipse.mylyn.commons.net.http,
org.eclipse.mylyn.internal.commons.net;x-internal:=true,
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.feature"
label="%featureName"
version="4.3.0.qualifier"
version="4.4.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.commons.core"
license-feature="org.eclipse.license"
Expand All @@ -34,7 +34,7 @@
</license>

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

<plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: org.eclipse.mylyn.commons.notifications.core
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications.core;singleton:=true
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.4.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-17
Export-Package: org.eclipse.mylyn.commons.notifications.core;x-friends:="org.eclipse.mylyn.commons.notifications.ui,org.eclipse.mylyn.commons.notifications.feed"
Expand Down
Loading

0 comments on commit d232af5

Please sign in to comment.