feat:version修改
Some checks failed
CodeChecker 变更检测 / code-check (push) Failing after 2s

This commit is contained in:
2026-07-20 15:04:55 +08:00
parent d8639e71af
commit 8c7ba3b408
3 changed files with 4 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ on:
workflow_dispatch: workflow_dispatch:
env: env:
# CodeChecker 私库坐标com.codechecker:code-checker:1.0.0 # CodeChecker 私库坐标com.codechecker:code-checker:1.0.1
CODE_CHECKER_VERSION: "1.0.0" CODE_CHECKER_VERSION: "1.0.1"
CODE_CHECKER_REPO_URL: "http://192.168.3.25:18081/nexus/repository/maven-releases" CODE_CHECKER_REPO_URL: "http://192.168.3.25:18081/nexus/repository/maven-releases"
jobs: jobs:

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.codechecker</groupId> <groupId>com.codechecker</groupId>
<artifactId>code-checker</artifactId> <artifactId>code-checker</artifactId>
<version>1.0.0</version> <version>1.0.1</version>
<build> <build>
<finalName>code-checker</finalName> <finalName>code-checker</finalName>
<plugins> <plugins>

View File

@@ -6,7 +6,7 @@
<groupId>com.codechecker</groupId> <groupId>com.codechecker</groupId>
<artifactId>code-checker</artifactId> <artifactId>code-checker</artifactId>
<version>1.0.0</version> <version>1.0.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>