Skip to content

Commit f0302bd

Browse files
authored
Merge pull request #536 from yidongnan/dev-cycle/start
Start 2.13.0 development cycle
2 parents d4ebf47 + 4086ae0 commit f0302bd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010
}
1111
ext {
12-
projectVersion = '2.12.0.RELEASE'
12+
projectVersion = '2.13.0-SNAPSHOT'
1313

1414
// https://github.com/grpc/grpc-java/releases
1515
grpcVersion = '1.37.0'
@@ -155,7 +155,6 @@ allprojects {
155155

156156
repositories {
157157
mavenCentral()
158-
jcenter()
159158
}
160159

161160
buildscript {

docs/en/versions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Current version.
4747

4848
| Version | spring-boot | gRPC | Date |
4949
|:-------:|:-----------:|:----:| ---: |
50+
| 2.13.0* | 2.4.5 | 1.37.0 | TBA |
5051
| 2.12.0 | 2.4.5 | 1.37.0 | Mai, 2021 |
5152
| 2.11.0 | 2.3.8 | 1.35.0 | Feb, 2021 |
5253
| 2.10.1 | 2.3.3 | 1.31.1 | Aug, 2020 |

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
org.gradle.caching=true
2-
org.gradle.parallel=true
2+
# It is not possible to use parallel,
3+
# because tests in multiple modules require the same ports
4+
#org.gradle.parallel=true
35
org.gradle.vfs.watch=true
46
org.gradle.daemon=true
57

0 commit comments

Comments
 (0)