Skip to content

Commit 11671cf

Browse files
committed
update version 1.2.1
1 parent 6bf9384 commit 11671cf

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.0</version>
8+
<version>1.2.1</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.0</version>
8+
<version>1.2.1</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.0</version>
7+
<version>1.2.1</version>
88
</parent>
99
<artifactId>ezymq-kafka</artifactId>
1010
<name>ezymq-kafka</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.0</version>
7+
<version>1.2.1</version>
88
</parent>
99
<artifactId>ezymq-rabbitmq</artifactId>
1010
<name>ezymq-rabbitmq</name>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<version>1.0.5</version>
99
</parent>
1010
<artifactId>ezymq</artifactId>
11-
<version>1.2.0</version>
11+
<version>1.2.1</version>
1212
<packaging>pom</packaging>
1313

1414
<name>ezymq</name>
@@ -62,7 +62,7 @@
6262
</developer>
6363
</developers>
6464
<properties>
65-
<ezy.version>1.2.4</ezy.version>
65+
<ezy.version>1.2.5</ezy.version>
6666
<activemq.version>5.16.5</activemq.version>
6767
<kafka.version>2.8.1</kafka.version>
6868
<rabbitmq.version>5.14.2</rabbitmq.version>

0 commit comments

Comments
 (0)