Ready for 0.1.0

This commit is contained in:
Dave Syer
2024-10-25 12:20:47 +01:00
parent 2eaaa8f805
commit 2d2e0d8b8e
15 changed files with 23 additions and 23 deletions

View File

@@ -70,7 +70,7 @@ If youre a Maven user, you can use the dependencies by adding the following t
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-grpc-dependencies</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -84,7 +84,7 @@ As shown in the snippet below this can then be followed by version-less declarat
```gradle
dependencies {
implementation platform("org.springframework.ai:spring-grpc-dependencies:1.0.0-SNAPSHOT")
implementation platform("org.springframework.ai:spring-grpc-dependencies:0.1.0")
}
```