From eb15b1ca26afe31404589b14c1cfddcf3f178d9c Mon Sep 17 00:00:00 2001 From: Luana Dos Santos Date: Thu, 7 May 2026 17:33:56 -0300 Subject: [PATCH 01/15] W-22405361-ETS-change-LDS --- .../ROOT/pages/to-publish-assets-maven.adoc | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/modules/ROOT/pages/to-publish-assets-maven.adoc b/modules/ROOT/pages/to-publish-assets-maven.adoc index 0a2bf8eea..cf05c9689 100644 --- a/modules/ROOT/pages/to-publish-assets-maven.adoc +++ b/modules/ROOT/pages/to-publish-assets-maven.adoc @@ -3,6 +3,7 @@ ifndef::env-site,env-github[] include::_attributes.adoc[] endif::[] :imagesdir: ../assets/images/ +:page-notice-banner-message: Important: Starting May 18, 2026, publishing connectors and Mule plugins to Exchange requires mule-extension-plugin version 1.9.0 or higher. See Connector Publishing Requirements. include::reuse::partial$non-inclusive-banner.adoc[] @@ -44,6 +45,35 @@ To construct the elements of a Maven POM file, you need to determine your organi . Click the name of the top-level organization or a business group, and view your organization ID in the organization information screen. . Copy the organization ID so you can add it to your project's POM file for the following examples. +[[connector-publishing-requirements]] +== Connector and Plugin Publishing Requirements + +Starting May 18, 2026, connectors and Mule plugins published to Exchange must use mule-extension-plugin version 1.9.0 or higher. This version ensures Java compatibility information is included in your asset's `mule-artifact.json` file. + +=== What You Need to Do + +Choose the approach that matches your development setup: + +* *If you use the parent POM (recommended):* Update to the latest parent POM version that includes mule-extension-plugin 1.9.0+ +* *If you use Mule SDK:* Upgrade to a version that includes mule-extension-plugin 1.9.0+. See the https://docs.mulesoft.com/release-notes/mule-sdk/mule-sdk-release-notes[Mule SDK Release Notes]. +* *If you manually configure plugins:* Update your POM file to reference mule-extension-plugin version 1.9.0 or higher + +=== Who Is Affected + +* Internal developers and partners publishing new connector versions +* Customers building custom connectors with Mule SDK + +=== Who Isn't Affected + +* Users publishing with Anypoint Code Builder (ACB) or Anypoint Studio (these tools already include the required configuration) +* Existing published connectors (no action needed unless you publish a new version) +* Mule applications (no action needed) + +[IMPORTANT] +==== +Starting May 18, 2026, connectors built with older versions of mule-extension-plugin fail to publish to Exchange. Update your plugin version before publishing new connector versions. +==== + == Publish an Asset to Exchange Using Maven Refer to examples of publishing each asset type with Maven in the repository located at `https://github.com/mulesoft-labs/exchange-documentation-samples`. From a4ece198ac5b389839b8a69be24757bd2f24d570 Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Thu, 7 May 2026 17:53:02 -0300 Subject: [PATCH 02/15] Apply suggestion from @luanamulesoft --- modules/ROOT/pages/to-publish-assets-maven.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/to-publish-assets-maven.adoc b/modules/ROOT/pages/to-publish-assets-maven.adoc index cf05c9689..d0528c676 100644 --- a/modules/ROOT/pages/to-publish-assets-maven.adoc +++ b/modules/ROOT/pages/to-publish-assets-maven.adoc @@ -3,7 +3,7 @@ ifndef::env-site,env-github[] include::_attributes.adoc[] endif::[] :imagesdir: ../assets/images/ -:page-notice-banner-message: Important: Starting May 18, 2026, publishing connectors and Mule plugins to Exchange requires mule-extension-plugin version 1.9.0 or higher. See Connector Publishing Requirements. +:page-notice-banner-message: Important: Starting May 18, 2026, publishing connectors and Mule plugins to Exchange requires mule-extension-plugin version 1.9.0 or higher. See Update Your Plugin for Exchange Publishing. include::reuse::partial$non-inclusive-banner.adoc[] From 29df3419f884d5412772686bf098a21e6ae52eac Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Thu, 7 May 2026 17:53:16 -0300 Subject: [PATCH 03/15] Apply suggestion from @luanamulesoft --- modules/ROOT/pages/to-publish-assets-maven.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/to-publish-assets-maven.adoc b/modules/ROOT/pages/to-publish-assets-maven.adoc index d0528c676..5df50e2aa 100644 --- a/modules/ROOT/pages/to-publish-assets-maven.adoc +++ b/modules/ROOT/pages/to-publish-assets-maven.adoc @@ -45,7 +45,7 @@ To construct the elements of a Maven POM file, you need to determine your organi . Click the name of the top-level organization or a business group, and view your organization ID in the organization information screen. . Copy the organization ID so you can add it to your project's POM file for the following examples. -[[connector-publishing-requirements]] +[[update-plugin-exchange-publishing]] == Connector and Plugin Publishing Requirements Starting May 18, 2026, connectors and Mule plugins published to Exchange must use mule-extension-plugin version 1.9.0 or higher. This version ensures Java compatibility information is included in your asset's `mule-artifact.json` file. From 79315db3c7f1ada96f3b5bf62057562c6e239510 Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Thu, 7 May 2026 17:53:27 -0300 Subject: [PATCH 04/15] Apply suggestion from @luanamulesoft --- modules/ROOT/pages/to-publish-assets-maven.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/to-publish-assets-maven.adoc b/modules/ROOT/pages/to-publish-assets-maven.adoc index 5df50e2aa..b95b00d20 100644 --- a/modules/ROOT/pages/to-publish-assets-maven.adoc +++ b/modules/ROOT/pages/to-publish-assets-maven.adoc @@ -46,7 +46,7 @@ To construct the elements of a Maven POM file, you need to determine your organi . Copy the organization ID so you can add it to your project's POM file for the following examples. [[update-plugin-exchange-publishing]] -== Connector and Plugin Publishing Requirements +== Update Your Plugin for Exchange Publishing Starting May 18, 2026, connectors and Mule plugins published to Exchange must use mule-extension-plugin version 1.9.0 or higher. This version ensures Java compatibility information is included in your asset's `mule-artifact.json` file. From 48b48ff9e87894616d409c14c3ad25a1c6323e5c Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Thu, 7 May 2026 17:54:43 -0300 Subject: [PATCH 05/15] Apply suggestion from @luanamulesoft --- modules/ROOT/pages/to-publish-assets-maven.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/to-publish-assets-maven.adoc b/modules/ROOT/pages/to-publish-assets-maven.adoc index b95b00d20..2342892ba 100644 --- a/modules/ROOT/pages/to-publish-assets-maven.adoc +++ b/modules/ROOT/pages/to-publish-assets-maven.adoc @@ -48,7 +48,7 @@ To construct the elements of a Maven POM file, you need to determine your organi [[update-plugin-exchange-publishing]] == Update Your Plugin for Exchange Publishing -Starting May 18, 2026, connectors and Mule plugins published to Exchange must use mule-extension-plugin version 1.9.0 or higher. This version ensures Java compatibility information is included in your asset's `mule-artifact.json` file. +Starting May 18, 2026, connectors and Mule plugins published to Exchange require `mule-extension-plugin` version 1.9.0 and later. This version includes Java compatibility information in your asset's `mule-artifact.json` file. === What You Need to Do From 21241d4fa078874bfea555b0cc7baec3c1bf832f Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Thu, 7 May 2026 17:59:44 -0300 Subject: [PATCH 06/15] Apply suggestion from @luanamulesoft --- modules/ROOT/pages/to-publish-assets-maven.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/to-publish-assets-maven.adoc b/modules/ROOT/pages/to-publish-assets-maven.adoc index 2342892ba..b6b101689 100644 --- a/modules/ROOT/pages/to-publish-assets-maven.adoc +++ b/modules/ROOT/pages/to-publish-assets-maven.adoc @@ -3,7 +3,7 @@ ifndef::env-site,env-github[] include::_attributes.adoc[] endif::[] :imagesdir: ../assets/images/ -:page-notice-banner-message: Important: Starting May 18, 2026, publishing connectors and Mule plugins to Exchange requires mule-extension-plugin version 1.9.0 or higher. See Update Your Plugin for Exchange Publishing. +:page-notice-banner-message: Important: Starting May 18, 2026, publishing connectors and Mule plugins to Exchange requires mule-extension-plugin version 1.9.0 or later. See Update Your Plugin for Exchange Publishing. include::reuse::partial$non-inclusive-banner.adoc[] From d48130a422315200f8e7ba7b7502aaf46dc0ebcb Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Thu, 7 May 2026 18:14:04 -0300 Subject: [PATCH 07/15] Update to-publish-assets-maven.adoc --- .../ROOT/pages/to-publish-assets-maven.adoc | 26 +++---------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/modules/ROOT/pages/to-publish-assets-maven.adoc b/modules/ROOT/pages/to-publish-assets-maven.adoc index b6b101689..c14373e6f 100644 --- a/modules/ROOT/pages/to-publish-assets-maven.adoc +++ b/modules/ROOT/pages/to-publish-assets-maven.adoc @@ -3,7 +3,7 @@ ifndef::env-site,env-github[] include::_attributes.adoc[] endif::[] :imagesdir: ../assets/images/ -:page-notice-banner-message: Important: Starting May 18, 2026, publishing connectors and Mule plugins to Exchange requires mule-extension-plugin version 1.9.0 or later. See Update Your Plugin for Exchange Publishing. +:page-notice-banner-message: Important: Starting May 18, 2026, publishing connectors and Mule plugins to Exchange requires `mule-extension-plugin` version 1.9.0 or later. Update your plugin version before publishing new connector versions. See Update Your Plugin for Exchange Publishing. include::reuse::partial$non-inclusive-banner.adoc[] @@ -50,29 +50,11 @@ To construct the elements of a Maven POM file, you need to determine your organi Starting May 18, 2026, connectors and Mule plugins published to Exchange require `mule-extension-plugin` version 1.9.0 and later. This version includes Java compatibility information in your asset's `mule-artifact.json` file. -=== What You Need to Do - Choose the approach that matches your development setup: -* *If you use the parent POM (recommended):* Update to the latest parent POM version that includes mule-extension-plugin 1.9.0+ -* *If you use Mule SDK:* Upgrade to a version that includes mule-extension-plugin 1.9.0+. See the https://docs.mulesoft.com/release-notes/mule-sdk/mule-sdk-release-notes[Mule SDK Release Notes]. -* *If you manually configure plugins:* Update your POM file to reference mule-extension-plugin version 1.9.0 or higher - -=== Who Is Affected - -* Internal developers and partners publishing new connector versions -* Customers building custom connectors with Mule SDK - -=== Who Isn't Affected - -* Users publishing with Anypoint Code Builder (ACB) or Anypoint Studio (these tools already include the required configuration) -* Existing published connectors (no action needed unless you publish a new version) -* Mule applications (no action needed) - -[IMPORTANT] -==== -Starting May 18, 2026, connectors built with older versions of mule-extension-plugin fail to publish to Exchange. Update your plugin version before publishing new connector versions. -==== +* If you use the parent POM, update to the latest parent POM version that includes `mule-extension-plugin` 1.9.0 and later. +* If you use Mule SDK, upgrade to a version that includes mule-extension-plugin 1.9.0 and later. +* If you manually configure plugins:* Update your POM file to reference mule-extension-plugin version 1.9.0 or higher == Publish an Asset to Exchange Using Maven From 4e4b9c62c8cd4dedc4a7b5ac2c869a85232c500e Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Thu, 7 May 2026 18:19:02 -0300 Subject: [PATCH 08/15] Update modules/ROOT/pages/to-publish-assets-maven.adoc --- modules/ROOT/pages/to-publish-assets-maven.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/to-publish-assets-maven.adoc b/modules/ROOT/pages/to-publish-assets-maven.adoc index c14373e6f..b0737e739 100644 --- a/modules/ROOT/pages/to-publish-assets-maven.adoc +++ b/modules/ROOT/pages/to-publish-assets-maven.adoc @@ -53,7 +53,7 @@ Starting May 18, 2026, connectors and Mule plugins published to Exchange require Choose the approach that matches your development setup: * If you use the parent POM, update to the latest parent POM version that includes `mule-extension-plugin` 1.9.0 and later. -* If you use Mule SDK, upgrade to a version that includes mule-extension-plugin 1.9.0 and later. +* If you use Mule SDK, upgrade to a version that includes `mule-extension-plugin` 1.9.0 and later. * If you manually configure plugins:* Update your POM file to reference mule-extension-plugin version 1.9.0 or higher == Publish an Asset to Exchange Using Maven From e443185ac52436a73b1560816c000cecce0860e8 Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Thu, 7 May 2026 18:19:09 -0300 Subject: [PATCH 09/15] Update modules/ROOT/pages/to-publish-assets-maven.adoc --- modules/ROOT/pages/to-publish-assets-maven.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/to-publish-assets-maven.adoc b/modules/ROOT/pages/to-publish-assets-maven.adoc index b0737e739..dcb4bfbc5 100644 --- a/modules/ROOT/pages/to-publish-assets-maven.adoc +++ b/modules/ROOT/pages/to-publish-assets-maven.adoc @@ -54,7 +54,7 @@ Choose the approach that matches your development setup: * If you use the parent POM, update to the latest parent POM version that includes `mule-extension-plugin` 1.9.0 and later. * If you use Mule SDK, upgrade to a version that includes `mule-extension-plugin` 1.9.0 and later. -* If you manually configure plugins:* Update your POM file to reference mule-extension-plugin version 1.9.0 or higher +* If you manually configure plugins: Update your POM file to reference `mule-extension-plugin` version 1.9.0 or higher == Publish an Asset to Exchange Using Maven From d29853736c88091044cdf71e9f640757b25a1a10 Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Thu, 7 May 2026 18:23:52 -0300 Subject: [PATCH 10/15] Update to-publish-assets-maven.adoc --- modules/ROOT/pages/to-publish-assets-maven.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/to-publish-assets-maven.adoc b/modules/ROOT/pages/to-publish-assets-maven.adoc index dcb4bfbc5..9aed1bd83 100644 --- a/modules/ROOT/pages/to-publish-assets-maven.adoc +++ b/modules/ROOT/pages/to-publish-assets-maven.adoc @@ -3,7 +3,7 @@ ifndef::env-site,env-github[] include::_attributes.adoc[] endif::[] :imagesdir: ../assets/images/ -:page-notice-banner-message: Important: Starting May 18, 2026, publishing connectors and Mule plugins to Exchange requires `mule-extension-plugin` version 1.9.0 or later. Update your plugin version before publishing new connector versions. See Update Your Plugin for Exchange Publishing. +:page-notice-banner-message: Starting May 18, 2026, publishing connectors and Mule plugins to Exchange requires mule-extension-plugin version 1.9.0 or later. Update your plugin version before publishing new connector versions. See Update Your Plugin for Exchange Publishing. include::reuse::partial$non-inclusive-banner.adoc[] From 42c1dda7a968c923c2831f7a52a09dabdc5ca2a3 Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Thu, 7 May 2026 18:29:50 -0300 Subject: [PATCH 11/15] Update to-publish-assets-maven.adoc --- modules/ROOT/pages/to-publish-assets-maven.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/to-publish-assets-maven.adoc b/modules/ROOT/pages/to-publish-assets-maven.adoc index 9aed1bd83..070eae828 100644 --- a/modules/ROOT/pages/to-publish-assets-maven.adoc +++ b/modules/ROOT/pages/to-publish-assets-maven.adoc @@ -3,7 +3,7 @@ ifndef::env-site,env-github[] include::_attributes.adoc[] endif::[] :imagesdir: ../assets/images/ -:page-notice-banner-message: Starting May 18, 2026, publishing connectors and Mule plugins to Exchange requires mule-extension-plugin version 1.9.0 or later. Update your plugin version before publishing new connector versions. See Update Your Plugin for Exchange Publishing. +:page-notice-banner-message: Starting May 18, 2026, publishing connectors and Mule plugins to Exchange requires mule-extension-plugin 1.9.0 or later. Update your plugin version before publishing new connector versions. See Update Your Plugin for Exchange Publishing. include::reuse::partial$non-inclusive-banner.adoc[] From 95658a9f3ad1d6a1033c5d4228be82acc7916249 Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Thu, 7 May 2026 18:30:14 -0300 Subject: [PATCH 12/15] Update to-publish-assets-maven.adoc --- modules/ROOT/pages/to-publish-assets-maven.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/to-publish-assets-maven.adoc b/modules/ROOT/pages/to-publish-assets-maven.adoc index 070eae828..117329cdd 100644 --- a/modules/ROOT/pages/to-publish-assets-maven.adoc +++ b/modules/ROOT/pages/to-publish-assets-maven.adoc @@ -3,7 +3,7 @@ ifndef::env-site,env-github[] include::_attributes.adoc[] endif::[] :imagesdir: ../assets/images/ -:page-notice-banner-message: Starting May 18, 2026, publishing connectors and Mule plugins to Exchange requires mule-extension-plugin 1.9.0 or later. Update your plugin version before publishing new connector versions. See Update Your Plugin for Exchange Publishing. +:page-notice-banner-message: Starting May 18, 2026, publishing connectors and Mule plugins to Exchange requires mule-extension-plugin 1.9.0 or later. Update your plugin version before publishing new connector versions. See Update Your Plugin for Exchange Publishing. include::reuse::partial$non-inclusive-banner.adoc[] From 1d8f023316133a7243e1201ce54b6015adeee7d2 Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Thu, 7 May 2026 18:31:44 -0300 Subject: [PATCH 13/15] Update to-publish-assets-maven.adoc --- modules/ROOT/pages/to-publish-assets-maven.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/to-publish-assets-maven.adoc b/modules/ROOT/pages/to-publish-assets-maven.adoc index 117329cdd..3deb8dbd2 100644 --- a/modules/ROOT/pages/to-publish-assets-maven.adoc +++ b/modules/ROOT/pages/to-publish-assets-maven.adoc @@ -3,7 +3,7 @@ ifndef::env-site,env-github[] include::_attributes.adoc[] endif::[] :imagesdir: ../assets/images/ -:page-notice-banner-message: Starting May 18, 2026, publishing connectors and Mule plugins to Exchange requires mule-extension-plugin 1.9.0 or later. Update your plugin version before publishing new connector versions. See Update Your Plugin for Exchange Publishing. +:page-notice-banner-message: Starting May 18, 2026, publishing connectors and Mule plugins to Exchange requires mule-extension-plugin 1.9.0 or later. Update your plugin version before publishing new connector versions. See Update Your Plugin for Exchange Publishing. include::reuse::partial$non-inclusive-banner.adoc[] From fb22efd3feff0a2b4f92d1491d80879234b26ddd Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Thu, 7 May 2026 18:34:00 -0300 Subject: [PATCH 14/15] Update to-publish-assets-maven.adoc --- modules/ROOT/pages/to-publish-assets-maven.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/to-publish-assets-maven.adoc b/modules/ROOT/pages/to-publish-assets-maven.adoc index 3deb8dbd2..22b14400b 100644 --- a/modules/ROOT/pages/to-publish-assets-maven.adoc +++ b/modules/ROOT/pages/to-publish-assets-maven.adoc @@ -48,13 +48,13 @@ To construct the elements of a Maven POM file, you need to determine your organi [[update-plugin-exchange-publishing]] == Update Your Plugin for Exchange Publishing -Starting May 18, 2026, connectors and Mule plugins published to Exchange require `mule-extension-plugin` version 1.9.0 and later. This version includes Java compatibility information in your asset's `mule-artifact.json` file. +Starting May 18, 2026, connectors and Mule plugins published to Exchange require `mule-extension-plugin` version 1.9.0 or later. This version includes Java compatibility information in your asset's `mule-artifact.json` file. Choose the approach that matches your development setup: * If you use the parent POM, update to the latest parent POM version that includes `mule-extension-plugin` 1.9.0 and later. * If you use Mule SDK, upgrade to a version that includes `mule-extension-plugin` 1.9.0 and later. -* If you manually configure plugins: Update your POM file to reference `mule-extension-plugin` version 1.9.0 or higher +* If you manually configure plugins: Update your POM file to reference `mule-extension-plugin` version 1.9.0 or later. == Publish an Asset to Exchange Using Maven From 74bb2125846ce3a37f884a4ae94ec1a56b33c80f Mon Sep 17 00:00:00 2001 From: Luana Dos Santos Date: Fri, 8 May 2026 03:34:30 -0300 Subject: [PATCH 15/15] fixed content --- .../ROOT/pages/to-publish-assets-maven.adoc | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/modules/ROOT/pages/to-publish-assets-maven.adoc b/modules/ROOT/pages/to-publish-assets-maven.adoc index 22b14400b..8f04111b0 100644 --- a/modules/ROOT/pages/to-publish-assets-maven.adoc +++ b/modules/ROOT/pages/to-publish-assets-maven.adoc @@ -3,7 +3,6 @@ ifndef::env-site,env-github[] include::_attributes.adoc[] endif::[] :imagesdir: ../assets/images/ -:page-notice-banner-message: Starting May 18, 2026, publishing connectors and Mule plugins to Exchange requires mule-extension-plugin 1.9.0 or later. Update your plugin version before publishing new connector versions. See Update Your Plugin for Exchange Publishing. include::reuse::partial$non-inclusive-banner.adoc[] @@ -37,6 +36,13 @@ You must have a unique artifact name and organization ID to publish your asset. The US cloud and EU cloud use slightly different URLs, as shown in the examples. +[IMPORTANT] +==== +Starting May 18, 2026, custom connectors and Mule plugins published to Exchange require `mule-extension-plugin` version 1.9.0 or higher. This change doesn't affect connectors already published to Exchange. + +For complete requirements and update instructions, see xref:mule-sdk::publishing-connectors-exchange.adoc[]. +==== + == View Your Organization ID To construct the elements of a Maven POM file, you need to determine your organization ID: @@ -45,17 +51,6 @@ To construct the elements of a Maven POM file, you need to determine your organi . Click the name of the top-level organization or a business group, and view your organization ID in the organization information screen. . Copy the organization ID so you can add it to your project's POM file for the following examples. -[[update-plugin-exchange-publishing]] -== Update Your Plugin for Exchange Publishing - -Starting May 18, 2026, connectors and Mule plugins published to Exchange require `mule-extension-plugin` version 1.9.0 or later. This version includes Java compatibility information in your asset's `mule-artifact.json` file. - -Choose the approach that matches your development setup: - -* If you use the parent POM, update to the latest parent POM version that includes `mule-extension-plugin` 1.9.0 and later. -* If you use Mule SDK, upgrade to a version that includes `mule-extension-plugin` 1.9.0 and later. -* If you manually configure plugins: Update your POM file to reference `mule-extension-plugin` version 1.9.0 or later. - == Publish an Asset to Exchange Using Maven Refer to examples of publishing each asset type with Maven in the repository located at `https://github.com/mulesoft-labs/exchange-documentation-samples`.