Skip to content

Commit

Permalink
更新到1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
18940818955 committed Mar 23, 2021
1 parent 7fefb35 commit 2a61331
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
== 更新日志

* 1.2.8
** 更新 Maven依赖 王斌 2021-03-23, 14:47
** 修复 新版本MySQL驱动时间类型不兼容的BUG 王斌 2021-03-23, 14:47
* 1.2.7
** 修复 创建procedure语句的生成BUG 王斌 2021-03-11, 16:21
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:nofooter:


:version: 1.2.7
:version: 1.2.8
:sourcedir: mysql-migrate/src
:javadir: {sourcedir}/main/java
:testdir: {sourcedir}/test/java
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>cn.codeforfun</groupId>
<artifactId>mysql-migrate</artifactId>
<version>1.2.7</version>
<version>1.2.8</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion mysql-migrate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cn.codeforfun</groupId>
<artifactId>mysql-migrate</artifactId>
<version>1.2.7</version>
<version>1.2.8</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>lightweight-mysql-migrate-tools</description>
<url>https://github.com/qq253498229/mysql-migrate-tool</url>
Expand Down

0 comments on commit 2a61331

Please sign in to comment.