Compare commits

...

4 Commits

Author SHA1 Message Date
丁磊
31c469178d publish 2.0.17-scope-test-0.4
Some checks failed
/ local-deploy (push) Failing after 5s
2025-06-09 18:07:45 +08:00
丁磊
dae2759477 publish 2.0.17-scope-test-0.3
Some checks failed
/ local-deploy (push) Failing after 6s
2025-06-09 18:00:39 +08:00
丁磊
b9526c71dd publish 2.0.17-scope-test-0.2
All checks were successful
/ local-deploy (push) Successful in 18s
2025-06-09 17:54:42 +08:00
丁磊
2fc24060ee build:移除 pom.xml 中的插件仓库配置
- 删除了 pom.xml 文件中的 pluginRepositories部分
- 移除了名为 kepai-repo-plugin 的插件仓库配置
2025-06-09 17:51:53 +08:00
11 changed files with 14 additions and 14 deletions

View File

@@ -120,8 +120,8 @@
<pluginRepositories>
<pluginRepository>
<id>kepai-repo-plugin</id>
<url>http://git.kepai365.com/tiesheng/repository/raw/master</url>
<id>tiesheng-repo-plugin</id>
<url>https://git.tieshengkeji.com/api/packages/tieshengkeji/maven</url>
</pluginRepository>
</pluginRepositories>

View File

@@ -1,7 +1,7 @@
#!/bin/sh
VERSION=2.0.17-scope-test
MESSAGE=test
VERSION=$1
MESSAGE=$2
## 更改版本号
mvn versions:set -DnewVersion=$VERSION

View File

@@ -6,11 +6,11 @@
<parent>
<groupId>com.tiesheng.springboot-parent</groupId>
<artifactId>springboot-parent</artifactId>
<version>2.0.17-scope-test</version>
<version>2.0.17-scope-test-0.2</version>
</parent>
<artifactId>springboot-ademo</artifactId>
<version>2.0.17-scope-test</version>
<version>2.0.17-scope-test-0.2</version>
<properties>
<maven.compiler.source>8</maven.compiler.source>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng.springboot-parent</groupId>
<artifactId>springboot-parent</artifactId>
<version>2.0.17-scope-test</version>
<version>2.0.17-scope-test-0.2</version>
</parent>
<artifactId>springboot-annotation</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng.springboot-parent</groupId>
<artifactId>springboot-parent</artifactId>
<version>2.0.17-scope-test</version>
<version>2.0.17-scope-test-0.2</version>
</parent>
<artifactId>springboot-database</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng.springboot-parent</groupId>
<artifactId>springboot-parent</artifactId>
<version>2.0.17-scope-test</version>
<version>2.0.17-scope-test-0.2</version>
</parent>
<artifactId>springboot-login</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng.springboot-parent</groupId>
<artifactId>springboot-parent</artifactId>
<version>2.0.17-scope-test</version>
<version>2.0.17-scope-test-0.2</version>
</parent>
<artifactId>springboot-message</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng.springboot-parent</groupId>
<artifactId>springboot-parent</artifactId>
<version>2.0.17-scope-test</version>
<version>2.0.17-scope-test-0.2</version>
</parent>
<artifactId>springboot-platform</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng.springboot-parent</groupId>
<artifactId>springboot-parent</artifactId>
<version>2.0.17-scope-test</version>
<version>2.0.17-scope-test-0.2</version>
</parent>
<artifactId>springboot-role</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng.springboot-parent</groupId>
<artifactId>springboot-parent</artifactId>
<version>2.0.17-scope-test</version>
<version>2.0.17-scope-test-0.2</version>
</parent>
<artifactId>springboot-util</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng.springboot-parent</groupId>
<artifactId>springboot-parent</artifactId>
<version>2.0.17-scope-test</version>
<version>2.0.17-scope-test-0.2</version>
</parent>
<artifactId>springboot-web</artifactId>