chore: 适配 continew-starter 2.0.0,top.charles7c.continew => top.continew

groupId 及基础包名调整,更短的包名,聚合品牌形象
This commit is contained in:
2024-04-17 23:06:39 +08:00
parent d88581f939
commit f5ab22eedf
159 changed files with 370 additions and 368 deletions

14
pom.xml
View File

@@ -10,9 +10,9 @@
可轻松集成到应用中,从而避免开发人员手动引入依赖的麻烦,为 Spring Boot 项目的灵活快速构建提供支持。
-->
<parent>
<groupId>top.charles7c.continew</groupId>
<groupId>top.continew</groupId>
<artifactId>continew-starter</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<groupId>top.charles7c.continew</groupId>
@@ -205,16 +205,6 @@
<name>AliYun Mirror</name>
<url>https://maven.aliyun.com/repository/public/</url>
</repository>
<!-- 快照仓库(仅在 ContiNew Admin 开发版使用,稳定版发布时会移除) -->
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<updatePolicy>always</updatePolicy>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<!-- 插件仓库配置 -->