Skip to content

Commit

Permalink
升级正式版本:v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Dec 21, 2018
1 parent aefe8e4 commit 0cacda4
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions doc/XXL-MQ官方文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,8 @@ transaction | 事务开关,开启消息事务性保证只会成功执行一次
- 4、表结构调整提升兼容性,表名转小写;
- 5、客户端取消Consumer非空的限制;

### 5.6 版本 v1.3.0 Release Notes[迭代中]


### TODO
- 会考虑移除 mysql 强依赖的,迁移 jpa 进一步提升通用型。
Expand Down
2 changes: 1 addition & 1 deletion 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.xuxueli</groupId>
<artifactId>xxl-mq</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2</version>
<packaging>pom</packaging>

<name>xxl-mq</name>
Expand Down
2 changes: 1 addition & 1 deletion xxl-mq-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-mq</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2</version>
</parent>
<artifactId>xxl-mq-admin</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@

<#macro commonFooter >
<footer class="main-footer">
Powered by <b>XXL-MQ</b> 1.2.2-SNAPSHOT
Powered by <b>XXL-MQ</b> 1.2.2
<div class="pull-right hidden-xs">
<strong>Copyright &copy; 2015-${.now?string('yyyy')} &nbsp;
<a href="http://www.xuxueli.com/" target="_blank" >xuxueli</a>
Expand Down
2 changes: 1 addition & 1 deletion xxl-mq-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-mq</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xxl-mq-client</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions xxl-mq-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-mq</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xxl-mq-samples</artifactId>
<packaging>pom</packaging>

<modules>
<module>xxl-mq-samples-springboot</module>
<module>xxl-mq-samples-frameless</module>
<module>xxl-mq-samples-springboot</module>
</modules>

</project>
2 changes: 1 addition & 1 deletion xxl-mq-samples/xxl-mq-samples-frameless/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>xxl-mq-samples</artifactId>
<groupId>com.xuxueli</groupId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xxl-mq-samples-frameless</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xxl-mq-samples/xxl-mq-samples-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-mq-samples</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xxl-mq-samples-springboot</artifactId>
Expand Down

0 comments on commit 0cacda4

Please sign in to comment.