Bump to 0.2.0

This commit is contained in:
Dave Syer
2024-11-28 14:30:09 +00:00
parent 02ef2e25b3
commit b273d8e83a
15 changed files with 23 additions and 23 deletions

View File

@@ -11,7 +11,7 @@
</parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>grpc-server-sample</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<name>Spring gRPC Server Sample</name>
<description>Demo project for Spring gRPC</description>
<url />
@@ -38,7 +38,7 @@
<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>