update parent

This commit is contained in:
zhourui 周锐 2022-09-26 22:49:42 +08:00
parent 7223394a8f
commit db438dbd99

34
pom.xml
View File

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>cn.axzo.infra</groupId> <groupId>cn.axzo.infra</groupId>
<artifactId>axzo-parent</artifactId> <artifactId>axzo-parent</artifactId>
<version>2.4.13</version> <version>2.4.13.3</version>
<relativePath /> <relativePath />
</parent> </parent>
@ -19,6 +19,7 @@
<properties> <properties>
<revision>2.0.0-SNAPSHOT</revision> <revision>2.0.0-SNAPSHOT</revision>
<axzo-dependencies.version>2.0.0-SNAPSHOT</axzo-dependencies.version>
</properties> </properties>
<modules> <modules>
@ -33,15 +34,30 @@
<module>axzo-test-spring-boot-starter</module> <module>axzo-test-spring-boot-starter</module>
<module>axzo-logger-spring-boot-starter</module> <module>axzo-logger-spring-boot-starter</module>
</modules> </modules>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>cn.axzo.framework</groupId> <groupId>cn.axzo.infra</groupId>
<artifactId>axzo-common</artifactId> <artifactId>axzo-dependencies</artifactId>
<version>${project.version}</version> <version>${axzo-dependencies.version}</version>
</dependency> <type>pom</type>
</dependencies> <scope>import</scope>
</dependency>
<dependency>
<groupId>cn.axzo.framework</groupId>
<artifactId>axzo-common</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement> </dependencyManagement>
<repositories>
<repository>
<id>axzo</id>
<name>axzo repository</name>
<url>https://nexus.axzo.cn/repository/axzo/</url>
</repository>
</repositories>
</project> </project>