Skip to content

Commit 1013aa9

Browse files
committed
build(version): 更新项目版本至1.4.0-SNAPSHOT
1 parent 63b8072 commit 1013aa9

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.xuxueli</groupId>
55
<artifactId>xxl-mq</artifactId>
6-
<version>1.3.0</version>
6+
<version>1.4.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<name>xxl-mq</name>

xxl-mq-admin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.xuxueli</groupId>
88
<artifactId>xxl-mq</artifactId>
9-
<version>1.3.0</version>
9+
<version>1.4.0-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>xxl-mq-admin</artifactId>
1212
<packaging>jar</packaging>

xxl-mq-admin/src/main/resources/templates/common/common.macro.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114

115115
<#macro commonFooter >
116116
<footer class="main-footer">
117-
Powered by <b>XXL-MQ</b> 1.3.0
117+
Powered by <b>XXL-MQ</b> 1.4.0-SNAPSHOT
118118
<div class="pull-right hidden-xs">
119119
<strong>Copyright &copy; 2015-${.now?string('yyyy')} &nbsp;
120120
<a href="https://www.xuxueli.com/" target="_blank" >xuxueli</a>

xxl-mq-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.xuxueli</groupId>
77
<artifactId>xxl-mq</artifactId>
8-
<version>1.3.0</version>
8+
<version>1.4.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>xxl-mq-client</artifactId>

xxl-mq-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.xuxueli</groupId>
77
<artifactId>xxl-mq</artifactId>
8-
<version>1.3.0</version>
8+
<version>1.4.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>xxl-mq-samples</artifactId>

xxl-mq-samples/xxl-mq-samples-frameless/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xxl-mq-samples</artifactId>
77
<groupId>com.xuxueli</groupId>
8-
<version>1.3.0</version>
8+
<version>1.4.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>xxl-mq-samples-frameless</artifactId>

xxl-mq-samples/xxl-mq-samples-springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.xuxueli</groupId>
88
<artifactId>xxl-mq-samples</artifactId>
9-
<version>1.3.0</version>
9+
<version>1.4.0-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>xxl-mq-samples-springboot</artifactId>
1212
<packaging>jar</packaging>

0 commit comments

Comments
 (0)