Skip to content

Commit

Permalink
Merge pull request #786 from yidongnan/prepare-release
Browse files Browse the repository at this point in the history
Prepare release v2.14.0
  • Loading branch information
yidongnan authored Nov 21, 2022
2 parents c393777 + 6251d4a commit 329c229
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ buildscript {
guavaVersion = '31.1-jre'
// https://github.com/protocolbuffers/protobuf/releases
protobufVersion = '3.21.9'
protobufGradlePluginVersion = '0.8.19'
protobufGradlePluginVersion = '0.9.1'

// https://github.com/spring-projects/spring-boot/releases
springBootVersion = '2.6.11'
springBootVersion = '2.6.13'
// https://github.com/spring-cloud/spring-cloud-release/releases
springCloudVersion = '2021.0.5'
// https://github.com/alibaba/spring-cloud-alibaba/releases
Expand Down Expand Up @@ -59,8 +59,8 @@ if (hasProperty('buildScan')) {
// you may use IntelliJ's project configuration to make it use the gradle version defined in the gradle script's wrapper section
wrapper {
// Update using:
// ./gradlew wrapper --gradle-version=7.4.2 --distribution-type=bin
gradleVersion = '7.4.2'
// ./gradlew wrapper --gradle-version=7.5.1 --distribution-type=bin
gradleVersion = '7.5.1'
}

def buildTimeAndDate = OffsetDateTime.now()
Expand Down Expand Up @@ -104,6 +104,7 @@ allprojects {

spotless {
java {
target('src/main/**/*.java', 'src/test/**/*.java')
licenseHeaderFile rootProject.file('extra/spotless/mit-license.java')
removeUnusedImports()
importOrderFile rootProject.file('extra/eclipse/eclipse.importorder')
Expand Down
3 changes: 2 additions & 1 deletion docs/en/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ Current version.

| Version | spring-boot | spring-cloud | gRPC | Date |
| :------: | :---------: | :----------: | :----: | --------: |
| 2.14.0\* | 2.6.11 | 2021.0.3 | 1.49.0 | TBA |
| 2.15.0\* | 2.7.5 | 2021.0.5 | 1.51.0 | Nov, 2022 |
| 2.14.0 | 2.6.13 | 2021.0.5 | 1.51.0 | Nov, 2022 |
| 2.13.1 | 2.5.8 | 2020.0.5 | 1.42.2 | Jan, 2022 |
| 2.13.0 | 2.5.7 | 2020.0.4 | 1.42.1 | Nov, 2021 |
| 2.12.0 | 2.4.5 | 2020.0.2 | 1.37.0 | Mai, 2021 |
Expand Down

0 comments on commit 329c229

Please sign in to comment.