Skip to content

Commit b669f46

Browse files
committed
Update artifactId references to vertx-grpcio-context-storage in documentation
1 parent 5bc2ea7 commit b669f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vertx-grpc-docs/src/main/asciidoc/iostorage.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pom.xml::
3131
----
3232
<dependency>
3333
<groupId>io.vertx</groupId>
34-
<artifactId>vertx-grpc-context-storage</artifactId>
34+
<artifactId>vertx-grpcio-context-storage</artifactId>
3535
<version>${maven.version}</version>
3636
</dependency>
3737
----
@@ -41,7 +41,7 @@ build.gradle::
4141
[source,groovy,subs="+attributes"]
4242
----
4343
dependencies {
44-
compile 'io.vertx:vertx-grpc-context-storage:${maven.version}'
44+
compile 'io.vertx:vertx-grpcio-context-storage:${maven.version}'
4545
}
4646
----
4747
====

0 commit comments

Comments
 (0)