提交 aff89ee4 编写于 作者: ibiz4j's avatar ibiz4j

pom

上级 0d372a39
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.0</version> <version>2.4.0</version>
<relativePath/>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
...@@ -297,6 +298,19 @@ ...@@ -297,6 +298,19 @@
</distributionManagement> </distributionManagement>
<repositories> <repositories>
<repository>
<id>aliyunmaven</id>
<name>阿里云公共仓库</name>
<url>https://maven.aliyun.com/repository/public/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
<repository> <repository>
<id>ibizmvnrepository</id> <id>ibizmvnrepository</id>
<name>ibizmvnrepository</name> <name>ibizmvnrepository</name>
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
<artifactId>ibizlab-boot-starters</artifactId> <artifactId>ibizlab-boot-starters</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>ibizlab-boot-starters</name> <name>iBizLab Boot Starters</name>
<description>ibizlab-boot-starters</description> <description>iBizLab Boot Starters</description>
<properties> <properties>
<revision>2.4.0-SNAPSHOT</revision> <revision>2.4.0-SNAPSHOT</revision>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册