From 8fc814fb6967c248a77285c59be9538c58bbfdef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Contreras=20Guill=C3=A9n?= Date: Tue, 19 May 2026 17:51:39 +0200 Subject: [PATCH 1/2] feat(observability): add optional fireflyframework-observability to plugin-core --- plugin-core/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugin-core/pom.xml b/plugin-core/pom.xml index 8205822..5abf249 100644 --- a/plugin-core/pom.xml +++ b/plugin-core/pom.xml @@ -22,5 +22,13 @@ plugin-api ${project.version} + + + + org.fireflyframework + fireflyframework-observability + ${project.version} + true + From 6a41f234af62118e8987aa098136851cfbfd00e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Contreras=20Guill=C3=A9n?= Date: Tue, 19 May 2026 17:57:07 +0200 Subject: [PATCH 2/2] release: bump version to 26.05.01 --- plugin-api/pom.xml | 2 +- plugin-api/target/maven-archiver/pom.properties | 2 +- plugin-core/pom.xml | 2 +- plugin-core/target/maven-archiver/pom.properties | 2 +- pom.xml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin-api/pom.xml b/plugin-api/pom.xml index cd2ea72..cfb4f3c 100644 --- a/plugin-api/pom.xml +++ b/plugin-api/pom.xml @@ -7,7 +7,7 @@ org.fireflyframework fireflyframework-plugins - 26.04.01 + 26.05.01 plugin-api diff --git a/plugin-api/target/maven-archiver/pom.properties b/plugin-api/target/maven-archiver/pom.properties index f64941b..72c17ed 100644 --- a/plugin-api/target/maven-archiver/pom.properties +++ b/plugin-api/target/maven-archiver/pom.properties @@ -1,3 +1,3 @@ artifactId=plugin-api groupId=org.fireflyframework -version=26.02.06 +version=26.04.01 diff --git a/plugin-core/pom.xml b/plugin-core/pom.xml index 5abf249..035d41a 100644 --- a/plugin-core/pom.xml +++ b/plugin-core/pom.xml @@ -7,7 +7,7 @@ org.fireflyframework fireflyframework-plugins - 26.04.01 + 26.05.01 plugin-core diff --git a/plugin-core/target/maven-archiver/pom.properties b/plugin-core/target/maven-archiver/pom.properties index 878bc75..bb051ca 100644 --- a/plugin-core/target/maven-archiver/pom.properties +++ b/plugin-core/target/maven-archiver/pom.properties @@ -1,3 +1,3 @@ artifactId=plugin-core groupId=org.fireflyframework -version=26.02.06 +version=26.04.01 diff --git a/pom.xml b/pom.xml index 40362c7..6d09db2 100644 --- a/pom.xml +++ b/pom.xml @@ -7,12 +7,12 @@ org.fireflyframework fireflyframework-parent - 26.04.01 + 26.05.01 org.fireflyframework fireflyframework-plugins - 26.04.01 + 26.05.01 pom Firefly Framework - Common Plugins