feat:update to Spring Cloud 2022 RC3. (#769)

pull/782/head
Haotian Zhang 3 years ago committed by GitHub
parent 74a11c1851
commit 4f3e531796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,4 @@
# Change Log
---
- [feat:update to Spring Cloud 2022 RC3.](https://github.com/Tencent/spring-cloud-tencent/pull/769)

@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>4.0.0-RC2</version>
<version>4.0.0-RC3</version>
<relativePath/>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -89,16 +89,16 @@
<properties>
<!-- Project revision -->
<revision>1.8.2-2022.0.0-RC2</revision>
<revision>1.8.2-2022.0.0-RC3-SNAPSHOT</revision>
<!-- Spring Cloud -->
<spring.cloud.version>2022.0.0-RC2</spring.cloud.version>
<spring.cloud.version>2022.0.0-RC3</spring.cloud.version>
<!-- Spring Boot -->
<spring.boot.version>3.0.0</spring.boot.version>
<!-- Spring Framework -->
<spring.framework.version>6.0.1</spring.framework.version>
<spring.framework.version>6.0.2</spring.framework.version>
<!-- Maven Plugin Versions -->
<jacoco.version>0.8.8</jacoco.version>
@ -161,10 +161,10 @@
</plugins>
</pluginManagement>
<plugins>
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-checkstyle-plugin</artifactId>-->
<!-- </plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>

@ -70,7 +70,7 @@
</developers>
<properties>
<revision>1.8.2-2022.0.0-RC2</revision>
<revision>1.8.2-2022.0.0-RC3-SNAPSHOT</revision>
<!-- Dependencies -->
<polaris.version>1.9.1</polaris.version>

Loading…
Cancel
Save