Skip to content

Commit 71d140a

Browse files
author
Alexander Furer
committed
release 4.4.4
1 parent 99558da commit 71d140a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repositories {
3131
3232
}
3333
dependencies {
34-
compile 'io.github.lognet:grpc-spring-boot-starter:4.4.3'
34+
compile 'io.github.lognet:grpc-spring-boot-starter:4.4.4'
3535
}
3636
3737
@@ -84,7 +84,7 @@ The actual port being used can then be retrieved by using `@LocalRunningGrpcPort
8484
----
8585

8686

87-
* Optionally set the startup phase order (deafaults to `Integer.MAX_VALUE`).
87+
* Optionally set the https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/context/SmartLifecycle.html[startup phase order] (defaults to `Integer.MAX_VALUE`).
8888

8989
[source,yaml]
9090
----

ReleaseNotes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
== Version 4.4.4-SNAPSHOT
1+
== Version 4.4.4
22
* Fixes https://github.com/LogNet/grpc-spring-boot-starter/issues/181[181]
33
44
== Version 4.4.3

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ grpcVersion=1.35.0
22
springBootVersion=2.4.1
33
springCloudVersion=2020.0.0
44

5-
version=4.4.4-SNAPSHOT
5+
version=4.4.4
66
group=io.github.lognet
77
description=Spring Boot starter for Google RPC.
88
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter

0 commit comments

Comments
 (0)