From 5ab408b62658bb0707ae5f29099dcf7f72b8ae4d Mon Sep 17 00:00:00 2001 From: Logan Kulinski Date: Sun, 27 Oct 2024 12:10:51 -0500 Subject: [PATCH] chris.bono@gmail.com Signed-off-by: Logan Kulinski --- README.md | 4 ++-- .../src/main/antora/modules/ROOT/pages/getting-started.adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 48e7a95..c7e7812 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ If you’re a Maven user, you can use the dependencies by adding the following t - org.springframework.ai + org.springframework.grpc spring-grpc-dependencies 0.2.0-SNAPSHOT pom @@ -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:0.2.0-SNAPSHOT") + implementation platform("org.springframework.grpc:spring-grpc-dependencies:0.2.0-SNAPSHOT") } ``` diff --git a/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc b/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc index 0b59491..66a0dd1 100644 --- a/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc +++ b/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc @@ -66,7 +66,7 @@ If you’re a Maven user, you can use the dependencies by adding the following t - org.springframework.ai + org.springframework.grpc spring-grpc-dependencies 0.2.0-SNAPSHOT pom @@ -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.ai:spring-grpc-dependencies:0.2.0-SNAPSHOT") + implementation platform("org.springframework.grpc:spring-grpc-dependencies:0.2.0-SNAPSHOT") } ----