mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-04 21:18:22 +08:00
[Release] Released for 1.12.0 (#394)
This commit is contained in:
commit
4b66edc768
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "datacap-fe",
|
||||
"description": "DataCap console",
|
||||
"version": "1.12.0-SNAPSHOT",
|
||||
"version": "1.12.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vue-cli-service serve",
|
||||
|
35
docs/docs/release/1.11.0.md
Normal file
35
docs/docs/release/1.11.0.md
Normal file
@ -0,0 +1,35 @@
|
||||
!!! 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.11.0` | `2023-06-13` |
|
||||
|
||||
#### General
|
||||
|
||||
---
|
||||
|
||||
- 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
|
||||
|
||||
---
|
||||
|
||||
- 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 cassandra
|
35
docs/docs/release/1.11.0.zh.md
Normal file
35
docs/docs/release/1.11.0.zh.md
Normal file
@ -0,0 +1,35 @@
|
||||
!!! note
|
||||
|
||||
当前版本涉及几个主要更新。
|
||||
|
||||
:tada: :tada: :tada: :tada: :tada: :tada: **DataCap 已发布** :tada: :tada: :tada: :tada: :tada: :tada:
|
||||
|
||||
| 发布版本 | 发布时间 |
|
||||
|:--------:|:------------:|
|
||||
| `1.11.0` | `2023-06-13` |
|
||||
|
||||
#### General
|
||||
|
||||
---
|
||||
|
||||
- 添加了查询历史返回的行数
|
||||
- 修复了主页上的 404 错误
|
||||
- 将插件剥离到单独的文件夹中
|
||||
|
||||
#### Web
|
||||
|
||||
---
|
||||
|
||||
- 重构文件夹
|
||||
- 添加菜单面包屑
|
||||
- 同步服务器路由
|
||||
- 添加非登录页面
|
||||
- 添加源管理器路由
|
||||
- 修复路由构建失败回调异常
|
||||
- 修复数据源类型标记异常
|
||||
|
||||
#### Plugins
|
||||
|
||||
---
|
||||
|
||||
- 支持 apache cassandra
|
@ -6,30 +6,27 @@
|
||||
|
||||
| Release Version | Release Time |
|
||||
|:---------------:|:------------:|
|
||||
| `1.11.0` | `2023-06-13` |
|
||||
| `1.12.0` | `2023-07-11` |
|
||||
|
||||
#### General
|
||||
|
||||
---
|
||||
|
||||
- The number of rows returned by the query history is added
|
||||
- Fixed a 404 error on the home page
|
||||
- Strip plugins into separate folders
|
||||
- Remove log default debug level
|
||||
- Split module
|
||||
- Fixed depend
|
||||
- Support redirect for menu
|
||||
- Fixed sql schema
|
||||
- Support whether to function menu
|
||||
- Replace openai sdk to `openai-java-sdk`
|
||||
- Refactor chat
|
||||
|
||||
#### Web
|
||||
|
||||
---
|
||||
|
||||
- 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 cassandra
|
||||
- Fixed cache not clear, need to click again
|
||||
- Fixed an error with invalid token
|
||||
- Adds buffer tag name
|
||||
- Fixed abnormal profile page using h2 database
|
||||
- 404 caused by repair service restart
|
||||
|
@ -6,30 +6,27 @@
|
||||
|
||||
| 发布版本 | 发布时间 |
|
||||
|:--------:|:------------:|
|
||||
| `1.11.0` | `2023-06-13` |
|
||||
| `1.12.0` | `2023-07-11` |
|
||||
|
||||
#### General
|
||||
|
||||
---
|
||||
|
||||
- 添加了查询历史返回的行数
|
||||
- 修复了主页上的 404 错误
|
||||
- 将插件剥离到单独的文件夹中
|
||||
- 删除日志默认调试级别
|
||||
- 拆分各模块
|
||||
- 修复错误依赖
|
||||
- 支持菜单重定向
|
||||
- 修复了 SQL 架构
|
||||
- 支持是否功能菜单
|
||||
- 将 openai sdk 替换为 `openai-java-sdk`
|
||||
- 重构 chatgpt
|
||||
|
||||
#### Web
|
||||
|
||||
---
|
||||
|
||||
- 重构文件夹
|
||||
- 添加菜单面包屑
|
||||
- 同步服务器路由
|
||||
- 添加非登录页面
|
||||
- 添加源管理器路由
|
||||
- 修复路由构建失败回调异常
|
||||
- 修复数据源类型标记异常
|
||||
|
||||
#### Plugins
|
||||
|
||||
---
|
||||
|
||||
- 支持 apache cassandra
|
||||
- 修复缓存不清除,需要重新点击的问题
|
||||
- 修复了无效令牌的错误
|
||||
- 添加缓冲区标签名称
|
||||
- 修复使用h2数据库的个人资料页面异常的问题
|
||||
- 修复服务重启导致404
|
||||
|
@ -8,12 +8,9 @@ repo_url: https://github.com/EdurtIO/datacap
|
||||
edit_uri: "https://github.com/EdurtIO/datacap/blob/dev/docs/docs"
|
||||
|
||||
banners:
|
||||
- title: DataCap 1.11.0 is released
|
||||
- title: DataCap 1.12.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 cassandra
|
||||
link: /reference/connectors/cassandra.html
|
||||
description: newsletter 🎉
|
||||
|
||||
copyright: Copyright © 2022 EdurtIO
|
||||
|
||||
@ -195,7 +192,8 @@ nav:
|
||||
- Java Implementation: developer_guide/plugin-java.md
|
||||
- Kotlin Implementation: developer_guide/plugin-kotlin.md
|
||||
- Release Note:
|
||||
- 1.11.0 (latest): release/latest.md
|
||||
- 1.12.0 (latest): release/latest.md
|
||||
- 1.11.0: release/1.11.0.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
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.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.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
|
||||
<modules>
|
||||
<module>client/datacap-cli</module>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
<version>1.12.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user