v2.9.0版本标识

This commit is contained in:
datagear 2021-09-08 19:14:26 +08:00
parent f8773533b7
commit 8a4b77f1f1
13 changed files with 23 additions and 10 deletions

View File

@ -12,6 +12,7 @@
修复静态内容类的数据集CSV、JSON等修改后必须刷新看板页面才能更新数据的BUG
移除看板展示后台缓存,将看板展示页改为无状态方式
修复CSV数据集属性设置日期格式yyyyMMdd无效的BUG因为值直接被解析成了数值跳过了格式
改进标签卡布局支持flex布局名/值是否横排;
升级ECharts至5.2.0版本;
待定:

View File

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

View File

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

View File

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

View File

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

View File

@ -848,3 +848,9 @@ CREATE TABLE DATAGEAR_SCHEMA_GUARD
SG_CREATE_TIME TIMESTAMP,
PRIMARY KEY (SG_ID)
);
-----------------------------------------
--version[2.9.0], DO NOT EDIT THIS LINE!
-----------------------------------------

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -515,3 +515,9 @@ DataGear版本更新日志
改进:看板编辑页面插入图表对话框改为悬浮面板,便于多次插入图表操作;
改进:登录页、注册页、重置密码页添加右上角系统菜单;
改进程序发布包配置文件中添加DataGearWorkspace配置项模板
-----------------------------------------
--v2.9.0
-----------------------------------------

View File

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