Skip to content

Commit 5ab408b

Browse files
authored
Signed-off-by: Logan Kulinski <[email protected]>
1 parent 8bab3cd commit 5ab408b

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
@@ -68,7 +68,7 @@ If you’re a Maven user, you can use the dependencies by adding the following t
6868
<dependencyManagement>
6969
<dependencies>
7070
<dependency>
71-
<groupId>org.springframework.ai</groupId>
71+
<groupId>org.springframework.grpc</groupId>
7272
<artifactId>spring-grpc-dependencies</artifactId>
7373
<version>0.2.0-SNAPSHOT</version>
7474
<type>pom</type>
@@ -84,7 +84,7 @@ As shown in the snippet below this can then be followed by version-less declarat
8484

8585
```gradle
8686
dependencies {
87-
implementation platform("org.springframework.ai:spring-grpc-dependencies:0.2.0-SNAPSHOT")
87+
implementation platform("org.springframework.grpc:spring-grpc-dependencies:0.2.0-SNAPSHOT")
8888
}
8989
```
9090

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
@@ -66,7 +66,7 @@ If you’re a Maven user, you can use the dependencies by adding the following t
6666
<dependencyManagement>
6767
<dependencies>
6868
<dependency>
69-
<groupId>org.springframework.ai</groupId>
69+
<groupId>org.springframework.grpc</groupId>
7070
<artifactId>spring-grpc-dependencies</artifactId>
7171
<version>0.2.0-SNAPSHOT</version>
7272
<type>pom</type>
@@ -83,7 +83,7 @@ As shown in the snippet below this can then be followed by version-less declarat
8383
[source,gradle]
8484
----
8585
dependencies {
86-
implementation platform("org.springframework.ai:spring-grpc-dependencies:0.2.0-SNAPSHOT")
86+
implementation platform("org.springframework.grpc:spring-grpc-dependencies:0.2.0-SNAPSHOT")
8787
}
8888
----
8989

0 commit comments

Comments
 (0)