版本号升级至1.2.0,用于新功能开发

This commit is contained in:
datagear 2019-02-26 09:31:40 +08:00
parent 51d7ff199e
commit fd1f43d325
15 changed files with 24 additions and 17 deletions

View File

@ -10,10 +10,6 @@
[http://www.datagear.tech](http://www.datagear.tech)
## 下载
[http://www.datagear.tech/download](http://www.datagear.tech/download/)
## 文档
[http://www.datagear.tech/documentation](http://www.datagear.tech/documentation)

View File

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

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.datagear</groupId>
<artifactId>datagear</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
</parent>
<artifactId>datagear-dbinfo</artifactId>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.datagear</groupId>
<artifactId>datagear</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
</parent>
<artifactId>datagear-dbmodel</artifactId>

View File

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

View File

@ -86,3 +86,9 @@ CREATE TABLE DATAGEAR_SCHEMA
--version[1.1.1], DO NOT EDIT THIS LINE!
-----------------------------------------
-----------------------------------------
--version[1.2.0], DO NOT EDIT THIS LINE!
-----------------------------------------

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.datagear</groupId>
<artifactId>datagear</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
</parent>
<artifactId>datagear-model</artifactId>

View File

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

View File

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

View File

@ -1,7 +1,7 @@
#--UTF-8 file--
#系统版本号
version=1.1.1
version=1.2.0
#构建日期
buildDate=${buildtimestamp}

View File

@ -34,4 +34,9 @@
--v1.1.1
-----------------------------------------
修复修复集成软件包在JRE8及以上版本无法正常运行的BUG
修复修复集成软件包在JRE8及以上版本无法正常运行的BUG
-----------------------------------------
--v1.2.0
-----------------------------------------

View File

@ -1,4 +1,4 @@
数据齿轮-v1.1.1
数据齿轮-v1.2.0
数据齿轮是一款数据库管理系统使用Java语言开发采用浏览器/服务器架构,以数据管理为核心功能,支持多种数据库。
它的数据模型并不是原始的数据库表,而是融合了数据库表及表间关系,更偏向于领域模型的数据模型,能够更友好、方便、快速地查询和维护数据。

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.datagear</groupId>
<artifactId>datagear</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
</parent>
<artifactId>datagear-webembd</artifactId>

View File

@ -1,4 +1,4 @@
数据齿轮-v1.1.1
数据齿轮-v1.2.0
数据齿轮是一款数据库管理系统使用Java语言开发采用浏览器/服务器架构,以数据管理为核心功能,支持多种数据库。
它的数据模型并不是原始的数据库表,而是融合了数据库表及表间关系,更偏向于领域模型的数据模型,能够更友好、方便、快速地查询和维护数据。

View File

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