Revert to snapshot
This commit is contained in:
@@ -199,7 +199,7 @@ If you’re a Maven user, you can use the dependencies by adding the following t
|
||||
<dependency>
|
||||
<groupId>org.springframework.grpc</groupId>
|
||||
<artifactId>spring-grpc-dependencies</artifactId>
|
||||
<version>0.4.0</version>
|
||||
<version>0.5.0-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
@@ -214,7 +214,7 @@ As shown in the snippet below this can then be followed by version-less declarat
|
||||
[source,gradle]
|
||||
----
|
||||
dependencies {
|
||||
implementation platform("org.springframework.grpc:spring-grpc-dependencies:0.4.0")
|
||||
implementation platform("org.springframework.grpc:spring-grpc-dependencies:0.5.0-SNAPSHOT")
|
||||
}
|
||||
----
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
:page-section-summary-toc: 1
|
||||
|
||||
[[what-s-new-in-0-4-0-since-0-3-0]]
|
||||
== What's New in 0.4.0 Since 0.3.0
|
||||
== What's New in 0.5.0-SNAPSHOT Since 0.3.0
|
||||
|
||||
This section covers the changes made from version 0.3.0 to version 0.4.0.
|
||||
This section covers the changes made from version 0.3.0 to version 0.5.0-SNAPSHOT.
|
||||
|
||||
=== Fine-grained starter modules
|
||||
The following fine-grained Spring Boot starter modules have been added:
|
||||
|
||||
Reference in New Issue
Block a user