Merge pull request #7 from SkyeBeFreeman/main

fix:fix maven import error.
pull/15/head 1.0.1.Hoxton.SR9
Haotian Zhang 3 years ago committed by GitHub
commit 242d1eecbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -73,7 +73,7 @@ Example 列表:
对应Spring Cloud的大版本号为Spring Cloud提供的英文版本号例如Hoxton、Greenwich等。对应Spring Cloud的小版本号为Spring Cloud给出的小版本号例如 RS9 等。
发布类型目前包括正式发布和发布候选版RC。在实际的版本号中正式发布版不额外添加发布类型发布候选版将添加后缀并从 RC0 开始。
示例1.0.0.Hoxton.SR9-RC0
示例1.0.1.Hoxton.SR9-RC0
## License
The spring-cloud-tencent is licensed under the BSD 3-Clause License. Copyright and license information can be found in the file [LICENSE](LICENSE)

@ -76,7 +76,7 @@ Project version includes ```${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}.$
```${CORRESPONDING_MAJOR_VERSION_OF_SPRING_CLOUD}``` is the same as the major version number of Spring Cloud, like Hoxton, Greenwich. ```${CORRESPONDING_MINOR_VERSION_OF_SPRING_CLOUD}``` is the same as the major version number of Spring Cloud, like RS9.
```${RELEASE_TYPE}``` is like RELEASE or RC currently. Actually, the RELEASE version does not add a release type in the version, and the RS version will add a suffix and start from RC0.
For example: 1.0.0.Hoxton.SR9-RC0
For example: 1.0.1.Hoxton.SR9-RC0
## License
The spring-cloud-tencent is licensed under the BSD 3-Clause License. Copyright and license information can be found in the file [LICENSE](LICENSE)

@ -66,7 +66,7 @@
<properties>
<!-- Project revision -->
<revision>1.0.0.Hoxton.SR9</revision>
<revision>1.0.1.Hoxton.SR9</revision>
<!-- Spring Cloud -->
<spring.cloud.version>Hoxton.SR9</spring.cloud.version>

@ -18,7 +18,7 @@
<description>Spring Cloud Tencent Dependencies</description>
<properties>
<revision>1.0.0.Hoxton.SR9</revision>
<revision>1.0.1.Hoxton.SR9</revision>
<polaris.version>1.0.0</polaris.version>
<tomcat.version>10.0.0-M6</tomcat.version>
<powermock.version>2.0.0</powermock.version>

Loading…
Cancel
Save