[Release] Released for 1.11.0

This commit is contained in:
qianmoQ 2023-06-13 15:16:22 +08:00
parent 29aa3c9607
commit 5e11c2bd97
70 changed files with 213 additions and 142 deletions

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -1,7 +1,7 @@
{ {
"name": "datacap-fe", "name": "datacap-fe",
"description": "DataCap console", "description": "DataCap console",
"version": "1.11.0-SNAPSHOT", "version": "1.11.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vue-cli-service serve", "dev": "vue-cli-service serve",

View File

@ -27,7 +27,7 @@ The current Trino release is version <img src="https://img.shields.io/github/v/r
<br /> <br />
[datacap-server-1.10.0.tar.gz](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-server/1.10.0/datacap-server-1.10.0-release.tar.gz){ .md-button .md-button-primary } [datacap-server-1.11.0.tar.gz](http://downloads.edurt.io/datacap/latest/datacap-release.tar.gz){ .md-button .md-button-primary }
- :material-application-outline: __Command line client__ - :material-application-outline: __Command line client__
@ -37,7 +37,7 @@ The current Trino release is version <img src="https://img.shields.io/github/v/r
<br /> <br />
[datacap-client-cli-1.10.0.jar](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-client-cli/1.10.0/datacap-client-cli-1.10.0.jar){ .md-button .md-button-primary } [datacap-client-cli-1.11.0.jar](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-client-cli/1.11.0/datacap-client-cli-1.11.0.jar){ .md-button .md-button-primary }
- :material-more: __More package__ - :material-more: __More package__

View File

@ -0,0 +1,59 @@
!!! note
The current release involves several major updates.
:tada: :tada: :tada: :tada: :tada: :tada: **DataCap is released** :tada: :tada: :tada: :tada: :tada: :tada:
| Release Version | Release Time |
|:---------------:|:------------:|
| `1.10.0` | `2023-05-30` |
#### General
---
- Fix service start default connection mongo
- Fixed h2 db update_time and create_time for sql template
- Improve the H2 metadata management to obtain type
- Improve the mysql metadata management to obtain type
- Fixed metadata management data page default to 1
- Reconstruct the data render table
- Support column type
- Add time consuming and view executing SQL
- Support for selectable totals per page
- Supports header hint data types
- Supports replication of selected data results
- Support for selecting specified column queries
- Support filter
- Fixed the default user creation time being null
- Support Permission
- Fixed user createTime is null
#### Web
---
- None Network authorization information is not cleared
- Optimize data management to obtain data
- Disable warnings output to console
- Increased editor buffering prompt limit
- Removes the default collation rule
- Rename user dashboard path
- Add dashboard chat style
- Fix navigation style
- Add data source load state
#### Plugins
---
- Support apache pinot
- Support mongo community
#### Dependencies
---
- Bump clickhouse-jdbc from `0.3.2-patch9` to `0.4.6`
- Bump oracle-xe from `1.17.6` to `1.18.1`
- Bump kyuubi-hive-jdbc-shaded from `1.6.0-incubating` to `1.7.1`

View File

@ -0,0 +1,59 @@
!!! note
当前版本涉及几个主要更新。
:tada: :tada: :tada: :tada: :tada: :tada: **DataCap 已发布** :tada: :tada: :tada: :tada: :tada: :tada:
| 发布版本 | 发布时间 |
|:--------:|:------------:|
| `1.10.0` | `2023-05-30` |
#### General
---
- 修复服务启动默认连接 mongo
- 修复了 sql 模板的 h2 db update_time 和 create_time
- 改进 H2 元数据管理获取类型
- 改进 mysql 元数据管理获取类型
- 固定元数据管理数据页默认为 1
- 重构数据渲染表
- 支持栏目类型
- 添加耗时和查看执行 SQL
- 支持可选择的每页总计
- 支持标题提示数据类型
- 支持复制选定的数据结果
- 支持选择指定列查询
- 支持过滤器
- 修复默认用户创建时间为空
- 支持权限
- 固定用户 createTime 为空
#### Web
---
- 修复不清除网络授权信息
- 优化数据管理获取数据
- 禁用警告输出到控制台
- 增加编辑器缓冲提示限制
- 删除默认排序规则
- 重命名用户仪表板路径
- 添加仪表板聊天风格
- 修复导航样式
- 添加数据源加载状态
#### Plugins
---
- 支持 apache pinot
- 支持 mongo 社区版
#### Dependencies
---
- 升级 clickhouse-jdbc `0.3.2-patch9``0.4.6`
- 升级 oracle-xe `1.17.6``1.18.1`
- 升级 kyuubi-hive-jdbc-shaded `1.6.0-incubating``1.7.1`

View File

@ -6,54 +6,30 @@
| Release Version | Release Time | | Release Version | Release Time |
|:---------------:|:------------:| |:---------------:|:------------:|
| `1.10.0` | `2023-05-30` | | `1.11.0` | `2023-06-13` |
#### General #### General
--- ---
- Fix service start default connection mongo - The number of rows returned by the query history is added
- Fixed h2 db update_time and create_time for sql template - Fixed a 404 error on the home page
- Improve the H2 metadata management to obtain type - Strip plugins into separate folders
- Improve the mysql metadata management to obtain type
- Fixed metadata management data page default to 1
- Reconstruct the data render table
- Support column type
- Add time consuming and view executing SQL
- Support for selectable totals per page
- Supports header hint data types
- Supports replication of selected data results
- Support for selecting specified column queries
- Support filter
- Fixed the default user creation time being null
- Support Permission
- Fixed user createTime is null
#### Web #### Web
--- ---
- None Network authorization information is not cleared - Refactor the folder
- Optimize data management to obtain data - Add menu breadcrumbs
- Disable warnings output to console - Synchronous server routing
- Increased editor buffering prompt limit - Add not login page
- Removes the default collation rule - Add source manager route
- Rename user dashboard path - Fixed the callback exception of route construction failure
- Add dashboard chat style - Fix data source type marker exception
- Fix navigation style
- Add data source load state
#### Plugins #### Plugins
--- ---
- Support apache pinot - Support apache cassandra
- Support mongo community
#### Dependencies
---
- Bump clickhouse-jdbc from `0.3.2-patch9` to `0.4.6`
- Bump oracle-xe from `1.17.6` to `1.18.1`
- Bump kyuubi-hive-jdbc-shaded from `1.6.0-incubating` to `1.7.1`

View File

@ -6,54 +6,30 @@
| 发布版本 | 发布时间 | | 发布版本 | 发布时间 |
|:--------:|:------------:| |:--------:|:------------:|
| `1.10.0` | `2023-05-30` | | `1.11.0` | `2023-06-13` |
#### General #### General
--- ---
- 修复服务启动默认连接 mongo - 添加了查询历史返回的行数
- 修复了 sql 模板的 h2 db update_time 和 create_time - 修复了主页上的 404 错误
- 改进 H2 元数据管理获取类型 - 将插件剥离到单独的文件夹中
- 改进 mysql 元数据管理获取类型
- 固定元数据管理数据页默认为 1
- 重构数据渲染表
- 支持栏目类型
- 添加耗时和查看执行 SQL
- 支持可选择的每页总计
- 支持标题提示数据类型
- 支持复制选定的数据结果
- 支持选择指定列查询
- 支持过滤器
- 修复默认用户创建时间为空
- 支持权限
- 固定用户 createTime 为空
#### Web #### Web
--- ---
- 修复不清除网络授权信息 - 重构文件夹
- 优化数据管理获取数据 - 添加菜单面包屑
- 禁用警告输出到控制台 - 同步服务器路由
- 增加编辑器缓冲提示限制 - 添加非登录页面
- 删除默认排序规则 - 添加源管理器路由
- 重命名用户仪表板路径 - 修复路由构建失败回调异常
- 添加仪表板聊天风格 - 修复数据源类型标记异常
- 修复导航样式
- 添加数据源加载状态
#### Plugins #### Plugins
--- ---
- 支持 apache pinot - 支持 apache cassandra
- 支持 mongo 社区版
#### Dependencies
---
- 升级 clickhouse-jdbc `0.3.2-patch9``0.4.6`
- 升级 oracle-xe `1.17.6``1.18.1`
- 升级 kyuubi-hive-jdbc-shaded `1.6.0-incubating``1.7.1`

View File

@ -8,11 +8,11 @@ repo_url: https://github.com/EdurtIO/datacap
edit_uri: "https://github.com/EdurtIO/datacap/blob/dev/docs/docs" edit_uri: "https://github.com/EdurtIO/datacap/blob/dev/docs/docs"
banners: banners:
- title: DataCap 1.10.0 is released - title: DataCap 1.11.0 is released
link: /release-latest.html link: /release-latest.html
description: <a href="https://github.com/EdurtIO/datacap"> Do you ❤️ DataCap? Give us a 🌟 on GitHub </a> description: <a href="https://github.com/EdurtIO/datacap"> Do you ❤️ DataCap? Give us a 🌟 on GitHub </a>
- title: Support apache pinot - title: Support apache cassandra
link: /reference/connectors/jdbc/pinot.html link: /reference/connectors/cassandra.html
description: newsletter 🎉 description: newsletter 🎉
copyright: Copyright &copy; 2022 EdurtIO copyright: Copyright &copy; 2022 EdurtIO
@ -195,7 +195,8 @@ nav:
- Java Implementation: developer_guide/plugin-java.md - Java Implementation: developer_guide/plugin-java.md
- Kotlin Implementation: developer_guide/plugin-kotlin.md - Kotlin Implementation: developer_guide/plugin-kotlin.md
- Release Note: - Release Note:
- 1.10.0 (latest): release/latest.md - 1.11.0 (latest): release/latest.md
- 1.10.0: release/1.10.0.md
- 1.9.0: release/1.9.0.md - 1.9.0: release/1.9.0.md
- 1.8.0: release/1.8.0.md - 1.8.0: release/1.8.0.md
- 1.7.0: release/1.7.0.md - 1.7.0: release/1.7.0.md

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -4,7 +4,7 @@
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<modules> <modules>
<module>client/datacap-cli</module> <module>client/datacap-cli</module>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.edurt.datacap</groupId> <groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId> <artifactId>datacap</artifactId>
<version>1.11.0-SNAPSHOT</version> <version>1.11.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>