mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-11-29 18:48:23 +08:00
[Release] Released for 1.15.0
This commit is contained in:
parent
670bd481e5
commit
7e53895b96
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "datacap-console",
|
||||
"description": "DataCap console",
|
||||
"version": "1.15.0-SNAPSHOT",
|
||||
"version": "1.15.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.14.0.tar.gz](http://downloads.edurt.io/datacap/latest/datacap-release.tar.gz){ .md-button .md-button-primary }
|
||||
[datacap-server-1.15.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.14.0.jar](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-client-cli/1.14.0/datacap-client-cli-1.14.0.jar){ .md-button .md-button-primary }
|
||||
[datacap-client-cli-1.15.0.jar](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-client-cli/1.15.0/datacap-client-cli-1.15.0.jar){ .md-button .md-button-primary }
|
||||
|
||||
- :material-more: __More package__
|
||||
|
||||
|
65
docs/docs/release/1.14.0.md
Normal file
65
docs/docs/release/1.14.0.md
Normal file
@ -0,0 +1,65 @@
|
||||
!!! 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.14.0` | `2023-09-14` |
|
||||
|
||||
#### General
|
||||
|
||||
---
|
||||
|
||||
- Fix the issue where the data source check task returns an empty
|
||||
- Add captcha
|
||||
- Support login verification code
|
||||
- Automatic refresh of verification code failure is supported
|
||||
- Support signup verification code
|
||||
- Support signup enable
|
||||
- Move etc to configure
|
||||
|
||||
#### Web
|
||||
|
||||
---
|
||||
|
||||
- Fixed empty editor destruction exception
|
||||
- Global public page adds layout
|
||||
- Fixed the profile page error
|
||||
- Fixed the abnormal login page style
|
||||
|
||||
#### Pipeline (Apache Seatunnel)
|
||||
|
||||
---
|
||||
|
||||
- Support kafka source and sink
|
||||
- Support delete
|
||||
- Build pipeline page
|
||||
- Support submit
|
||||
- Support SWITCH field type
|
||||
- Add executor logo
|
||||
- Supports traffic limiting queuing
|
||||
- Support stop
|
||||
- Reset the pipeline when the service restarts
|
||||
- Add logging interface and optimize UI
|
||||
- Support field description
|
||||
- Support field select type
|
||||
- Support field checker
|
||||
- Support field array
|
||||
- Support redis sink
|
||||
- Supports specifying the runtime mechanism
|
||||
|
||||
#### Dependencies
|
||||
|
||||
---
|
||||
|
||||
- Bump com.google.guava:guava from 31.1-jre to 32.1.2-jre
|
||||
- Bump org.devlive.sdk:openai-java-sdk from 1.5.0 to 1.9.0
|
||||
- Bump com.h2database:h2 from 2.1.214 to 2.2.220
|
||||
- Bump org.projectlombok:lombok from 1.18.24 to 1.18.28
|
||||
- Bump org.apache.kafka:kafka-clients from 2.8.0 to 2.8.1
|
||||
- Bump org.duckdb:duckdb_jdbc from 0.7.0 to 0.8.1
|
||||
- Bump com.github.eirslett:frontend-maven-plugin from 1.12.1 to 1.13.4
|
||||
- Bump kotlin.version from 1.8.20 to 1.9.10
|
||||
- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6 to 1.6.13
|
66
docs/docs/release/1.14.0.zh.md
Normal file
66
docs/docs/release/1.14.0.zh.md
Normal file
@ -0,0 +1,66 @@
|
||||
!!! note
|
||||
|
||||
当前版本涉及几个主要更新。
|
||||
|
||||
:tada: :tada: :tada: :tada: :tada: :tada: **DataCap 已发布** :tada: :tada: :tada: :tada: :tada: :tada:
|
||||
|
||||
| 发布版本 | 发布时间 |
|
||||
|:--------:|:------------:|
|
||||
| `1.14.0` | `2023-09-14` |
|
||||
|
||||
#### General
|
||||
|
||||
---
|
||||
|
||||
- 修复数据源检查任务返回空的问题
|
||||
- 添加验证码
|
||||
- 支持登录验证码
|
||||
- 支持验证码失败自动刷新
|
||||
- 支持注册验证码
|
||||
- 支持注册启用
|
||||
- 移动 etc 到 configure
|
||||
|
||||
#### Web
|
||||
|
||||
---
|
||||
|
||||
- 修复空编辑器破坏异常
|
||||
- 公共页面增加布局
|
||||
- 修复了个人资料页面错误
|
||||
- 修复登录页面样式异常的问题
|
||||
|
||||
#### Pipeline (Apache Seatunnel)
|
||||
|
||||
---
|
||||
|
||||
- 支持 Kafka 输入|输出
|
||||
- 支持 ClickHouse 输入|输出
|
||||
- 支持删除
|
||||
- 构建管道页面
|
||||
- 支持提交
|
||||
- 支持 SWITCH 字段类型
|
||||
- 添加执行者标志
|
||||
- 支持限流排队
|
||||
- 支持停止
|
||||
- 服务重启时重置流水线
|
||||
- 添加日志界面并优化UI
|
||||
- 支持字段描述
|
||||
- 支持字段 SELECT 类型
|
||||
- 支持字段检查
|
||||
- 支持字段数组
|
||||
- 支持 Redis 输出
|
||||
- 支持指定运行时机制
|
||||
|
||||
#### Dependencies
|
||||
|
||||
---
|
||||
|
||||
- 将 com.google.guava:guava 从 31.1-jre 更改为 32.1.2-jre
|
||||
- 将 org.devlive.sdk:openai-java-sdk 从 1.5.0 升级到 1.9.0
|
||||
- 将 com.h2database:h2 从 2.1.214 提升到 2.2.220
|
||||
- 将 org.projectlombok:lombok 从 1.18.24 更改为 1.18.28
|
||||
- 将 org.apache.kafka:kafka-clients 从 2.8.0 升级到 2.8.1
|
||||
- 将 org.duckdb:duckdb_jdbc 从 0.7.0 升级到 0.8.1
|
||||
- 将 com.github.eirslett:frontend-maven-plugin 从 1.12.1 升级到 1.13.4
|
||||
- 将 kotlin.version 从 1.8.20 升级到 1.9.10
|
||||
- 将 org.sonatype.plugins:nexus-staging-maven-plugin 从 1.6 升级到 1.6.13
|
@ -6,60 +6,28 @@
|
||||
|
||||
| Release Version | Release Time |
|
||||
|:---------------:|:------------:|
|
||||
| `1.14.0` | `2023-09-14` |
|
||||
| `1.15.0` | `2023-10-18` |
|
||||
|
||||
#### General
|
||||
|
||||
---
|
||||
|
||||
- Fix the issue where the data source check task returns an empty
|
||||
- Add captcha
|
||||
- Support login verification code
|
||||
- Automatic refresh of verification code failure is supported
|
||||
- Support signup verification code
|
||||
- Support signup enable
|
||||
- Move etc to configure
|
||||
- Support database synchronization
|
||||
- Support table synchronization
|
||||
- Support column synchronization
|
||||
- Add scheduler history
|
||||
- Refactor metadata module
|
||||
- Improve SQL files
|
||||
|
||||
#### Web
|
||||
#### Editor
|
||||
|
||||
---
|
||||
|
||||
- Fixed empty editor destruction exception
|
||||
- Global public page adds layout
|
||||
- Fixed the profile page error
|
||||
- Fixed the abnormal login page style
|
||||
- Replace `monaco` to `ace`
|
||||
|
||||
#### Pipeline (Apache Seatunnel)
|
||||
#### Docs
|
||||
|
||||
---
|
||||
|
||||
- Support kafka source and sink
|
||||
- Support delete
|
||||
- Build pipeline page
|
||||
- Support submit
|
||||
- Support SWITCH field type
|
||||
- Add executor logo
|
||||
- Supports traffic limiting queuing
|
||||
- Support stop
|
||||
- Reset the pipeline when the service restarts
|
||||
- Add logging interface and optimize UI
|
||||
- Support field description
|
||||
- Support field select type
|
||||
- Support field checker
|
||||
- Support field array
|
||||
- Support redis sink
|
||||
- Supports specifying the runtime mechanism
|
||||
|
||||
#### Dependencies
|
||||
|
||||
---
|
||||
|
||||
- Bump com.google.guava:guava from 31.1-jre to 32.1.2-jre
|
||||
- Bump org.devlive.sdk:openai-java-sdk from 1.5.0 to 1.9.0
|
||||
- Bump com.h2database:h2 from 2.1.214 to 2.2.220
|
||||
- Bump org.projectlombok:lombok from 1.18.24 to 1.18.28
|
||||
- Bump org.apache.kafka:kafka-clients from 2.8.0 to 2.8.1
|
||||
- Bump org.duckdb:duckdb_jdbc from 0.7.0 to 0.8.1
|
||||
- Bump com.github.eirslett:frontend-maven-plugin from 1.12.1 to 1.13.4
|
||||
- Bump kotlin.version from 1.8.20 to 1.9.10
|
||||
- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6 to 1.6.13
|
||||
- Add deployment documents in Chinese
|
||||
- Refine the fragment and data source Chinese documentation
|
||||
|
@ -6,61 +6,28 @@
|
||||
|
||||
| 发布版本 | 发布时间 |
|
||||
|:--------:|:------------:|
|
||||
| `1.14.0` | `2023-09-14` |
|
||||
| `1.15.0` | `2023-10-18` |
|
||||
|
||||
#### General
|
||||
|
||||
---
|
||||
|
||||
- 修复数据源检查任务返回空的问题
|
||||
- 添加验证码
|
||||
- 支持登录验证码
|
||||
- 支持验证码失败自动刷新
|
||||
- 支持注册验证码
|
||||
- 支持注册启用
|
||||
- 移动 etc 到 configure
|
||||
- 支持数据库同步
|
||||
- 支持表同步
|
||||
- 支持列同步
|
||||
- 添加调度程序历史记录
|
||||
- 重构元数据模块
|
||||
- 改进 SQL 文件
|
||||
|
||||
#### Web
|
||||
#### Editor
|
||||
|
||||
---
|
||||
|
||||
- 修复空编辑器破坏异常
|
||||
- 公共页面增加布局
|
||||
- 修复了个人资料页面错误
|
||||
- 修复登录页面样式异常的问题
|
||||
- 替换 `monaco` 为 `ace`
|
||||
|
||||
#### Pipeline (Apache Seatunnel)
|
||||
#### Docs
|
||||
|
||||
---
|
||||
|
||||
- 支持 Kafka 输入|输出
|
||||
- 支持 ClickHouse 输入|输出
|
||||
- 支持删除
|
||||
- 构建管道页面
|
||||
- 支持提交
|
||||
- 支持 SWITCH 字段类型
|
||||
- 添加执行者标志
|
||||
- 支持限流排队
|
||||
- 支持停止
|
||||
- 服务重启时重置流水线
|
||||
- 添加日志界面并优化UI
|
||||
- 支持字段描述
|
||||
- 支持字段 SELECT 类型
|
||||
- 支持字段检查
|
||||
- 支持字段数组
|
||||
- 支持 Redis 输出
|
||||
- 支持指定运行时机制
|
||||
|
||||
#### Dependencies
|
||||
|
||||
---
|
||||
|
||||
- 将 com.google.guava:guava 从 31.1-jre 更改为 32.1.2-jre
|
||||
- 将 org.devlive.sdk:openai-java-sdk 从 1.5.0 升级到 1.9.0
|
||||
- 将 com.h2database:h2 从 2.1.214 提升到 2.2.220
|
||||
- 将 org.projectlombok:lombok 从 1.18.24 更改为 1.18.28
|
||||
- 将 org.apache.kafka:kafka-clients 从 2.8.0 升级到 2.8.1
|
||||
- 将 org.duckdb:duckdb_jdbc 从 0.7.0 升级到 0.8.1
|
||||
- 将 com.github.eirslett:frontend-maven-plugin 从 1.12.1 升级到 1.13.4
|
||||
- 将 kotlin.version 从 1.8.20 升级到 1.9.10
|
||||
- 将 org.sonatype.plugins:nexus-staging-maven-plugin 从 1.6 升级到 1.6.13
|
||||
- 添加中文部署文档
|
||||
- 优化片段和数据来源中文文档
|
||||
|
@ -200,7 +200,8 @@ nav:
|
||||
- Other:
|
||||
- developer_guide/pipeline/home.md
|
||||
- Release Note:
|
||||
- 1.14.0 (latest): release/latest.md
|
||||
- 1.15.0 (latest): release/latest.md
|
||||
- 1.14.0: release/1.14.0.md
|
||||
- 1.13.0: release/1.13.0.md
|
||||
- 1.12.0: release/1.12.0.md
|
||||
- 1.11.0: release/1.11.0.md
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -20,4 +20,17 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.sonatype.plugins</groupId>
|
||||
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||
<version>${plugin.maven.nexus.version}</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>datacap</artifactId>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.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.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
|
||||
<modules>
|
||||
<module>client/datacap-cli</module>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
<version>1.15.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user