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