Skip to content

Commit

Permalink
[ci skip] prepare release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 18, 2023
1 parent cff50bc commit 493bb9c
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 23 deletions.
17 changes: 8 additions & 9 deletions service/application/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>com.solace.maas</groupId>
<artifactId>maas-event-management-agent-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>..</relativePath>
</parent>
<groupId>com.solace.maas</groupId>
<artifactId>event-management-agent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<name>Solace Event Management Agent - Application</name>
<description>Solace Event Management Agent - Application</description>
Expand Down Expand Up @@ -254,27 +253,27 @@
<dependency>
<groupId>com.solace.maas</groupId>
<artifactId>plugin</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.solace.maas.plugin.kafka</groupId>
<artifactId>kafka-plugin</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.solace.maas.plugin.solace</groupId>
<artifactId>solace-plugin</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.solace.maas.plugin.localstorage</groupId>
<artifactId>local-storage-plugin</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.solace.maas.plugin.confluent-schema-registry</groupId>
<artifactId>confluent-schema-registry-plugin</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions service/confluent-schema-registry-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.confluent-schema-registry</groupId>
<artifactId>confluent-schema-registry-plugin</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</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 @@ -22,7 +22,7 @@
<dependency>
<groupId>com.solace.maas</groupId>
<artifactId>plugin</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions service/kafka-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.kafka</groupId>
<artifactId>kafka-plugin</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<name>Solace Event Management Agent - Kafka Plugin</name>
<description>Solace Event Management Agent - Kafka Plugin</description>
Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.solace.maas</groupId>
<artifactId>plugin</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
4 changes: 2 additions & 2 deletions service/local-storage-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.localstorage</groupId>
<artifactId>local-storage-plugin</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</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 @@ -106,7 +106,7 @@
<dependency>
<groupId>com.solace.maas</groupId>
<artifactId>plugin</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</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.1.2-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>..</relativePath>
</parent>
<groupId>com.solace.maas</groupId>
<artifactId>plugin</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<name>Solace Event Management Agent - Plugin</name>
<description>Solace Event Management Agent - Plugin</description>
Expand Down
4 changes: 2 additions & 2 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.solace.maas</groupId>
<artifactId>maas-event-management-agent-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</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 @@ -402,7 +402,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.2.0</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.1.2-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<name>Solace Event Management Agent - RabbitMQ Plugin</name>
<description>Solace Event Management Agent - RabbitMQ Plugin</description>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.solace.maas</groupId>
<artifactId>plugin</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions service/solace-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.solace</groupId>
<artifactId>solace-plugin</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<name>Solace Event Management Agent - Solace Plugin</name>
<description>Solace Event Management Agent - Solace Plugin</description>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.solace.maas</groupId>
<artifactId>plugin</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
Expand Down

0 comments on commit 493bb9c

Please sign in to comment.