Skip to content

Commit

Permalink
添加changelog并且发布新版本,元旦特别纪念版
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhao-java committed Jan 1, 2019
1 parent a79a91a commit 385eb54
Show file tree
Hide file tree
Showing 18 changed files with 28 additions and 85 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# 更新日志

## 2.7.2-RELEASE(元旦特别纪念版)
1. 整理配置文件,并给每一个配置项添加注释
2. springfox移除获取path
3. 修改日志,将打印banner之前的日志全部去掉
4. 优化mybatis获取TypeHandler
5. 升级spring.data.mongodb 并修正一些问题
6. 解决relaxed bind绑定Map时的一个bug
7. flyway支持对多数据源数据库版本控制 fixed #30
8. 完善RelaxedBindFactory中的报错信息
9. 删除依赖commons-fileupload

## 2.7.1-RELEASE
1. 日志框架改为logback
2. 集成了travis
Expand Down
2 changes: 1 addition & 1 deletion lodsve-3rd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.lodsve</groupId>
<artifactId>lodsve-framework</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.2-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lodsve-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>lodsve-framework</artifactId>
<groupId>com.lodsve</groupId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.2-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lodsve-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.lodsve</groupId>
<artifactId>lodsve-framework</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.2-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lodsve-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.lodsve</groupId>
<artifactId>lodsve-framework</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.2-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
19 changes: 1 addition & 18 deletions lodsve-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
<!--
~ Copyright (C) 2018 Sun.Hao
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand All @@ -23,7 +6,7 @@
<parent>
<groupId>com.lodsve</groupId>
<artifactId>lodsve-framework</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.2-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lodsve-dfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.lodsve</groupId>
<artifactId>lodsve-framework</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.2-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lodsve-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.lodsve</groupId>
<artifactId>lodsve-framework</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.2-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
19 changes: 1 addition & 18 deletions lodsve-mybatis/pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
<!--
~ Copyright (C) 2018 Sun.Hao
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand All @@ -23,7 +6,7 @@
<parent>
<groupId>com.lodsve</groupId>
<artifactId>lodsve-framework</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.2-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lodsve-rdbms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.lodsve</groupId>
<artifactId>lodsve-framework</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.2-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lodsve-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.lodsve</groupId>
<artifactId>lodsve-framework</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.2-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lodsve-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.lodsve</groupId>
<artifactId>lodsve-framework</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.2-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lodsve-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.lodsve</groupId>
<artifactId>lodsve-framework</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.2-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lodsve-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.lodsve</groupId>
<artifactId>lodsve-framework</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.2-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lodsve-validate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.lodsve</groupId>
<artifactId>lodsve-framework</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.2-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lodsve-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.lodsve</groupId>
<artifactId>lodsve-framework</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.2-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
19 changes: 1 addition & 18 deletions lodsve-wechat/pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
<!--
~ Copyright (C) 2018 Sun.Hao
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand All @@ -23,7 +6,7 @@
<parent>
<groupId>com.lodsve</groupId>
<artifactId>lodsve-framework</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.2-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
19 changes: 1 addition & 18 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,10 @@
<!--
~ Copyright (C) 2018 Sun.Hao
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.lodsve</groupId>
<artifactId>lodsve-framework</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.2-RELEASE</version>
<packaging>pom</packaging>
<name>lodsve framework</name>
<description>工具类集合,封装了一系列开源项目,使更好更方便的进行Java Web开发</description>
Expand Down

0 comments on commit 385eb54

Please sign in to comment.