v2.7.0版本标识

This commit is contained in:
datagear 2021-07-07 10:03:23 +08:00
parent 80c5f78ca2
commit adf674fa47
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.6.0</version>
<version>2.7.0</version>
</parent>
<artifactId>datagear-analysis</artifactId>

View File

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

View File

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

View File

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

View File

@ -814,3 +814,9 @@ ALTER TABLE DATAGEAR_HTML_CHART_WIDGET ADD COLUMN HCW_RD_FORMAT VARCHAR(500);
--2021-06-14
--2.5.0
ALTER TABLE DATAGEAR_HCW_DS DROP COLUMN DS_PARAM_VALUES;
-----------------------------------------
--version[2.7.0], DO NOT EDIT THIS LINE!
-----------------------------------------

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -461,3 +461,9 @@ DataGear版本更新日志
改进看板里动态生成的内置CSS插入在用户定义CSS之前确保用户CSS有更高优先级
改进系统配置项directory.root改为DataGearWorkspace便于通过环境变量配置工作目录
其他ECharts版本由4.9.0升级至5.1.2
-----------------------------------------
--v2.7.0
-----------------------------------------

View File

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