增加版本号

This commit is contained in:
inrgihc
2020-11-30 16:30:29 +08:00
parent 8ce30aae89
commit 65b4bdfeb0
14 changed files with 15 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.weishao</groupId> <groupId>com.weishao</groupId>
<artifactId>dbswitch</artifactId> <artifactId>dbswitch</artifactId>
<version>1.4.2</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dbswitch-common</artifactId> <artifactId>dbswitch-common</artifactId>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.weishao</groupId> <groupId>com.weishao</groupId>
<artifactId>dbswitch</artifactId> <artifactId>dbswitch</artifactId>
<version>1.4.2</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dbswitch-core</artifactId> <artifactId>dbswitch-core</artifactId>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.weishao</groupId> <groupId>com.weishao</groupId>
<artifactId>dbswitch</artifactId> <artifactId>dbswitch</artifactId>
<version>1.4.2</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dbswitch-data</artifactId> <artifactId>dbswitch-data</artifactId>

View File

@@ -18,7 +18,7 @@ source.datasource-fetch.size=10000
## schema name for query source database ## schema name for query source database
source.datasource-source.schema=open_data source.datasource-source.schema=open_data
## table name include from table lists ## table name include from table lists
source.datasource-source.includes= source.datasource-source.includes=sjzx_tsg_yktxlh,sjzx_tysf_code_pub,sjzx_ykt_user,sjzx_ykt_user_photo,sjzx_znsg_yktxlh,xhdx_formal_stu_info,xhdx_net_user_info,xhdx_operation_user_info,xhdx_student_info,xhdx_visist_stu_info
## table name exclude from table lists ## table name exclude from table lists
source.datasource-source.excludes= source.datasource-source.excludes=

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.weishao</groupId> <groupId>com.weishao</groupId>
<artifactId>dbswitch</artifactId> <artifactId>dbswitch</artifactId>
<version>1.4.2</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dbswitch-dbchange</artifactId> <artifactId>dbswitch-dbchange</artifactId>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>com.weishao</groupId> <groupId>com.weishao</groupId>
<artifactId>dbswitch</artifactId> <artifactId>dbswitch</artifactId>
<version>1.4.2</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dbswitch-dbcommon</artifactId> <artifactId>dbswitch-dbcommon</artifactId>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>com.weishao</groupId> <groupId>com.weishao</groupId>
<artifactId>dbswitch</artifactId> <artifactId>dbswitch</artifactId>
<version>1.4.2</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dbswitch-dbsynch</artifactId> <artifactId>dbswitch-dbsynch</artifactId>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.weishao</groupId> <groupId>com.weishao</groupId>
<artifactId>dbswitch</artifactId> <artifactId>dbswitch</artifactId>
<version>1.4.2</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dbswitch-dbwriter</artifactId> <artifactId>dbswitch-dbwriter</artifactId>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.weishao</groupId> <groupId>com.weishao</groupId>
<artifactId>dbswitch</artifactId> <artifactId>dbswitch</artifactId>
<version>1.4.2</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dbswitch-pgwriter</artifactId> <artifactId>dbswitch-pgwriter</artifactId>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.weishao</groupId> <groupId>com.weishao</groupId>
<artifactId>dbswitch</artifactId> <artifactId>dbswitch</artifactId>
<version>1.4.2</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dbswitch-sql</artifactId> <artifactId>dbswitch-sql</artifactId>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.weishao</groupId> <groupId>com.weishao</groupId>
<artifactId>dbswitch</artifactId> <artifactId>dbswitch</artifactId>
<version>1.4.2</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dbswitch-webapi</artifactId> <artifactId>dbswitch-webapi</artifactId>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.weishao</groupId> <groupId>com.weishao</groupId>
<artifactId>dbswitch</artifactId> <artifactId>dbswitch</artifactId>
<version>1.4.2</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>package-tool</artifactId> <artifactId>package-tool</artifactId>

View File

@@ -21,7 +21,7 @@
<groupId>com.weishao</groupId> <groupId>com.weishao</groupId>
<artifactId>dbswitch</artifactId> <artifactId>dbswitch</artifactId>
<version>1.4.2</version> <version>1.5.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>dbswitch</name> <name>dbswitch</name>
<description>database switch project</description> <description>database switch project</description>

View File

@@ -1,6 +1,6 @@
@echo off @echo off
set APP_VERSION=1.4.2 set APP_VERSION=1.5.0
echo "Clean Project ..." echo "Clean Project ..."
call mvn clean -f pom.xml call mvn clean -f pom.xml