Skip to content

Commit b507f29

Browse files
committed
Fix version in docs
1 parent 132fd2c commit b507f29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ If you’re a Maven user, you can use the dependencies by adding the following t
201201
<dependency>
202202
<groupId>org.springframework.grpc</groupId>
203203
<artifactId>spring-grpc-dependencies</artifactId>
204-
<version>0.8.0-SNAPSHOT-SNAPSHOT</version>
204+
<version>0.8.0-SNAPSHOT</version>
205205
<type>pom</type>
206206
<scope>import</scope>
207207
</dependency>
@@ -215,7 +215,7 @@ As shown in the snippet below this can then be followed by version-less declarat
215215

216216
```gradle
217217
dependencies {
218-
implementation platform("org.springframework.grpc:spring-grpc-dependencies:0.8.0-SNAPSHOT-SNAPSHOT")
218+
implementation platform("org.springframework.grpc:spring-grpc-dependencies:0.8.0-SNAPSHOT")
219219
}
220220
```
221221

spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ If you’re a Maven user, you can use the dependencies by adding the following t
206206
<dependency>
207207
<groupId>org.springframework.grpc</groupId>
208208
<artifactId>spring-grpc-dependencies</artifactId>
209-
<version>0.8.0-SNAPSHOT-SNAPSHOT</version>
209+
<version>0.8.0-SNAPSHOT</version>
210210
<type>pom</type>
211211
<scope>import</scope>
212212
</dependency>
@@ -221,7 +221,7 @@ As shown in the snippet below this can then be followed by version-less declarat
221221
[source,gradle]
222222
----
223223
dependencies {
224-
implementation platform("org.springframework.grpc:spring-grpc-dependencies:0.8.0-SNAPSHOT-SNAPSHOT")
224+
implementation platform("org.springframework.grpc:spring-grpc-dependencies:0.8.0-SNAPSHOT")
225225
}
226226
----
227227

0 commit comments

Comments
 (0)