|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
|
<artifactId>spring-cloud-build</artifactId>
|
|
|
|
|
<version>4.0.0-RC3</version>
|
|
|
|
|
<version>4.0.0</version>
|
|
|
|
|
<relativePath/>
|
|
|
|
|
</parent>
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
@ -89,16 +89,16 @@
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<!-- Project revision -->
|
|
|
|
|
<revision>1.8.2-2022.0.0-RC3-SNAPSHOT</revision>
|
|
|
|
|
<revision>1.8.2-2022.0.0-SNAPSHOT</revision>
|
|
|
|
|
|
|
|
|
|
<!-- Spring Cloud -->
|
|
|
|
|
<spring.cloud.version>2022.0.0-RC3</spring.cloud.version>
|
|
|
|
|
<spring.cloud.version>2022.0.0</spring.cloud.version>
|
|
|
|
|
|
|
|
|
|
<!-- Spring Boot -->
|
|
|
|
|
<spring.boot.version>3.0.0</spring.boot.version>
|
|
|
|
|
|
|
|
|
|
<!-- Spring Framework -->
|
|
|
|
|
<spring.framework.version>6.0.2</spring.framework.version>
|
|
|
|
|
<spring.framework.version>6.0.3</spring.framework.version>
|
|
|
|
|
|
|
|
|
|
<!-- Maven Plugin Versions -->
|
|
|
|
|
<jacoco.version>0.8.8</jacoco.version>
|
|
|
|
@ -317,25 +317,6 @@
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
</repository>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
|
<url>https://repo.spring.io/snapshot</url>
|
|
|
|
|
<snapshots>
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
<releases>
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
</releases>
|
|
|
|
|
</repository>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
|
<url>https://repo.spring.io/milestone</url>
|
|
|
|
|
<snapshots>
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
</repository>
|
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
<pluginRepositories>
|
|
|
|
@ -349,24 +330,5 @@
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
|
<url>https://repo.spring.io/snapshot</url>
|
|
|
|
|
<snapshots>
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
<releases>
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
</releases>
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
|
<url>https://repo.spring.io/milestone</url>
|
|
|
|
|
<snapshots>
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
</pluginRepositories>
|
|
|
|
|
</project>
|
|
|
|
|