Skip to content

Commit fe09727

Browse files
authored
chore(release): 2024.3.11 (#868)
2 parents 71a77e7 + caa1bbf commit fe09727

File tree

113 files changed

+3393
-189
lines changed

Some content is hidden

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

113 files changed

+3393
-189
lines changed

.github/workflows/bofore_checker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-node@v3
2626
with:
2727
node-version: 18.x
28-
- run: cd core/datacap-ui && npm install yarn -g && yarn install && yarn run build
28+
- run: cd core/datacap-ui && npm install pnpm -g && pnpm install && pnpm run build
2929

3030
before_checker_style:
3131
runs-on: ubuntu-latest
@@ -40,7 +40,7 @@ jobs:
4040
java-version: '11'
4141
distribution: 'temurin'
4242
- run: chmod 755 ./mvnw
43-
- run: ./mvnw clean install checkstyle:checkstyle -Dspotbugs.skip -Dgpg.skip -Dskip.yarn -DskipTests=true
43+
- run: ./mvnw clean install checkstyle:checkstyle -Dspotbugs.skip -Dgpg.skip -Dskip.pnpm -DskipTests=true
4444

4545
before_checker_bugs:
4646
runs-on: ubuntu-latest
@@ -57,9 +57,9 @@ jobs:
5757
- name: Run SpotBugs skip server
5858
env:
5959
MAVEN_OPTS: -Xmx1024m
60-
run: ./mvnw clean install spotbugs:spotbugs -pl '!core/datacap-server' -Dcheckstyle.skip -Dgpg.skip -Dskip.yarn -DskipTests=true
60+
run: ./mvnw clean install spotbugs:spotbugs -pl '!core/datacap-server' -Dcheckstyle.skip -Dgpg.skip -Dskip.pnpm -DskipTests=true
6161
- name: Run SpotBugs for server
62-
run: ./mvnw clean install spotbugs:spotbugs -Dcheckstyle.skip -Dgpg.skip -Dskip.yarn -DskipTests=true -f core/datacap-server/pom.xml
62+
run: ./mvnw clean install spotbugs:spotbugs -Dcheckstyle.skip -Dgpg.skip -Dskip.pnpm -DskipTests=true -f core/datacap-server/pom.xml
6363

6464
before_checker_package:
6565
runs-on: ubuntu-latest

.gitignore

Lines changed: 2 additions & 1 deletion
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
@@ -52,7 +53,6 @@ config/
5253
docs/site/
5354
data/
5455
!parser/datacap-parser-trino/src/main/java/io/edurt/datacap/parser/node/
55-
pnpm-lock.yaml
5656
depcheck-output.json
5757

5858
!configure/schema/*/data/
@@ -71,3 +71,4 @@ convert/datacap-convert-xml/*.xml
7171

7272
# Skip ui #
7373
core/datacap-ui/depcheck-output.json
74+
core/datacap-ui/yarn.lock

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>

0 commit comments

Comments
 (0)