Revert to snapshot

This commit is contained in:
Dave Syer
2025-03-03 12:47:03 +00:00
parent ae46cdffe5
commit b423429b8f
28 changed files with 46 additions and 46 deletions

View File

@@ -199,7 +199,7 @@ If youre 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")
}
----

View File

@@ -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: