Skip to content

Commit 537c49c

Browse files
committed
version 1.2.6: update lib versions
1 parent ca2a347 commit 537c49c

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

ezymq-activemq/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.tvd12</groupId>
77
<artifactId>ezymq</artifactId>
8-
<version>1.2.5</version>
8+
<version>1.2.6</version>
99
</parent>
1010
<artifactId>ezymq-activemq</artifactId>
1111
<name>ezymq-activemq</name>

ezymq-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ezymq</artifactId>
77
<groupId>com.tvd12</groupId>
8-
<version>1.2.5</version>
8+
<version>1.2.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

ezymq-kafka/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.tvd12</groupId>
66
<artifactId>ezymq</artifactId>
7-
<version>1.2.5</version>
7+
<version>1.2.6</version>
88
</parent>
99
<artifactId>ezymq-kafka</artifactId>
1010
<name>ezymq-kafka</name>

ezymq-mosquitto/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.tvd12</groupId>
66
<artifactId>ezymq</artifactId>
7-
<version>1.2.5</version>
7+
<version>1.2.6</version>
88
</parent>
99
<artifactId>ezymq-mosquitto</artifactId>
1010
<name>ezymq-mosquitto</name>

ezymq-rabbitmq/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.tvd12</groupId>
66
<artifactId>ezymq</artifactId>
7-
<version>1.2.5</version>
7+
<version>1.2.6</version>
88
</parent>
99
<artifactId>ezymq-rabbitmq</artifactId>
1010
<name>ezymq-rabbitmq</name>

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<version>1.0.6</version>
99
</parent>
1010
<artifactId>ezymq</artifactId>
11-
<version>1.2.5</version>
11+
<version>1.2.6</version>
1212
<packaging>pom</packaging>
1313

1414
<name>ezymq</name>
@@ -62,10 +62,10 @@
6262
</developer>
6363
</developers>
6464
<properties>
65-
<ezy.version>1.2.8</ezy.version>
66-
<activemq.version>5.16.6</activemq.version>
65+
<ezy.version>1.2.9</ezy.version>
66+
<activemq.version>5.16.7</activemq.version>
6767
<kafka.version>2.8.2</kafka.version>
68-
<rabbitmq.version>5.16.0</rabbitmq.version>
68+
<rabbitmq.version>5.23.0</rabbitmq.version>
6969
<paho.version>1.2.5</paho.version>
7070
</properties>
7171
<dependencies>

0 commit comments

Comments
 (0)