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 # Change Log
--- ---
- [feat:update to Spring Cloud 2022 RC3.](https://github.com/Tencent/spring-cloud-tencent/pull/769)

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

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

Loading…
Cancel
Save