Skip to content

Commit

Permalink
version 1.2.6: update lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tvd12 committed Nov 23, 2024
1 parent ca2a347 commit 537c49c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ezymq-activemq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tvd12</groupId>
<artifactId>ezymq</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
</parent>
<artifactId>ezymq-activemq</artifactId>
<name>ezymq-activemq</name>
Expand Down
2 changes: 1 addition & 1 deletion ezymq-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ezymq</artifactId>
<groupId>com.tvd12</groupId>
<version>1.2.5</version>
<version>1.2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ezymq-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.tvd12</groupId>
<artifactId>ezymq</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
</parent>
<artifactId>ezymq-kafka</artifactId>
<name>ezymq-kafka</name>
Expand Down
2 changes: 1 addition & 1 deletion ezymq-mosquitto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.tvd12</groupId>
<artifactId>ezymq</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
</parent>
<artifactId>ezymq-mosquitto</artifactId>
<name>ezymq-mosquitto</name>
Expand Down
2 changes: 1 addition & 1 deletion ezymq-rabbitmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.tvd12</groupId>
<artifactId>ezymq</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
</parent>
<artifactId>ezymq-rabbitmq</artifactId>
<name>ezymq-rabbitmq</name>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>1.0.6</version>
</parent>
<artifactId>ezymq</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
<packaging>pom</packaging>

<name>ezymq</name>
Expand Down Expand Up @@ -62,10 +62,10 @@
</developer>
</developers>
<properties>
<ezy.version>1.2.8</ezy.version>
<activemq.version>5.16.6</activemq.version>
<ezy.version>1.2.9</ezy.version>
<activemq.version>5.16.7</activemq.version>
<kafka.version>2.8.2</kafka.version>
<rabbitmq.version>5.16.0</rabbitmq.version>
<rabbitmq.version>5.23.0</rabbitmq.version>
<paho.version>1.2.5</paho.version>
</properties>
<dependencies>
Expand Down

0 comments on commit 537c49c

Please sign in to comment.