mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-11-29 18:48:23 +08:00
[Release] Released for 1.11.0
This commit is contained in:
parent
29aa3c9607
commit
5e11c2bd97
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "datacap-fe",
|
||||
"description": "DataCap console",
|
||||
"version": "1.11.0-SNAPSHOT",
|
||||
"version": "1.11.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vue-cli-service serve",
|
||||
|
@ -27,7 +27,7 @@ The current Trino release is version <img src="https://img.shields.io/github/v/r
|
||||
|
||||
<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__
|
||||
|
||||
@ -37,7 +37,7 @@ The current Trino release is version <img src="https://img.shields.io/github/v/r
|
||||
|
||||
<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__
|
||||
|
||||
|
59
docs/docs/release/1.10.0.md
Normal file
59
docs/docs/release/1.10.0.md
Normal 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`
|
59
docs/docs/release/1.10.0.zh.md
Normal file
59
docs/docs/release/1.10.0.zh.md
Normal 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`
|
@ -6,54 +6,30 @@
|
||||
|
||||
| Release Version | Release Time |
|
||||
|:---------------:|:------------:|
|
||||
| `1.10.0` | `2023-05-30` |
|
||||
| `1.11.0` | `2023-06-13` |
|
||||
|
||||
#### 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
|
||||
- The number of rows returned by the query history is added
|
||||
- Fixed a 404 error on the home page
|
||||
- Strip plugins into separate folders
|
||||
|
||||
#### 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
|
||||
- Refactor the folder
|
||||
- Add menu breadcrumbs
|
||||
- Synchronous server routing
|
||||
- Add not login page
|
||||
- Add source manager route
|
||||
- Fixed the callback exception of route construction failure
|
||||
- Fix data source type marker exception
|
||||
|
||||
#### 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`
|
||||
- Support apache cassandra
|
||||
|
@ -6,54 +6,30 @@
|
||||
|
||||
| 发布版本 | 发布时间 |
|
||||
|:--------:|:------------:|
|
||||
| `1.10.0` | `2023-05-30` |
|
||||
| `1.11.0` | `2023-06-13` |
|
||||
|
||||
#### General
|
||||
|
||||
---
|
||||
|
||||
- 修复服务启动默认连接 mongo
|
||||
- 修复了 sql 模板的 h2 db update_time 和 create_time
|
||||
- 改进 H2 元数据管理获取类型
|
||||
- 改进 mysql 元数据管理获取类型
|
||||
- 固定元数据管理数据页默认为 1
|
||||
- 重构数据渲染表
|
||||
- 支持栏目类型
|
||||
- 添加耗时和查看执行 SQL
|
||||
- 支持可选择的每页总计
|
||||
- 支持标题提示数据类型
|
||||
- 支持复制选定的数据结果
|
||||
- 支持选择指定列查询
|
||||
- 支持过滤器
|
||||
- 修复默认用户创建时间为空
|
||||
- 支持权限
|
||||
- 固定用户 createTime 为空
|
||||
- 添加了查询历史返回的行数
|
||||
- 修复了主页上的 404 错误
|
||||
- 将插件剥离到单独的文件夹中
|
||||
|
||||
#### 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`
|
||||
- 支持 apache cassandra
|
||||
|
@ -8,11 +8,11 @@ repo_url: https://github.com/EdurtIO/datacap
|
||||
edit_uri: "https://github.com/EdurtIO/datacap/blob/dev/docs/docs"
|
||||
|
||||
banners:
|
||||
- title: DataCap 1.10.0 is released
|
||||
- title: DataCap 1.11.0 is released
|
||||
link: /release-latest.html
|
||||
description: <a href="https://github.com/EdurtIO/datacap"> Do you ❤️ DataCap? Give us a 🌟 on GitHub </a>
|
||||
- title: Support apache pinot
|
||||
link: /reference/connectors/jdbc/pinot.html
|
||||
- title: Support apache cassandra
|
||||
link: /reference/connectors/cassandra.html
|
||||
description: newsletter 🎉
|
||||
|
||||
copyright: Copyright © 2022 EdurtIO
|
||||
@ -195,7 +195,8 @@ nav:
|
||||
- Java Implementation: developer_guide/plugin-java.md
|
||||
- Kotlin Implementation: developer_guide/plugin-kotlin.md
|
||||
- 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.8.0: release/1.8.0.md
|
||||
- 1.7.0: release/1.7.0.md
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -4,7 +4,7 @@
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
|
||||
<modules>
|
||||
<module>client/datacap-cli</module>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<version>1.11.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user