From 736c4db1410a190d07ad5ff0e50334c99a89105c Mon Sep 17 00:00:00 2001 From: Julien Giovaresco Date: Mon, 29 May 2023 09:08:34 +0200 Subject: [PATCH] fix: rename execution phase properties in manifest https://gravitee.atlassian.net/browse/APIM-1708 --- src/main/resources/plugin.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/plugin.properties b/src/main/resources/plugin.properties index 297aa18..f4ce560 100644 --- a/src/main/resources/plugin.properties +++ b/src/main/resources/plugin.properties @@ -5,4 +5,4 @@ description=${project.description} class=io.gravitee.policy.messagefiltering.MessageFilteringPolicy type=policy category=others -async=MESSAGE_REQUEST,MESSAGE_RESPONSE +message=MESSAGE_REQUEST,MESSAGE_RESPONSE