Bump to 0.2.0
This commit is contained in:
@@ -68,7 +68,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.2.0-SNAPSHOT</version>
|
||||
<version>0.2.0</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
@@ -83,7 +83,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.2.0-SNAPSHOT")
|
||||
implementation platform("org.springframework.grpc:spring-grpc-dependencies:0.2.0")
|
||||
}
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user