Skip to content

Commit 00621cf

Browse files
author
Alexander Furer
committed
release 2.1.3, switch back to org.lognet
1 parent ffb69d7 commit 00621cf

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
2020
}
2121
dependencies {
22-
compile('org.lognet:grpc-spring-boot-starter:2.1.2')
22+
compile('org.lognet:grpc-spring-boot-starter:2.1.3')
2323
}
2424
----
2525

ReleaseNotes.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
== Version 2.1.2
1+
== Version 2.1.3
22
- Random gRPC server port support
3+
- Artifact's group name switched back to `org.lognet`
34
45
== Version 2.1.1
56
- Fixed wrong interceptors ordering bug.

gradle.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
version=2.1.3-SNAPSHOT
2-
group=io.github.lognet
1+
version=2.1.3
2+
#group=io.github.lognet
3+
group=org.lognet
34
description=Spring Boot starter for Google RPC.
45
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter
56

0 commit comments

Comments
 (0)