Skip to content

Commit

Permalink
[ci skip] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 26, 2023
1 parent 1a49950 commit 33362f0
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions service/application/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.0.3</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>com.solace.maas</groupId>
<artifactId>event-management-agent</artifactId>
<version>1.0.3</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Solace Event Management Agent - Application</name>
<description>Solace Event Management Agent - Application</description>
Expand Down Expand Up @@ -199,27 +199,27 @@
<dependency>
<groupId>com.solace.maas</groupId>
<artifactId>plugin</artifactId>
<version>1.0.3</version>
<version>1.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.solace.maas.plugin.kafka</groupId>
<artifactId>kafka-plugin</artifactId>
<version>1.0.3</version>
<version>1.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.solace.maas.plugin.solace</groupId>
<artifactId>solace-plugin</artifactId>
<version>1.0.3</version>
<version>1.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.solace.maas.plugin.localstorage</groupId>
<artifactId>local-storage-plugin</artifactId>
<version>1.0.3</version>
<version>1.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.solace.maas.plugin.confluent-schema-registry</groupId>
<artifactId>confluent-schema-registry-plugin</artifactId>
<version>1.0.3</version>
<version>1.0.3-SNAPSHOT</version>
</dependency>

<!-- for testing -->
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.0.3</version>
<version>1.0.3-SNAPSHOT</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.0.3</version>
<version>1.0.3-SNAPSHOT</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.0.3</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Solace Event Management Agent - Kafka Plugin</name>
<description>Solace Event Management Agent - Kafka Plugin</description>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.solace.maas</groupId>
<artifactId>plugin</artifactId>
<version>1.0.3</version>
<version>1.0.3-SNAPSHOT</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.0.3</version>
<version>1.0.3-SNAPSHOT</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.0.3</version>
<version>1.0.3-SNAPSHOT</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.0.3</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>com.solace.maas</groupId>
<artifactId>plugin</artifactId>
<version>1.0.3</version>
<version>1.0.3-SNAPSHOT</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.0.3</version>
<version>1.0.3-SNAPSHOT</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 @@ -401,7 +401,7 @@
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>[email protected]:SolaceLabs/event-management-agent.git</url>
<tag>v1.0.3</tag>
<tag>HEAD</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.0.3</version>
<version>1.0.3-SNAPSHOT</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.0.3</version>
<version>1.0.3-SNAPSHOT</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.0.3</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Solace Event Management Agent - Solace Plugin</name>
<description>Solace Event Management Agent - Solace Plugin</description>
Expand Down Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>com.solace.maas</groupId>
<artifactId>plugin</artifactId>
<version>1.0.3</version>
<version>1.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
Expand Down

0 comments on commit 33362f0

Please sign in to comment.