chore(release): 2024.3.11

This commit is contained in:
qianmoQ 2024-11-17 22:40:39 +08:00
parent fe8784a715
commit caa1bbf186
106 changed files with 178 additions and 142 deletions

1
.gitignore vendored
View File

@ -34,6 +34,7 @@ target/
node/
node_modules
tmp/
.npm
# vscode #
.vscode

View File

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

View File

@ -1,7 +1,7 @@
#!/bin/sh0
HOME=$(pwd)
VERSION=2024.3.11-SNAPSHOT
VERSION=2024.3.11
common_install_handler() {
TYPE=$1

View File

@ -1,5 +1,5 @@
################################### Banner configure #################################
app.version=2024.3.11-SNAPSHOT
app.version=2024.3.11
################################### Basic configure #################################
server.port=9096

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "datacap-ui",
"description": "DataCap console",
"version": "2024.3.11-SNAPSHOT",
"version": "2024.3.11",
"private": true,
"scripts": {
"dev": "vite",

View File

@ -27,7 +27,7 @@ The current datacap release is version <img src="https://img.shields.io/github/v
<br />
[datacap-server-2024.3.10.tar.gz](https://cdn.north.devlive.org/applications/datacap/2024.3.10/datacap-release.tar.gz){ .md-button .md-button-primary }
[datacap-server-2024.3.11.tar.gz](https://cdn.north.devlive.org/applications/datacap/2024.3.11/datacap-2024.3.11-bin.tar.gz){ .md-button .md-button-primary }
- __Command line client__
@ -37,7 +37,7 @@ The current datacap release is version <img src="https://img.shields.io/github/v
<br />
[datacap-client-cli-2024.3.10.jar](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-client-cli/2024.3.10/datacap-client-cli-2024.3.10.jar){ .md-button .md-button-primary }
[datacap-client-cli-2024.3.11.jar](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-client-cli/2024.3.11/datacap-client-cli-2024.3.11.jar){ .md-button .md-button-primary }
- __More package__

View File

@ -27,7 +27,7 @@ hide:
<br />
[datacap-server-2024.3.10.tar.gz](https://cdn.north.devlive.org/applications/datacap/2024.3.10/datacap-2024.3.10-bin.tar.gz){ .md-button .md-button-primary }
[datacap-server-2024.3.11.tar.gz](https://cdn.north.devlive.org/applications/datacap/2024.3.11/datacap-2024.3.11-bin.tar.gz){ .md-button .md-button-primary }
- __命令行客户端__
@ -37,7 +37,7 @@ hide:
<br />
[datacap-client-cli-2024.3.10.jar](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-client-cli/2024.3.10/datacap-client-cli-2024.3.10.jar){ .md-button .md-button-primary }
[datacap-client-cli-2024.3.11.jar](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-client-cli/2024.3.11/datacap-client-cli-2024.3.11.jar){ .md-button .md-button-primary }
- __更多__

View File

@ -51,9 +51,6 @@ hide:
<a href="https://github.com/devlive-community/datacap" target="_blank" title="Join us on GitHub" class="md-button md-button--primary">
Join us on GitHub
</a>
<a href="http://try.datacap.devlive.org/" target="_blank" title="Check out the online demo" class="md-button md-button--primary">
Check out the online demo
</a>
<p/><p/><p/><p/>
</div>

View File

@ -51,9 +51,6 @@ hide:
<a href="https://github.com/devlive-community/datacap" target="_blank" title="在 GitHub 上加入我们" class="md-button md-button--primary">
在 GitHub 上加入我们
</a>
<a href="http://try.datacap.devlive.org/" target="_blank" title="查看在线 Demo" class="md-button md-button--primary">
查看在线 Demo
</a>
<p/><p/><p/><p/>
</div>

View File

@ -0,0 +1,46 @@
**DataCap 发布!**
| 发布版本 | 发布时间 |
|:-----------:|:------------:|
| `2024.3.10` | `2024-10-09` |
#### 主要功能
---
- 移除示例地址
- 修复登录页面上的验证码问题
- 修复注册页面上的验证码问题
- 修复验证码验证规则
- 修复文档指定 Java 版本
#### 文件系统
---
- 支持 MinIO
#### 依赖更新
---
- Bump dep.antlr4.version from 4.13.1 to 4.13.2
- Bump ag-grid-community and ag-grid-vue3
- Bump commons-io:commons-io from 2.11.0 to 2.14.0
- Bump com.clickhouse:clickhouse-jdbc from 0.4.6 to 0.6.5
- Bump vite from 5.2.8 to 5.4.8
- Bump rollup from 4.14.2 to 4.22.4
- Bump micromatch from 4.0.5 to 4.0.8
- Bump axios from 1.6.8 to 1.7.4
- Bump org.yaml:snakeyaml from 2.2 to 2.3
- Bump com.github.vertical-blank:sql-formatter from 2.0.3 to 2.0.5
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0
- Bump com.amazonaws:aws-java-sdk-s3 from 1.12.770 to 1.12.771
- Bump org.testcontainers:oracle-xe from 1.18.1 to 1.20.1
- Bump com.github.eirslett:frontend-maven-plugin from 1.13.4 to 1.15.0
- Bump kotlin.version from 1.9.10 to 2.0.20
- Bump org.duckdb:duckdb_jdbc from 0.9.2 to 1.0.0
- Bump com.taosdata.jdbc:taos-jdbcdriver from 3.2.7 to 3.3.0
- Bump com.microsoft.sqlserver:mssql-jdbc from 12.6.0.jre8 to 12.8.1.jre8
- Bump avatica.version from 1.22.0 to 1.25.0
- Bump org.apache.iotdb:iotdb-jdbc from 1.1.0 to 1.3.2

View File

@ -0,0 +1,20 @@
**DataCap Released**
| Release Version | Published Date |
|:---------------:|:--------------:|
| `2024.3.11` | `2024-11-17` |
#### Key features
---
- Fixed some APIs returning redundant fields
- Added a Clear UI dependency script
- Replace `yarn` with `pnpm`
- Fixed an issue where the Parent Menu was missing when only Submenu was assigned
#### UI
---
- Replace the overall UI with 'view-shadcn-ui'

View File

@ -2,45 +2,19 @@
| 发布版本 | 发布时间 |
|:-----------:|:------------:|
| `2024.3.10` | `2024-10-09` |
| `2024.3.11` | `2024-11-17` |
#### 主要功能
---
- 移除示例地址
- 修复登录页面上的验证码问题
- 修复注册页面上的验证码问题
- 修复验证码验证规则
- 修复文档指定 Java 版本
- 修复部分 API 返回多余字段
- 添加清除 UI 依赖脚本
- 替换 `yarn``pnpm`
- 修复了仅分配 Submenu 时缺少 Parent Menu 的问题
#### 文件系统
#### UI
---
- 支持 MinIO
#### 依赖更新
---
- Bump dep.antlr4.version from 4.13.1 to 4.13.2
- Bump ag-grid-community and ag-grid-vue3
- Bump commons-io:commons-io from 2.11.0 to 2.14.0
- Bump com.clickhouse:clickhouse-jdbc from 0.4.6 to 0.6.5
- Bump vite from 5.2.8 to 5.4.8
- Bump rollup from 4.14.2 to 4.22.4
- Bump micromatch from 4.0.5 to 4.0.8
- Bump axios from 1.6.8 to 1.7.4
- Bump org.yaml:snakeyaml from 2.2 to 2.3
- Bump com.github.vertical-blank:sql-formatter from 2.0.3 to 2.0.5
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0
- Bump com.amazonaws:aws-java-sdk-s3 from 1.12.770 to 1.12.771
- Bump org.testcontainers:oracle-xe from 1.18.1 to 1.20.1
- Bump com.github.eirslett:frontend-maven-plugin from 1.13.4 to 1.15.0
- Bump kotlin.version from 1.9.10 to 2.0.20
- Bump org.duckdb:duckdb_jdbc from 0.9.2 to 1.0.0
- Bump com.taosdata.jdbc:taos-jdbcdriver from 3.2.7 to 3.3.0
- Bump com.microsoft.sqlserver:mssql-jdbc from 12.6.0.jre8 to 12.8.1.jre8
- Bump avatica.version from 1.22.0 to 1.25.0
- Bump org.apache.iotdb:iotdb-jdbc from 1.1.0 to 1.3.2
- 替换整体 UI 为 `view-shadcn-ui`

View File

@ -8,7 +8,7 @@ repo_url: https://github.com/devlive-community/datacap
edit_uri: "https://github.com/devlive-community/datacap/blob/dev/docs/docs"
banners:
- title: DataCap 2024.3.10 is released
- title: DataCap 2024.3.11 is released
link: /release-latest.html
description: <a href="https://github.com/devlive-community/datacap" class="text-white"> Do you ❤️ DataCap? Give us a 🌟 on GitHub </a>
@ -227,7 +227,8 @@ nav:
- reference/filesystem/s3/home.md
- reference/filesystem/minio/home.md
- NavReleaseNote:
- 2024.3.10 (latest): release/latest.md
- 2024.3.11 (latest): release/latest.md
- 2024.3.10: release/2024.3.10.md
- 2024.03.9: release/2024.03.9.md
- 2024.03.8: release/2024.03.8.md
- 2024.03.7: release/2024.03.7.md

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

Some files were not shown because too many files have changed in this diff Show More