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

@@ -193,7 +193,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>
@@ -207,7 +207,7 @@ As shown in the snippet below this can then be followed by version-less declarat
```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")
}
```