Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .github/workflows/publish-maven.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
name: Publish via Maven Central

on:
# 新发布触发
release:
types: [ published ]

# 手动触发
workflow_dispatch:
inputs:
tag:
description: 'Release tag (e.g., v1.0.0)'
required: true
type: string

jobs:
publish-maven-central:
runs-on: ubuntu-latest
Expand All @@ -22,7 +31,7 @@ jobs:
with:
maven_profiles: 'deploy'
maven_goals_phases: 'clean deploy'
maven_args: '-DskipTests -Dspotbugs.skip'
maven_args: "-DskipTests -Dspotbugs.skip -Dcheckstyle.skip -pl '!test/datacap-test-condor,!test/datacap-test-convert,!test/datacap-test-core,!test/datacap-test-lib,!test/datacap-test-executor,!test/datacap-test-scheduler,!test/datacap-test-fs,!test/datacap-test-driver,!test/datacap-test-parser,!test/datacap-test-plugin'"
gpg_private_key: ${{ secrets.GPG_SECRET }}
gpg_passphrase: ${{ secrets.GPG_PASSWORD }}
nexus_username: ${{ secrets.OSSRH_USERNAME }}
Expand Down
3 changes: 2 additions & 1 deletion client/datacap-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>datacap-client-cli</name>
<artifactId>datacap-client-cli</artifactId>
<description>DataCap - cli</description>

Expand Down
2 changes: 1 addition & 1 deletion configure/etc/bin/install-plugin.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
setlocal EnableDelayedExpansion
set "HOME=%cd%"
set "VERSION=2025.1.1
set "VERSION=2025.1.2
set "CDN_CENTER=https://repo1.maven.org/maven2/io/edurt/datacap"

:: 检查并创建临时目录
Expand Down
2 changes: 1 addition & 1 deletion configure/etc/bin/install-plugin.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

HOME=$(pwd)
VERSION=2025.1.1
VERSION=2025.1.2
CDN_CENTER="https://repo1.maven.org/maven2/io/edurt/datacap"

install_package() {
Expand Down
2 changes: 1 addition & 1 deletion configure/etc/conf/application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################### Banner configure #################################
app.version=2025.1.1
app.version=2025.1.2

################################### Basic configure #################################
server.port=9096
Expand Down
408 changes: 204 additions & 204 deletions configure/metadata.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion convert/datacap-convert-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<name>datacap-convert-csv</name>
<artifactId>datacap-convert-csv</artifactId>
<description>DataCap - Convert - CSV</description>

Expand Down
3 changes: 2 additions & 1 deletion convert/datacap-convert-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<name>datacap-convert-json</name>
<artifactId>datacap-convert-json</artifactId>
<description>DataCap - Convert for json</description>

Expand Down
3 changes: 2 additions & 1 deletion convert/datacap-convert-none/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<name>datacap-convert-none</name>
<artifactId>datacap-convert-none</artifactId>
<description>DataCap - Convert - Multidimensional Arrays</description>

Expand Down
3 changes: 2 additions & 1 deletion convert/datacap-convert-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<name>datacap-convert-spi</name>
<artifactId>datacap-convert-spi</artifactId>
<description>DataCap - Convert spi</description>

Expand Down
3 changes: 2 additions & 1 deletion convert/datacap-convert-txt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<name>datacap-convert-txt</name>
<artifactId>datacap-convert-txt</artifactId>
<description>DataCap - Convert for txt</description>

Expand Down
3 changes: 2 additions & 1 deletion convert/datacap-convert-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<name>datacap-convert-xml</name>
<artifactId>datacap-convert-xml</artifactId>
<description>DataCap - Convert - XML</description>

Expand Down
3 changes: 2 additions & 1 deletion core/datacap-captcha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>datacap-captcha</name>
<artifactId>datacap-captcha</artifactId>
<description>DataCap - Captcha</description>

Expand Down
3 changes: 2 additions & 1 deletion core/datacap-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>datacap-common</name>
<artifactId>datacap-common</artifactId>
<description>DataCap - common</description>

Expand Down
3 changes: 2 additions & 1 deletion core/datacap-condor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>datacap-condor</name>
<artifactId>datacap-condor</artifactId>
<description>DataCap - Database</description>

Expand Down
3 changes: 2 additions & 1 deletion core/datacap-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>datacap-parser</name>
<artifactId>datacap-parser</artifactId>
<description>DataCap - sql parser</description>

Expand Down
3 changes: 2 additions & 1 deletion core/datacap-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>datacap-plugin</name>
<artifactId>datacap-plugin</artifactId>
<description>DataCap - Plugin Core</description>

Expand Down
3 changes: 2 additions & 1 deletion core/datacap-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>datacap-security</name>
<artifactId>datacap-security</artifactId>
<description>DataCap - security</description>

Expand Down
3 changes: 2 additions & 1 deletion core/datacap-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<parent>
<artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<name>datacap-server</name>
<artifactId>datacap-server</artifactId>
<description>DataCap - Core - Server</description>

Expand Down
3 changes: 2 additions & 1 deletion core/datacap-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>datacap-service</name>
<artifactId>datacap-service</artifactId>
<description>DataCap - Core - Service</description>

Expand Down
3 changes: 2 additions & 1 deletion core/datacap-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<parent>
<artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<name>datacap-spi</name>
<artifactId>datacap-spi</artifactId>
<description>DataCap - spi</description>

Expand Down
3 changes: 2 additions & 1 deletion core/datacap-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>datacap-sql</name>
<artifactId>datacap-sql</artifactId>
<description>DataCap - Sql Builder</description>

Expand Down
2 changes: 1 addition & 1 deletion core/datacap-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "datacap-ui",
"description": "DataCap console",
"version": "2025.1.1",
"version": "2025.1.2",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
Binary file not shown.
27 changes: 0 additions & 27 deletions driver/datacap-driver-mongo/pom.xml

This file was deleted.

3 changes: 2 additions & 1 deletion driver/datacap-driver-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>datacap-driver-mongodb</name>
<artifactId>datacap-driver-mongodb</artifactId>
<description>DataCap - MongoDB - Driver</description>

Expand Down
4 changes: 2 additions & 2 deletions driver/datacap-driver-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>io.edurt.datacap</groupId>
<name>datacap-driver-redis</name>
<artifactId>datacap-driver-redis</artifactId>
<description>DataCap - Driver</description>

Expand Down
3 changes: 2 additions & 1 deletion executor/datacap-executor-local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>datacap-executor-local</name>
<artifactId>datacap-executor-local</artifactId>
<description>DataCap - Executor - Local</description>

Expand Down
3 changes: 2 additions & 1 deletion executor/datacap-executor-seatunnel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>datacap-executor-seatunnel</name>
<artifactId>datacap-executor-seatunnel</artifactId>
<description>DataCap - Executor - Seatunnel</description>

Expand Down
3 changes: 2 additions & 1 deletion executor/datacap-executor-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>datacap-executor-spi</name>
<artifactId>datacap-executor-spi</artifactId>
<description>DataCap - Executor - Spi</description>

Expand Down
3 changes: 2 additions & 1 deletion fs/datacap-fs-alioss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2025.1.1</version>
<version>2025.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>datacap-fs-alioss</name>
<artifactId>datacap-fs-alioss</artifactId>
<description>DataCap - File System - AliOSS</description>

Expand Down
Loading
Loading