Skip to content

Commit

Permalink
[ci skip] prepare release v1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 9, 2024
1 parent 3b82234 commit 8986ac3
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 39 deletions.
19 changes: 9 additions & 10 deletions service/application/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.solace.maas</groupId>
<artifactId>maas-event-management-agent-parent</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>event-management-agent</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
<packaging>jar</packaging>
<name>Solace Event Management Agent - Application</name>
<description>Solace Event Management Agent - Application</description>
Expand Down Expand Up @@ -224,32 +223,32 @@
<dependency>
<groupId>com.solace.maas</groupId>
<artifactId>plugin</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
</dependency>
<dependency>
<groupId>com.solace.maas.plugin.kafka</groupId>
<artifactId>kafka-plugin</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
</dependency>
<dependency>
<groupId>com.solace.maas.plugin.solace</groupId>
<artifactId>solace-plugin</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
</dependency>
<dependency>
<groupId>com.solace.maas.plugin.localstorage</groupId>
<artifactId>local-storage-plugin</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
</dependency>
<dependency>
<groupId>com.solace.maas.plugin.confluent-schema-registry</groupId>
<artifactId>confluent-schema-registry-plugin</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
</dependency>
<dependency>
<groupId>com.solace.maas.plugin.terraform</groupId>
<artifactId>terraform-plugin</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
</dependency>

<dependency>
Expand Down
7 changes: 3 additions & 4 deletions service/confluent-schema-registry-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.solace.maas.plugin.confluent-schema-registry</groupId>
<artifactId>confluent-schema-registry-plugin</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
<packaging>jar</packaging>
<name>Solace Event Management Agent - Confluent Schema Registry Plugin</name>
<description>Solace Event Management Agent - Confluent Schema Registry Plugin</description>
Expand All @@ -23,7 +22,7 @@
<dependency>
<groupId>com.solace.maas</groupId>
<artifactId>plugin</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
7 changes: 3 additions & 4 deletions service/kafka-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.solace.maas.plugin.kafka</groupId>
<artifactId>kafka-plugin</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
<packaging>jar</packaging>
<name>Solace Event Management Agent - Kafka Plugin</name>
<description>Solace Event Management Agent - Kafka Plugin</description>
Expand Down Expand Up @@ -82,7 +81,7 @@
<dependency>
<groupId>com.solace.maas</groupId>
<artifactId>plugin</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
7 changes: 3 additions & 4 deletions service/local-storage-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.solace.maas.plugin.localstorage</groupId>
<artifactId>local-storage-plugin</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
<packaging>jar</packaging>
<name>Solace Event Management Agent - Local Storage Plugin</name>
<description>Solace Event Management Agent - Local Storage Plugin</description>
Expand Down Expand Up @@ -116,7 +115,7 @@
<dependency>
<groupId>com.solace.maas</groupId>
<artifactId>plugin</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down
4 changes: 2 additions & 2 deletions service/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.solace.maas</groupId>
<artifactId>maas-event-management-agent-parent</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
<relativePath>..</relativePath>
</parent>
<groupId>com.solace.maas</groupId>
<artifactId>plugin</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
<packaging>jar</packaging>
<name>Solace Event Management Agent - Plugin</name>
<description>Solace Event Management Agent - Plugin</description>
Expand Down
9 changes: 4 additions & 5 deletions service/pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.5</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.solace.maas</groupId>
<artifactId>maas-event-management-agent-parent</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
<packaging>pom</packaging>
<name>Solace Event Management Agent Maven Parent</name>
<description>Solace Solace Event Management Agent Maven Parent</description>
Expand Down Expand Up @@ -389,7 +388,7 @@
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>[email protected]:SolaceProducts/event-management-agent.git</url>
<tag>HEAD</tag>
<tag>v1.6.7</tag>
</scm>
<distributionManagement>
<repository>
Expand Down
4 changes: 2 additions & 2 deletions service/rabbitmq-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.solace.maas.plugin.rabbitmq</groupId>
<artifactId>rabbitmq-plugin</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
<packaging>jar</packaging>
<name>Solace Event Management Agent - RabbitMQ Plugin</name>
<description>Solace Event Management Agent - RabbitMQ Plugin</description>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.solace.maas</groupId>
<artifactId>plugin</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
</dependency>
</dependencies>
<build>
Expand Down
7 changes: 3 additions & 4 deletions service/solace-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.solace.maas.plugin.solace</groupId>
<artifactId>solace-plugin</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
<packaging>jar</packaging>
<name>Solace Event Management Agent - Solace Plugin</name>
<description>Solace Event Management Agent - Solace Plugin</description>
Expand Down Expand Up @@ -92,7 +91,7 @@
<dependency>
<groupId>com.solace.maas</groupId>
<artifactId>plugin</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
Expand Down
7 changes: 3 additions & 4 deletions service/terraform-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.solace.maas.plugin.terraform</groupId>
<artifactId>terraform-plugin</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
<packaging>jar</packaging>
<name>Solace Event Management Agent - Terraform Plugin</name>
<description>Solace Event Management Agent - Terraform Plugin</description>
Expand Down Expand Up @@ -66,7 +65,7 @@
<dependency>
<groupId>com.solace.maas</groupId>
<artifactId>plugin</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.6.7</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
Expand Down

0 comments on commit 8986ac3

Please sign in to comment.