Skip to content

Commit caa1bbf

Browse files
committed
chore(release): 2024.3.11
1 parent fe8784a commit caa1bbf

File tree

106 files changed

+178
-142
lines changed

Some content is hidden

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

106 files changed

+178
-142
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ target/
3434
node/
3535
node_modules
3636
tmp/
37+
.npm
3738

3839
# vscode #
3940
.vscode

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.11-SNAPSHOT</version>
9+
<version>2024.3.11</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.11-SNAPSHOT
4+
VERSION=2024.3.11
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.11-SNAPSHOT
2+
app.version=2024.3.11
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.11-SNAPSHOT</version>
8+
<version>2024.3.11</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.11-SNAPSHOT</version>
8+
<version>2024.3.11</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.11-SNAPSHOT</version>
8+
<version>2024.3.11</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.11-SNAPSHOT</version>
8+
<version>2024.3.11</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.11-SNAPSHOT</version>
8+
<version>2024.3.11</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.11-SNAPSHOT</version>
8+
<version>2024.3.11</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)