Skip to content

Commit

Permalink
升级正式版本:v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Dec 21, 2018
1 parent 9ad35b1 commit ec9ed27
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion doc/XXL-CONF官方文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ XXL-CONF拥有极高的容灾性,首先配置数据进行多级存储, 可
- 6、访问令牌(accessToken):为提升系统安全性,配置中心和客户端进行安全性校验,双方AccessToken匹配才允许通讯;
- 7、启动时,优先全量加载镜像数据到registry层,避免逐个请求耗时;

### 6.14 版本 v1.6.1 Release Notes[迭代中]
### 6.14 版本 v1.6.1 Release Notes[2018-12-21]
- 1、在未设置accessToken情况下,非法请求恶意构造配置Key可遍历读取文件漏洞修复;(From:360代码卫士团队)
- 2、项目名正则校验问题修复,项目名中划线分隔,配置点分隔;
- 3、底层HTTP工具类优化;
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-conf</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
<packaging>pom</packaging>

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

<#macro commonFooter >
<footer class="main-footer">
Powered by <b>XXL-CONF</b> 1.6.1-SNAPSHOT
Powered by <b>XXL-CONF</b> 1.6.1
<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-conf-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-conf</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
</parent>
<artifactId>xxl-conf-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion xxl-conf-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-conf</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
</parent>
<artifactId>xxl-conf-samples</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion xxl-conf-samples/xxl-conf-sample-frameless/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>xxl-conf-samples</artifactId>
<groupId>com.xuxueli</groupId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
</parent>
<artifactId>xxl-conf-sample-frameless</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion xxl-conf-samples/xxl-conf-sample-jfinal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>xxl-conf-samples</artifactId>
<groupId>com.xuxueli</groupId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xxl-conf-sample-jfinal</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xxl-conf-samples/xxl-conf-sample-nutz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>xxl-conf-samples</artifactId>
<groupId>com.xuxueli</groupId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xxl-conf-sample-nutz</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xxl-conf-samples/xxl-conf-sample-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-conf-samples</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
</parent>
<artifactId>xxl-conf-sample-spring</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion xxl-conf-samples/xxl-conf-sample-springboot/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-conf-samples</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
</parent>
<artifactId>xxl-conf-sample-springboot</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit ec9ed27

Please sign in to comment.