更新example pom
This commit is contained in:
byteblogs168 2023-01-14 20:45:04 +08:00
parent 6f1c133190
commit e8e29897c5

View File

@ -3,10 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.x.retry</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>x-retry</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>${revision}</version> <version>2.5.6</version>
<relativePath>../pom.xml</relativePath> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<groupId>com.example</groupId> <groupId>com.example</groupId>