v2.8.0版本标识

This commit is contained in:
datagear 2021-08-10 19:05:49 +08:00
parent 7f3b485c2b
commit a7b2eb0f46
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.7.0</version>
<version>2.8.0</version>
</parent>
<artifactId>datagear-analysis</artifactId>

View File

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

View File

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

View File

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

View File

@ -820,3 +820,9 @@ ALTER TABLE DATAGEAR_HCW_DS DROP COLUMN DS_PARAM_VALUES;
--version[2.7.0], DO NOT EDIT THIS LINE!
-----------------------------------------
-----------------------------------------
--version[2.8.0], DO NOT EDIT THIS LINE!
-----------------------------------------

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -490,3 +490,9 @@ DataGear版本更新日志
改进:看板展示页面标题中的"DataGear"标识由前缀改为后缀,且默认显示看板名称;
改进:图表编辑页面支持悬浮提示选中图表类型的描述信息;
改进:图表插件临时目录改为应用配置的临时目录,而非操作系统临时目录;
-----------------------------------------
--v2.8.0
-----------------------------------------

View File

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