Skip to content

Commit 1d6be5c

Browse files
authored
[Release] Released for 2024.3.10 (#859)
2 parents 04dfcf1 + c91fa30 commit 1d6be5c

File tree

104 files changed

+172
-125
lines changed

Some content is hidden

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

104 files changed

+172
-125
lines changed

client/datacap-cli/pom.xml

Lines changed: 1 addition & 1 deletion
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>2024.3.10-SNAPSHOT</version>
9+
<version>2024.3.10</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

configure/etc/bin/install-plugin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh0
22

33
HOME=$(pwd)
4-
VERSION=2024.3.10-SNAPSHOT
4+
VERSION=2024.3.10
55

66
common_install_handler() {
77
TYPE=$1

configure/etc/conf/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################### Banner configure #################################
2-
app.version=2024.3.10-SNAPSHOT
2+
app.version=2024.3.10
33

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

convert/datacap-convert-csv/pom.xml

Lines changed: 1 addition & 1 deletion
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>2024.3.10-SNAPSHOT</version>
8+
<version>2024.3.10</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

convert/datacap-convert-json/pom.xml

Lines changed: 1 addition & 1 deletion
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>2024.3.10-SNAPSHOT</version>
8+
<version>2024.3.10</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

convert/datacap-convert-none/pom.xml

Lines changed: 1 addition & 1 deletion
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>2024.3.10-SNAPSHOT</version>
8+
<version>2024.3.10</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

convert/datacap-convert-spi/pom.xml

Lines changed: 1 addition & 1 deletion
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>2024.3.10-SNAPSHOT</version>
8+
<version>2024.3.10</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

convert/datacap-convert-txt/pom.xml

Lines changed: 1 addition & 1 deletion
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>2024.3.10-SNAPSHOT</version>
8+
<version>2024.3.10</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

convert/datacap-convert-xml/pom.xml

Lines changed: 1 addition & 1 deletion
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>2024.3.10-SNAPSHOT</version>
8+
<version>2024.3.10</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

core/datacap-captcha/pom.xml

Lines changed: 1 addition & 1 deletion
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>2024.3.10-SNAPSHOT</version>
9+
<version>2024.3.10</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)