Skip to content

Commit 10367bd

Browse files
committed
feat: 移除无效的徽章
1 parent 02b069a commit 10367bd

File tree

116 files changed

+313
-316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+313
-316
lines changed

README.md

-1

README.ru.md

-1

README.zh_CN.md

-1

client/datacap-cli/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>2025.1.0</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

configure/etc/bin/install-plugin.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22
setlocal EnableDelayedExpansion
33
set "HOME=%cd%"
4-
set "VERSION=2025.1.0
4+
set "VERSION=2025.1.2
55
set "CDN_CENTER=https://repo1.maven.org/maven2/io/edurt/datacap"
66

77
:: 检查并创建临时目录

configure/etc/bin/install-plugin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
HOME=$(pwd)
4-
VERSION=2025.1.0
4+
VERSION=2025.1.2
55
CDN_CENTER="https://repo1.maven.org/maven2/io/edurt/datacap"
66

77
install_package() {

configure/etc/conf/application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################### Banner configure #################################
2-
app.version=2025.1.0
2+
app.version=2025.1.2
33

44
################################### Basic configure #################################
55
server.port=9096

configure/metadata.json

+201-201
Large diffs are not rendered by default.

convert/datacap-convert-csv/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.edurt.datacap</groupId>
77
<artifactId>datacap</artifactId>
8-
<version>2025.1.0</version>
8+
<version>2025.1.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

convert/datacap-convert-json/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.edurt.datacap</groupId>
77
<artifactId>datacap</artifactId>
8-
<version>2025.1.0</version>
8+
<version>2025.1.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

convert/datacap-convert-none/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.edurt.datacap</groupId>
77
<artifactId>datacap</artifactId>
8-
<version>2025.1.0</version>
8+
<version>2025.1.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

convert/datacap-convert-spi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.edurt.datacap</groupId>
77
<artifactId>datacap</artifactId>
8-
<version>2025.1.0</version>
8+
<version>2025.1.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

convert/datacap-convert-txt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.edurt.datacap</groupId>
77
<artifactId>datacap</artifactId>
8-
<version>2025.1.0</version>
8+
<version>2025.1.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

convert/datacap-convert-xml/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.edurt.datacap</groupId>
77
<artifactId>datacap</artifactId>
8-
<version>2025.1.0</version>
8+
<version>2025.1.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

core/datacap-captcha/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>2025.1.0</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

core/datacap-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>2025.1.0</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

core/datacap-condor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.edurt.datacap</groupId>
66
<artifactId>datacap</artifactId>
7-
<version>2025.1.0</version>
7+
<version>2025.1.2</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

core/datacap-parser/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>2025.1.0</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

core/datacap-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>2025.1.0</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

core/datacap-security/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>2025.1.0</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

core/datacap-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datacap</artifactId>
77
<groupId>io.edurt.datacap</groupId>
8-
<version>2025.1.0</version>
8+
<version>2025.1.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

core/datacap-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>2025.1.0</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

core/datacap-spi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datacap</artifactId>
77
<groupId>io.edurt.datacap</groupId>
8-
<version>2025.1.0</version>
8+
<version>2025.1.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

core/datacap-sql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.edurt.datacap</groupId>
66
<artifactId>datacap</artifactId>
7-
<version>2025.1.0</version>
7+
<version>2025.1.2</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

core/datacap-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "datacap-ui",
33
"description": "DataCap console",
4-
"version": "2025.1.0",
4+
"version": "2025.1.2",
55
"private": true,
66
"scripts": {
77
"dev": "vite",

driver/datacap-driver-mongo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>2025.1.0</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

driver/datacap-driver-mongodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>2025.1.0</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

driver/datacap-driver-redis/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>datacap</artifactId>
88
<groupId>io.edurt.datacap</groupId>
9-
<version>2025.1.0</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

executor/datacap-executor-local/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.edurt.datacap</groupId>
66
<artifactId>datacap</artifactId>
7-
<version>2025.1.0</version>
7+
<version>2025.1.2</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

executor/datacap-executor-seatunnel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>2025.1.0</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

executor/datacap-executor-spi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.edurt.datacap</groupId>
66
<artifactId>datacap</artifactId>
7-
<version>2025.1.0</version>
7+
<version>2025.1.2</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

fs/datacap-fs-alioss/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>2025.1.0</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

fs/datacap-fs-amazon-s3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>2025.1.0</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

fs/datacap-fs-local/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.edurt.datacap</groupId>
55
<artifactId>datacap</artifactId>
6-
<version>2025.1.0</version>
6+
<version>2025.1.2</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

fs/datacap-fs-minio/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>2025.1.0</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

fs/datacap-fs-qiniu/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.edurt.datacap</groupId>
66
<artifactId>datacap</artifactId>
7-
<version>2025.1.0</version>
7+
<version>2025.1.2</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

fs/datacap-fs-spi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.edurt.datacap</groupId>
55
<artifactId>datacap</artifactId>
6-
<version>2025.1.0</version>
6+
<version>2025.1.2</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

fs/datacap-fs-tencent-cos/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>2025.1.0</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

lib/datacap-http/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>2025.1.0</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

lib/datacap-logger/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>2025.1.0</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

lib/datacap-schedule/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>2025.1.0</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

lib/datacap-shell/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>2025.1.0</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

notify/datacap-notify-dingtalk/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.edurt.datacap</groupId>
77
<artifactId>datacap</artifactId>
8-
<version>2025.1.0</version>
8+
<version>2025.1.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

notify/datacap-notify-spi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.edurt.datacap</groupId>
77
<artifactId>datacap</artifactId>
8-
<version>2025.1.0</version>
8+
<version>2025.1.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

parser/datacap-parser-mysql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.edurt.datacap</groupId>
66
<artifactId>datacap</artifactId>
7-
<version>2025.1.0</version>
7+
<version>2025.1.2</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

parser/datacap-parser-spi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.edurt.datacap</groupId>
66
<artifactId>datacap</artifactId>
7-
<version>2025.1.0</version>
7+
<version>2025.1.2</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)