From b1379c1d2d16fae783d55a9ff8faef199109f3f4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 21 Nov 2024 19:34:27 +0000 Subject: [PATCH] [ci skip] prepare for next development iteration --- service/application/pom.xml | 16 ++++++++-------- service/confluent-schema-registry-plugin/pom.xml | 4 ++-- service/kafka-plugin/pom.xml | 4 ++-- service/local-storage-plugin/pom.xml | 4 ++-- service/plugin/pom.xml | 4 ++-- service/pom.xml | 4 ++-- service/rabbitmq-plugin/pom.xml | 4 ++-- service/solace-plugin/pom.xml | 4 ++-- service/terraform-plugin/pom.xml | 4 ++-- 9 files changed, 24 insertions(+), 24 deletions(-) diff --git a/service/application/pom.xml b/service/application/pom.xml index 71108af9..ea6641f9 100644 --- a/service/application/pom.xml +++ b/service/application/pom.xml @@ -4,11 +4,11 @@ com.solace.maas maas-event-management-agent-parent - 1.6.17 + 1.6.18-SNAPSHOT .. event-management-agent - 1.6.17 + 1.6.18-SNAPSHOT jar Solace Event Management Agent - Application Solace Event Management Agent - Application @@ -237,32 +237,32 @@ com.solace.maas plugin - 1.6.17 + 1.6.18-SNAPSHOT com.solace.maas.plugin.kafka kafka-plugin - 1.6.17 + 1.6.18-SNAPSHOT com.solace.maas.plugin.solace solace-plugin - 1.6.17 + 1.6.18-SNAPSHOT com.solace.maas.plugin.localstorage local-storage-plugin - 1.6.17 + 1.6.18-SNAPSHOT com.solace.maas.plugin.confluent-schema-registry confluent-schema-registry-plugin - 1.6.17 + 1.6.18-SNAPSHOT com.solace.maas.plugin.terraform terraform-plugin - 1.6.17 + 1.6.18-SNAPSHOT diff --git a/service/confluent-schema-registry-plugin/pom.xml b/service/confluent-schema-registry-plugin/pom.xml index 76701440..4b50d914 100644 --- a/service/confluent-schema-registry-plugin/pom.xml +++ b/service/confluent-schema-registry-plugin/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.solace.maas.plugin.confluent-schema-registry confluent-schema-registry-plugin - 1.6.17 + 1.6.18-SNAPSHOT jar Solace Event Management Agent - Confluent Schema Registry Plugin Solace Event Management Agent - Confluent Schema Registry Plugin @@ -22,7 +22,7 @@ com.solace.maas plugin - 1.6.17 + 1.6.18-SNAPSHOT org.springframework.boot diff --git a/service/kafka-plugin/pom.xml b/service/kafka-plugin/pom.xml index 4e78feed..6c62a041 100644 --- a/service/kafka-plugin/pom.xml +++ b/service/kafka-plugin/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.solace.maas.plugin.kafka kafka-plugin - 1.6.17 + 1.6.18-SNAPSHOT jar Solace Event Management Agent - Kafka Plugin Solace Event Management Agent - Kafka Plugin @@ -81,7 +81,7 @@ com.solace.maas plugin - 1.6.17 + 1.6.18-SNAPSHOT org.junit.jupiter diff --git a/service/local-storage-plugin/pom.xml b/service/local-storage-plugin/pom.xml index a56579c6..d1124502 100644 --- a/service/local-storage-plugin/pom.xml +++ b/service/local-storage-plugin/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.solace.maas.plugin.localstorage local-storage-plugin - 1.6.17 + 1.6.18-SNAPSHOT jar Solace Event Management Agent - Local Storage Plugin Solace Event Management Agent - Local Storage Plugin @@ -115,7 +115,7 @@ com.solace.maas plugin - 1.6.17 + 1.6.18-SNAPSHOT org.json diff --git a/service/plugin/pom.xml b/service/plugin/pom.xml index 3fb727e3..b21915ce 100644 --- a/service/plugin/pom.xml +++ b/service/plugin/pom.xml @@ -4,12 +4,12 @@ com.solace.maas maas-event-management-agent-parent - 1.6.17 + 1.6.18-SNAPSHOT .. com.solace.maas plugin - 1.6.17 + 1.6.18-SNAPSHOT jar Solace Event Management Agent - Plugin Solace Event Management Agent - Plugin diff --git a/service/pom.xml b/service/pom.xml index ecb6449a..86bd342e 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -9,7 +9,7 @@ com.solace.maas maas-event-management-agent-parent - 1.6.17 + 1.6.18-SNAPSHOT pom Solace Event Management Agent Maven Parent Solace Solace Event Management Agent Maven Parent @@ -389,7 +389,7 @@ scm:git:${project.scm.url} scm:git:${project.scm.url} git@github.com:SolaceProducts/event-management-agent.git - v1.6.17 + HEAD diff --git a/service/rabbitmq-plugin/pom.xml b/service/rabbitmq-plugin/pom.xml index e6197226..5ed35624 100644 --- a/service/rabbitmq-plugin/pom.xml +++ b/service/rabbitmq-plugin/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.solace.maas.plugin.rabbitmq rabbitmq-plugin - 1.6.17 + 1.6.18-SNAPSHOT jar Solace Event Management Agent - RabbitMQ Plugin Solace Event Management Agent - RabbitMQ Plugin @@ -27,7 +27,7 @@ com.solace.maas plugin - 1.6.17 + 1.6.18-SNAPSHOT diff --git a/service/solace-plugin/pom.xml b/service/solace-plugin/pom.xml index 5d929526..515e72c6 100644 --- a/service/solace-plugin/pom.xml +++ b/service/solace-plugin/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.solace.maas.plugin.solace solace-plugin - 1.6.17 + 1.6.18-SNAPSHOT jar Solace Event Management Agent - Solace Plugin Solace Event Management Agent - Solace Plugin @@ -96,7 +96,7 @@ com.solace.maas plugin - 1.6.17 + 1.6.18-SNAPSHOT org.yaml diff --git a/service/terraform-plugin/pom.xml b/service/terraform-plugin/pom.xml index a9318687..c5aa785c 100644 --- a/service/terraform-plugin/pom.xml +++ b/service/terraform-plugin/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.solace.maas.plugin.terraform terraform-plugin - 1.6.17 + 1.6.18-SNAPSHOT jar Solace Event Management Agent - Terraform Plugin Solace Event Management Agent - Terraform Plugin @@ -65,7 +65,7 @@ com.solace.maas plugin - 1.6.17 + 1.6.18-SNAPSHOT org.yaml