diff --git a/.github/workflows/publish-maven.yml b/.github/workflows/publish-maven.yml index a3353bf5..b6623756 100644 --- a/.github/workflows/publish-maven.yml +++ b/.github/workflows/publish-maven.yml @@ -3,11 +3,9 @@ name: Publish via Maven Central on: release: types: [ published ] - pull_request: - types: [ closed ] jobs: - setup-java-and-maven: + publish-maven-central: runs-on: ubuntu-latest steps: - name: Check out Git repository @@ -19,31 +17,6 @@ jobs: java-version: '11' distribution: 'temurin' - publish-snapshot-maven-central: - if: github.event_name == 'release' && github.event.action == 'published' && endsWith(steps.get-version.outputs.version, '-SNAPSHOT') - runs-on: ubuntu-latest - needs: setup-java-and-maven - steps: - - name: Get version - id: get-version - run: echo ::set-output name=version::$(./mvnw -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive exec:exec -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN -Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.help=INFO | tail -1) - - - name: Publish to the Maven Central Repository - uses: samuelmeuli/action-maven-publish@v1 - with: - maven_profiles: 'deploy' - maven_goals_phases: 'clean deploy' - maven_args: '-DskipTests' - gpg_private_key: ${{ secrets.GPG_SECRET }} - gpg_passphrase: ${{ secrets.GPG_PASSWORD }} - nexus_username: ${{ secrets.OSSRH_USERNAME }} - nexus_password: ${{ secrets.OSSRH_TOKEN }} - - publish-maven-central: - if: github.event_name == 'release' && github.event.action == 'published' && !endsWith(steps.get-version.outputs.version, '-SNAPSHOT') - runs-on: ubuntu-latest - needs: setup-java-and-maven - steps: - name: Publish to the Maven Central Repository uses: samuelmeuli/action-maven-publish@v1 with: diff --git a/client/datacap-cli/pom.xml b/client/datacap-cli/pom.xml index fc835b8e..79141d71 100644 --- a/client/datacap-cli/pom.xml +++ b/client/datacap-cli/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/core/datacap-captcha/pom.xml b/core/datacap-captcha/pom.xml index 3464eaf8..959c380b 100644 --- a/core/datacap-captcha/pom.xml +++ b/core/datacap-captcha/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/core/datacap-common/pom.xml b/core/datacap-common/pom.xml index 428556bb..6dcae4dd 100644 --- a/core/datacap-common/pom.xml +++ b/core/datacap-common/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/core/datacap-parser/pom.xml b/core/datacap-parser/pom.xml index e824a2e6..d7749d63 100644 --- a/core/datacap-parser/pom.xml +++ b/core/datacap-parser/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/core/datacap-security/pom.xml b/core/datacap-security/pom.xml index 9da61691..3acdc657 100644 --- a/core/datacap-security/pom.xml +++ b/core/datacap-security/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/core/datacap-server/pom.xml b/core/datacap-server/pom.xml index 0824be63..96b8104a 100644 --- a/core/datacap-server/pom.xml +++ b/core/datacap-server/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/core/datacap-service/pom.xml b/core/datacap-service/pom.xml index 12662889..2fca204d 100644 --- a/core/datacap-service/pom.xml +++ b/core/datacap-service/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/core/datacap-spi/pom.xml b/core/datacap-spi/pom.xml index 98f3916e..81b9f894 100644 --- a/core/datacap-spi/pom.xml +++ b/core/datacap-spi/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/core/datacap-web/package.json b/core/datacap-web/package.json index a5b857a5..1e75ddfd 100644 --- a/core/datacap-web/package.json +++ b/core/datacap-web/package.json @@ -1,7 +1,7 @@ { "name": "datacap-console", "description": "DataCap console", - "version": "1.17.0-SNAPSHOT", + "version": "1.17.0", "private": true, "scripts": { "dev": "vue-cli-service serve", diff --git a/docs/docs/download.md b/docs/docs/download.md index e62fa62a..4d3bd3ed 100644 --- a/docs/docs/download.md +++ b/docs/docs/download.md @@ -27,7 +27,7 @@ The current datacap release is version - [datacap-client-cli-1.16.0.jar](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-client-cli/1.16.0/datacap-client-cli-1.16.0.jar){ .md-button .md-button-primary } + [datacap-client-cli-1.17.0.jar](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-client-cli/1.17.0/datacap-client-cli-1.17.0.jar){ .md-button .md-button-primary } - :material-more: __More package__ diff --git a/docs/docs/release/1.16.0.md b/docs/docs/release/1.16.0.md new file mode 100644 index 00000000..75bcb850 --- /dev/null +++ b/docs/docs/release/1.16.0.md @@ -0,0 +1,47 @@ +!!! note + + The current release involves several major updates. + +**DataCap is released!** + +| Release Version | Release Time | +|:----------------:|:------------:| +| `1.16.0` | `2023-11-01` | + +#### General + +--- + +- Support column order +![Column Order](1.16.0/column_order.gif) +- Support delete rows +- Support delete multiple rows +![Delete Rows](1.16.0/delete_rows.gif) +- Supports data update without primary key +![Update Multiple Columns](1.16.0/update_columns.gif) +- Supports data update with primary key +![Update Without Primary Key](1.16.0/update_without_primary_key.gif) +- Support preview pending changes + +#### Editor + +--- + +- Support selection query +![Selection Query](1.16.0/selection_query.gif) +- Support custom configure +![Custom Configure](1.16.0/custom_editor_configure.gif) + +#### Docs + +--- + +- Add user profile doc + +#### Dependencies + +--- + +- Bump org.apache.maven.plugins:maven-javadoc-plugin from `3.5.0` to `3.6.0` +- Bump com.oceanbase:oceanbase-client from `2.4.2` to `2.4.5` +- Bump org.apache.maven.plugins:maven-javadoc-plugin from `3.5.0` to `3.6.0` diff --git a/docs/docs/release/1.16.0.zh.md b/docs/docs/release/1.16.0.zh.md new file mode 100644 index 00000000..1bd99720 --- /dev/null +++ b/docs/docs/release/1.16.0.zh.md @@ -0,0 +1,47 @@ +!!! note + + 当前版本涉及几项重大更新。 + +**DataCap 发布!** + +| 发布版本 | 发布时间 | +|:--------:|:------------:| +| `1.16.0` | `2023-11-01` | + +#### General + +--- + +- 支持列顺序 +![Column Order](1.16.0/column_order.gif) +- 支持删除行 +- 支持删除多行 +![Delete Rows](1.16.0/delete_rows.gif) +- 支持无主键数据更新 +![Update Columns](1.16.0/update_columns.gif) +- 支持根据主键更新 +![Update Without Primary Key](1.16.0/update_without_primary_key.gif) +- 支持预览待处理的更改 + +#### Editor + +--- + +- 支持选择查询 +![Selection Query](1.16.0/selection_query.gif) +- 支持自定义配置 +![Custom Configure](1.16.0/custom_editor_configure.gif) + +#### Docs + +--- + +- 添加用户配置文件文档 + +#### Dependencies + +--- + +- 更新 org.apache.maven.plugins:maven-javadoc-plugin `3.5.0` 到 `3.6.0` +- 更新 com.oceanbase:oceanbase-client `2.4.2` 到 `2.4.5` +- 更新 org.apache.maven.plugins:maven-javadoc-plugin `3.5.0` 到 `3.6.0` diff --git a/docs/docs/release/latest/column_order.gif b/docs/docs/release/1.16.0/column_order.gif similarity index 100% rename from docs/docs/release/latest/column_order.gif rename to docs/docs/release/1.16.0/column_order.gif diff --git a/docs/docs/release/latest/custom_editor_configure.gif b/docs/docs/release/1.16.0/custom_editor_configure.gif similarity index 100% rename from docs/docs/release/latest/custom_editor_configure.gif rename to docs/docs/release/1.16.0/custom_editor_configure.gif diff --git a/docs/docs/release/latest/delete_rows.gif b/docs/docs/release/1.16.0/delete_rows.gif similarity index 100% rename from docs/docs/release/latest/delete_rows.gif rename to docs/docs/release/1.16.0/delete_rows.gif diff --git a/docs/docs/release/latest/selection_query.gif b/docs/docs/release/1.16.0/selection_query.gif similarity index 100% rename from docs/docs/release/latest/selection_query.gif rename to docs/docs/release/1.16.0/selection_query.gif diff --git a/docs/docs/release/latest/update_columns.gif b/docs/docs/release/1.16.0/update_columns.gif similarity index 100% rename from docs/docs/release/latest/update_columns.gif rename to docs/docs/release/1.16.0/update_columns.gif diff --git a/docs/docs/release/latest/update_without_primary_key.gif b/docs/docs/release/1.16.0/update_without_primary_key.gif similarity index 100% rename from docs/docs/release/latest/update_without_primary_key.gif rename to docs/docs/release/1.16.0/update_without_primary_key.gif diff --git a/docs/docs/release/latest.md b/docs/docs/release/latest.md index 8010d3d9..f509060e 100644 --- a/docs/docs/release/latest.md +++ b/docs/docs/release/latest.md @@ -4,44 +4,47 @@ **DataCap is released!** -| Release Version | Release Time | -|:----------------:|:------------:| -| `1.16.0` | `2023-11-01` | +| Release Version | Release Time | +|:---------------:|:------------:| +| `1.17.0` | `2023-11-20` | #### General --- -- Support column order -![Column Order](./latest/column_order.gif) -- Support delete rows -- Support delete multiple rows -![Delete Rows](./latest/delete_rows.gif) -- Supports data update without primary key -![Update Multiple Columns](./latest/update_columns.gif) -- Supports data update with primary key -![Update Without Primary Key](./latest/update_without_primary_key.gif) -- Support preview pending changes +- Remove invalid metadata manager +- Optimization issues template +- Add version to app +![img.png](latest/version.png) +- Support to check whether the java version is compatible at startup +- Fixed an error in selecting columns directly without selecting tables +- Supports custom column display +![Column Display](latest/column_display.gif) +- Supports resetting column positions +![Reset Column Position](latest/reset_column_position.gif) +- Querying the table view results in a value that cannot be converted +- Add jvm config +- No column information is returned when the data is empty +- Fixed switching table query data results in null query columns +- Support reset auto increment +![Reset Auto Increment](latest/reset_auto_increment.gif) +- Unify the data types returned by each plug-in +- Support for viewing build statement sentences +![Build Statement](latest/build_statement.gif) +- Add filter for table +![Filter](latest/filter.gif) +- Support add new row data +![Add Row](latest/add_row.gif) -#### Editor +#### Web --- -- Support selection query -![Selection Query](./latest/selection_query.gif) -- Support custom configure -![Custom Configure](./latest/custom_editor_configure.gif) - -#### Docs - ---- - -- Add user profile doc +- Remove unused components #### Dependencies --- -- Bump org.apache.maven.plugins:maven-javadoc-plugin from `3.5.0` to `3.6.0` -- Bump com.oceanbase:oceanbase-client from `2.4.2` to `2.4.5` -- Bump org.apache.maven.plugins:maven-javadoc-plugin from `3.5.0` to `3.6.0` +- Bump com.h2database:h2 from `2.1.214` to `2.2.224` +- Bump org.jetbrains.dokka:dokka-maven-plugin from `1.8.10` to `1.9.10` diff --git a/docs/docs/release/latest.zh.md b/docs/docs/release/latest.zh.md index 58add22a..6387e5ee 100644 --- a/docs/docs/release/latest.zh.md +++ b/docs/docs/release/latest.zh.md @@ -6,42 +6,45 @@ | 发布版本 | 发布时间 | |:--------:|:------------:| -| `1.16.0` | `2023-11-01` | +| `1.17.0` | `2023-11-20` | #### General --- -- 支持列顺序 -![Column Order](./latest/column_order.gif) -- 支持删除行 -- 支持删除多行 -![Delete Rows](./latest/delete_rows.gif) -- 支持无主键数据更新 -![Update Columns](./latest/update_columns.gif) -- 支持根据主键更新 -![Update Without Primary Key](./latest/update_without_primary_key.gif) -- 支持预览待处理的更改 +- 删除无效的元数据管理器 +- 优化问题模板 +- 将版本添加到应用程序 + ![img.png](latest/version.png) +- 支持在启动时检查java版本是否兼容 +- 修复了在不选择表的情况下直接选择列的错误 +- 支持自定义列显示 + ![Column Display](latest/column_display.gif) +- 支持重置列位置 + ![Reset Column Position](latest/reset_column_position.gif) +- 查询表视图会导致无法转换的值 +- 添加 jvm 配置 +- 当数据为空时,不返回任何列信息 +- 修复切换表查询数据导致查询列为空的问题 +- 支持复位自动递增 + ![Reset Auto Increment](latest/reset_auto_increment.gif) +- 统一每个插件返回的数据类型 +- 支持查看构建语句语句语句 + ![Build Statement](latest/build_statement.gif) +- 为表添加筛选器 + ![Filter](latest/filter.gif) +- 支持添加新的行数据 + ![Add Row](latest/add_row.gif) -#### Editor +#### Web --- -- 支持选择查询 -![Selection Query](./latest/selection_query.gif) -- 支持自定义配置 -![Custom Configure](./latest/custom_editor_configure.gif) - -#### Docs - ---- - -- 添加用户配置文件文档 +- 删除未使用的组件 #### Dependencies --- -- 更新 org.apache.maven.plugins:maven-javadoc-plugin `3.5.0` 到 `3.6.0` -- 更新 com.oceanbase:oceanbase-client `2.4.2` 到 `2.4.5` -- 更新 org.apache.maven.plugins:maven-javadoc-plugin `3.5.0` 到 `3.6.0` +- 更新 com.h2database:h2 `2.1.214` 到 `2.2.224` +- 更新 org.jetbrains.dokka:dokka-maven-plugin `1.8.10` 到 `1.9.10` diff --git a/docs/docs/release/latest/add_row.gif b/docs/docs/release/latest/add_row.gif new file mode 100644 index 00000000..bcbb0031 Binary files /dev/null and b/docs/docs/release/latest/add_row.gif differ diff --git a/docs/docs/release/latest/build_statement.gif b/docs/docs/release/latest/build_statement.gif new file mode 100644 index 00000000..5f82dc6d Binary files /dev/null and b/docs/docs/release/latest/build_statement.gif differ diff --git a/docs/docs/release/latest/column_display.gif b/docs/docs/release/latest/column_display.gif new file mode 100644 index 00000000..3984dc9a Binary files /dev/null and b/docs/docs/release/latest/column_display.gif differ diff --git a/docs/docs/release/latest/filter.gif b/docs/docs/release/latest/filter.gif new file mode 100644 index 00000000..1c3bf890 Binary files /dev/null and b/docs/docs/release/latest/filter.gif differ diff --git a/docs/docs/release/latest/reset_auto_increment.gif b/docs/docs/release/latest/reset_auto_increment.gif new file mode 100644 index 00000000..aa00573c Binary files /dev/null and b/docs/docs/release/latest/reset_auto_increment.gif differ diff --git a/docs/docs/release/latest/reset_column_position.gif b/docs/docs/release/latest/reset_column_position.gif new file mode 100644 index 00000000..452d7166 Binary files /dev/null and b/docs/docs/release/latest/reset_column_position.gif differ diff --git a/docs/docs/release/latest/version.png b/docs/docs/release/latest/version.png new file mode 100644 index 00000000..8e73c233 Binary files /dev/null and b/docs/docs/release/latest/version.png differ diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 7a13eb09..4f2330ba 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -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 1.16.0 is released + - title: DataCap 1.17.0 is released link: /release-latest.html description: Do you ❤️ DataCap? Give us a 🌟 on GitHub @@ -199,7 +199,8 @@ nav: - Other: - developer_guide/pipeline/home.md - Release Note: - - 1.16.0 (latest): release/latest.md + - 1.17.0 (latest): release/latest.md + - 1.16.0: release/1.16.0.md - 1.15.0: release/1.15.0.md - 1.14.0: release/1.14.0.md - 1.13.0: release/1.13.0.md diff --git a/driver/datacap-driver-mongo/pom.xml b/driver/datacap-driver-mongo/pom.xml index 4ad17bd3..259e0e24 100644 --- a/driver/datacap-driver-mongo/pom.xml +++ b/driver/datacap-driver-mongo/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/driver/datacap-driver-redis/pom.xml b/driver/datacap-driver-redis/pom.xml index b27e4674..d86914c8 100644 --- a/driver/datacap-driver-redis/pom.xml +++ b/driver/datacap-driver-redis/pom.xml @@ -6,7 +6,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/executor/datacap-executor-example/pom.xml b/executor/datacap-executor-example/pom.xml index faca7340..2cbcc651 100644 --- a/executor/datacap-executor-example/pom.xml +++ b/executor/datacap-executor-example/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/executor/datacap-executor-seatunnel/pom.xml b/executor/datacap-executor-seatunnel/pom.xml index 63ea7b56..3170a141 100644 --- a/executor/datacap-executor-seatunnel/pom.xml +++ b/executor/datacap-executor-seatunnel/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/lib/datacap-http/pom.xml b/lib/datacap-http/pom.xml index d2225e15..506c7ce8 100644 --- a/lib/datacap-http/pom.xml +++ b/lib/datacap-http/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/lib/datacap-logger/pom.xml b/lib/datacap-logger/pom.xml index ba55b9cc..2b18355d 100644 --- a/lib/datacap-logger/pom.xml +++ b/lib/datacap-logger/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/lib/datacap-schedule/pom.xml b/lib/datacap-schedule/pom.xml index 9e2f46ac..587e8174 100644 --- a/lib/datacap-schedule/pom.xml +++ b/lib/datacap-schedule/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/lib/datacap-shell/pom.xml b/lib/datacap-shell/pom.xml index 80763a8e..1785a58b 100644 --- a/lib/datacap-shell/pom.xml +++ b/lib/datacap-shell/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-http-ceresdb/pom.xml b/plugin/datacap-http-ceresdb/pom.xml index 84dd67f8..ba389706 100644 --- a/plugin/datacap-http-ceresdb/pom.xml +++ b/plugin/datacap-http-ceresdb/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-http-clickhouse/pom.xml b/plugin/datacap-http-clickhouse/pom.xml index 9b68dabb..5709dbd5 100644 --- a/plugin/datacap-http-clickhouse/pom.xml +++ b/plugin/datacap-http-clickhouse/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-http-cratedb/pom.xml b/plugin/datacap-http-cratedb/pom.xml index ce7be070..7ec0202d 100644 --- a/plugin/datacap-http-cratedb/pom.xml +++ b/plugin/datacap-http-cratedb/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-http-greptime/pom.xml b/plugin/datacap-http-greptime/pom.xml index 31cedd82..38b12b3b 100644 --- a/plugin/datacap-http-greptime/pom.xml +++ b/plugin/datacap-http-greptime/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-http-questdb/pom.xml b/plugin/datacap-http-questdb/pom.xml index 117eb93d..ced74697 100644 --- a/plugin/datacap-http-questdb/pom.xml +++ b/plugin/datacap-http-questdb/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-clickhouse/pom.xml b/plugin/datacap-jdbc-clickhouse/pom.xml index 595f58d2..40b56b9b 100644 --- a/plugin/datacap-jdbc-clickhouse/pom.xml +++ b/plugin/datacap-jdbc-clickhouse/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-cratedb/pom.xml b/plugin/datacap-jdbc-cratedb/pom.xml index 69d65c56..d6dc4733 100644 --- a/plugin/datacap-jdbc-cratedb/pom.xml +++ b/plugin/datacap-jdbc-cratedb/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-db2/pom.xml b/plugin/datacap-jdbc-db2/pom.xml index 0a9635a5..7a3da937 100644 --- a/plugin/datacap-jdbc-db2/pom.xml +++ b/plugin/datacap-jdbc-db2/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-dm/pom.xml b/plugin/datacap-jdbc-dm/pom.xml index f4cf0920..644966f2 100644 --- a/plugin/datacap-jdbc-dm/pom.xml +++ b/plugin/datacap-jdbc-dm/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-doris/pom.xml b/plugin/datacap-jdbc-doris/pom.xml index 9224a449..17f661a0 100644 --- a/plugin/datacap-jdbc-doris/pom.xml +++ b/plugin/datacap-jdbc-doris/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-dremio/pom.xml b/plugin/datacap-jdbc-dremio/pom.xml index c2a2f803..0d82d46c 100644 --- a/plugin/datacap-jdbc-dremio/pom.xml +++ b/plugin/datacap-jdbc-dremio/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-druid/pom.xml b/plugin/datacap-jdbc-druid/pom.xml index d32d6cae..51ad36cb 100644 --- a/plugin/datacap-jdbc-druid/pom.xml +++ b/plugin/datacap-jdbc-druid/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-duckdb/pom.xml b/plugin/datacap-jdbc-duckdb/pom.xml index f1facc26..a659b017 100644 --- a/plugin/datacap-jdbc-duckdb/pom.xml +++ b/plugin/datacap-jdbc-duckdb/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-elasticsearch/pom.xml b/plugin/datacap-jdbc-elasticsearch/pom.xml index 78a5e2ba..5c320a47 100644 --- a/plugin/datacap-jdbc-elasticsearch/pom.xml +++ b/plugin/datacap-jdbc-elasticsearch/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-h2/pom.xml b/plugin/datacap-jdbc-h2/pom.xml index a68dcbeb..6eb3b7a8 100644 --- a/plugin/datacap-jdbc-h2/pom.xml +++ b/plugin/datacap-jdbc-h2/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-hive/pom.xml b/plugin/datacap-jdbc-hive/pom.xml index 83d106d5..24f4e25f 100644 --- a/plugin/datacap-jdbc-hive/pom.xml +++ b/plugin/datacap-jdbc-hive/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-hologres/pom.xml b/plugin/datacap-jdbc-hologres/pom.xml index 531dcb0b..68faf456 100644 --- a/plugin/datacap-jdbc-hologres/pom.xml +++ b/plugin/datacap-jdbc-hologres/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-ignite/pom.xml b/plugin/datacap-jdbc-ignite/pom.xml index d81c5cec..855c2767 100644 --- a/plugin/datacap-jdbc-ignite/pom.xml +++ b/plugin/datacap-jdbc-ignite/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-impala/pom.xml b/plugin/datacap-jdbc-impala/pom.xml index 25ceaf4d..66682923 100644 --- a/plugin/datacap-jdbc-impala/pom.xml +++ b/plugin/datacap-jdbc-impala/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-iotdb/pom.xml b/plugin/datacap-jdbc-iotdb/pom.xml index d8c4b409..cbc7e555 100644 --- a/plugin/datacap-jdbc-iotdb/pom.xml +++ b/plugin/datacap-jdbc-iotdb/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-kylin/pom.xml b/plugin/datacap-jdbc-kylin/pom.xml index 0595eb5d..93675f20 100644 --- a/plugin/datacap-jdbc-kylin/pom.xml +++ b/plugin/datacap-jdbc-kylin/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-kyuubi/pom.xml b/plugin/datacap-jdbc-kyuubi/pom.xml index 817eb9dc..aa36e975 100644 --- a/plugin/datacap-jdbc-kyuubi/pom.xml +++ b/plugin/datacap-jdbc-kyuubi/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-monetdb/pom.xml b/plugin/datacap-jdbc-monetdb/pom.xml index 319e7eac..9b26d617 100644 --- a/plugin/datacap-jdbc-monetdb/pom.xml +++ b/plugin/datacap-jdbc-monetdb/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-mongo/pom.xml b/plugin/datacap-jdbc-mongo/pom.xml index c6f3ffcb..f5964099 100644 --- a/plugin/datacap-jdbc-mongo/pom.xml +++ b/plugin/datacap-jdbc-mongo/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-mysql/pom.xml b/plugin/datacap-jdbc-mysql/pom.xml index 45d5f46c..0f1f07b7 100644 --- a/plugin/datacap-jdbc-mysql/pom.xml +++ b/plugin/datacap-jdbc-mysql/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-neo4j/pom.xml b/plugin/datacap-jdbc-neo4j/pom.xml index 64e4823d..97a1b018 100644 --- a/plugin/datacap-jdbc-neo4j/pom.xml +++ b/plugin/datacap-jdbc-neo4j/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-oceanbase/pom.xml b/plugin/datacap-jdbc-oceanbase/pom.xml index c734116f..23558721 100644 --- a/plugin/datacap-jdbc-oceanbase/pom.xml +++ b/plugin/datacap-jdbc-oceanbase/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-oracle/pom.xml b/plugin/datacap-jdbc-oracle/pom.xml index d8cfad08..1e95b41c 100644 --- a/plugin/datacap-jdbc-oracle/pom.xml +++ b/plugin/datacap-jdbc-oracle/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-phoenix/pom.xml b/plugin/datacap-jdbc-phoenix/pom.xml index ab69937e..1bbc38f8 100644 --- a/plugin/datacap-jdbc-phoenix/pom.xml +++ b/plugin/datacap-jdbc-phoenix/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-postgresql/pom.xml b/plugin/datacap-jdbc-postgresql/pom.xml index c16292a8..34c05f3e 100644 --- a/plugin/datacap-jdbc-postgresql/pom.xml +++ b/plugin/datacap-jdbc-postgresql/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-presto/pom.xml b/plugin/datacap-jdbc-presto/pom.xml index ace3e5e7..4b1c5693 100644 --- a/plugin/datacap-jdbc-presto/pom.xml +++ b/plugin/datacap-jdbc-presto/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-redis/pom.xml b/plugin/datacap-jdbc-redis/pom.xml index b9d0edb7..7e7b7ded 100644 --- a/plugin/datacap-jdbc-redis/pom.xml +++ b/plugin/datacap-jdbc-redis/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-snowflake/pom.xml b/plugin/datacap-jdbc-snowflake/pom.xml index 95e49e10..46f1a4af 100644 --- a/plugin/datacap-jdbc-snowflake/pom.xml +++ b/plugin/datacap-jdbc-snowflake/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-sqlserver/pom.xml b/plugin/datacap-jdbc-sqlserver/pom.xml index df110a13..816a5979 100644 --- a/plugin/datacap-jdbc-sqlserver/pom.xml +++ b/plugin/datacap-jdbc-sqlserver/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-starrocks/pom.xml b/plugin/datacap-jdbc-starrocks/pom.xml index d5e0ff9d..5695dc98 100644 --- a/plugin/datacap-jdbc-starrocks/pom.xml +++ b/plugin/datacap-jdbc-starrocks/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-tdengine/pom.xml b/plugin/datacap-jdbc-tdengine/pom.xml index 6a08b6b8..bb3e0671 100644 --- a/plugin/datacap-jdbc-tdengine/pom.xml +++ b/plugin/datacap-jdbc-tdengine/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-trino/pom.xml b/plugin/datacap-jdbc-trino/pom.xml index 417e5ed0..7c1d354e 100644 --- a/plugin/datacap-jdbc-trino/pom.xml +++ b/plugin/datacap-jdbc-trino/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-ydb/pom.xml b/plugin/datacap-jdbc-ydb/pom.xml index ce023e1a..0b543057 100644 --- a/plugin/datacap-jdbc-ydb/pom.xml +++ b/plugin/datacap-jdbc-ydb/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-native-alioss/pom.xml b/plugin/datacap-native-alioss/pom.xml index af9a5f2c..6d4af418 100644 --- a/plugin/datacap-native-alioss/pom.xml +++ b/plugin/datacap-native-alioss/pom.xml @@ -6,7 +6,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-native-h2/pom.xml b/plugin/datacap-native-h2/pom.xml index ce912182..a74b4e99 100644 --- a/plugin/datacap-native-h2/pom.xml +++ b/plugin/datacap-native-h2/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-native-hdfs/pom.xml b/plugin/datacap-native-hdfs/pom.xml index 62f1e639..dda8a9ae 100644 --- a/plugin/datacap-native-hdfs/pom.xml +++ b/plugin/datacap-native-hdfs/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-native-kafka/pom.xml b/plugin/datacap-native-kafka/pom.xml index c2122c01..1894c46a 100644 --- a/plugin/datacap-native-kafka/pom.xml +++ b/plugin/datacap-native-kafka/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-native-redis/pom.xml b/plugin/datacap-native-redis/pom.xml index ed73c6c8..34fa05d6 100644 --- a/plugin/datacap-native-redis/pom.xml +++ b/plugin/datacap-native-redis/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-native-zookeeper/pom.xml b/plugin/datacap-native-zookeeper/pom.xml index dfbeff3a..90f1a5d3 100644 --- a/plugin/datacap-native-zookeeper/pom.xml +++ b/plugin/datacap-native-zookeeper/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-plugin-cassandra/pom.xml b/plugin/datacap-plugin-cassandra/pom.xml index 48afa114..04810c8b 100644 --- a/plugin/datacap-plugin-cassandra/pom.xml +++ b/plugin/datacap-plugin-cassandra/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-plugin-mongo-community/pom.xml b/plugin/datacap-plugin-mongo-community/pom.xml index a1d51e01..2361b162 100644 --- a/plugin/datacap-plugin-mongo-community/pom.xml +++ b/plugin/datacap-plugin-mongo-community/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/plugin/datacap-plugin-pinot/pom.xml b/plugin/datacap-plugin-pinot/pom.xml index ec2b5e02..d01f2512 100644 --- a/plugin/datacap-plugin-pinot/pom.xml +++ b/plugin/datacap-plugin-pinot/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/pom.xml b/pom.xml index 51db2d01..4814a802 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.edurt.datacap datacap pom - 1.17.0-SNAPSHOT + 1.17.0 client/datacap-cli diff --git a/shaded/datacap-shaded-pinot/pom.xml b/shaded/datacap-shaded-pinot/pom.xml index 52fe9932..49d38aff 100644 --- a/shaded/datacap-shaded-pinot/pom.xml +++ b/shaded/datacap-shaded-pinot/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml diff --git a/shaded/datacap-shaded-ydb/pom.xml b/shaded/datacap-shaded-ydb/pom.xml index 87be156c..7d4be241 100644 --- a/shaded/datacap-shaded-ydb/pom.xml +++ b/shaded/datacap-shaded-ydb/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.17.0-SNAPSHOT + 1.17.0 ../../pom.xml