v2.1.1版本标识

This commit is contained in:
datagear 2021-01-05 19:00:09 +08:00
parent 58cff6dbab
commit 6913fef7e8
12 changed files with 22 additions and 10 deletions

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.datagear</groupId>
<artifactId>datagear</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</parent>
<artifactId>datagear-analysis</artifactId>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.datagear</groupId>
<artifactId>datagear</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</parent>
<artifactId>datagear-connection</artifactId>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.datagear</groupId>
<artifactId>datagear</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</parent>
<artifactId>datagear-dataexchange</artifactId>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.datagear</groupId>
<artifactId>datagear</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</parent>
<artifactId>datagear-management</artifactId>

View File

@ -724,3 +724,9 @@ SELECT
FROM DATAGEAR_USER USR
WHERE
USR.USER_ID NOT IN (SELECT RU_USER_ID FROM DATAGEAR_ROLE_USER WHERE RU_ROLE_ID = 'ROLE_DATA_ADMIN');
-----------------------------------------
--version[2.1.1], DO NOT EDIT THIS LINE!
-----------------------------------------

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.datagear</groupId>
<artifactId>datagear</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</parent>
<artifactId>datagear-meta</artifactId>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.datagear</groupId>
<artifactId>datagear</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</parent>
<artifactId>datagear-persistence</artifactId>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.datagear</groupId>
<artifactId>datagear</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</parent>
<artifactId>datagear-util</artifactId>

View File

@ -21,7 +21,7 @@ public final class Global
}
/** 当前版本号 */
public static final String VERSION = "2.1.0";
public static final String VERSION = "2.1.1";
/** 中文产品名称 */
public static final String PRODUCT_NAME_ZH = "数据齿轮";

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.datagear</groupId>
<artifactId>datagear</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</parent>
<artifactId>datagear-web</artifactId>

View File

@ -347,3 +347,9 @@ DataGear版本更新日志
改进:用户、角色管理页面改为采用分页展示方式;
改进:调整登录、注册页面布局;
改进修改系统启动控制台LOGO
-----------------------------------------
--v2.1.1
-----------------------------------------

View File

@ -4,7 +4,7 @@
<groupId>org.datagear</groupId>
<artifactId>datagear</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<packaging>pom</packaging>
<name>datagear</name>