|
@@ -32,14 +32,14 @@
|
|
|
<url>https://github.com/uncarbon97/</url>
|
|
<url>https://github.com/uncarbon97/</url>
|
|
|
|
|
|
|
|
<groupId>cc.uncarbon.framework</groupId>
|
|
<groupId>cc.uncarbon.framework</groupId>
|
|
|
- <artifactId>helio-starters</artifactId>
|
|
|
|
|
- <version>2.5.0</version><!-- BATCH REPLACEMENT MARK -->
|
|
|
|
|
|
|
+ <artifactId>crm-starters</artifactId>
|
|
|
|
|
+ <version>2.5.0.1</version><!-- BATCH REPLACEMENT MARK -->
|
|
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
|
<!-- core versions -->
|
|
<!-- core versions -->
|
|
|
- <helio-starters.version>2.5.0</helio-starters.version>
|
|
|
|
|
|
|
+ <helio-starters.version>2.5.0.1</helio-starters.version>
|
|
|
<!-- 可根据实际JDK版本修改;JDK17则改为'17' JDK21则改为'21' -->
|
|
<!-- 可根据实际JDK版本修改;JDK17则改为'17' JDK21则改为'21' -->
|
|
|
- <java.version>17</java.version>
|
|
|
|
|
|
|
+ <java.version>21</java.version>
|
|
|
<!-- 若变更Spring Boot版本, 上面parent依赖版本也要变 -->
|
|
<!-- 若变更Spring Boot版本, 上面parent依赖版本也要变 -->
|
|
|
<spring-boot.version>3.5.6</spring-boot.version>
|
|
<spring-boot.version>3.5.6</spring-boot.version>
|
|
|
|
|
|
|
@@ -523,14 +523,6 @@
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
- <!-- 仓库信息 -->
|
|
|
|
|
- <scm>
|
|
|
|
|
- <tag>2.x</tag>
|
|
|
|
|
- <url>https://github.com/uncarbon97/helio-starters.git</url>
|
|
|
|
|
- <connection>scm:git:https://github.com/uncarbon97/helio-starters.git</connection>
|
|
|
|
|
- <developerConnection>scm:git:https://github.com/uncarbon97/helio-starters.git</developerConnection>
|
|
|
|
|
- </scm>
|
|
|
|
|
-
|
|
|
|
|
<profiles>
|
|
<profiles>
|
|
|
<profile>
|
|
<profile>
|
|
|
<id>push-helio-starters-to-maven-central</id>
|
|
<id>push-helio-starters-to-maven-central</id>
|