Skip to content

Commit 01dbf48

Browse files
committed
refactor: Rename vertx-grpc.versio to vertx.versio
Signed-off-by: castlighting <castlighting233@gmail.com>
1 parent 7d55d36 commit 01dbf48

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

opengemini-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>io.vertx</groupId>
7171
<artifactId>vertx-grpc</artifactId>
72-
<version>${vertx-grpc.version}</version>
72+
<version>${vertx.version}</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>io.grpc</groupId>
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>io.vertx</groupId>
8181
<artifactId>vertx-junit5</artifactId>
82-
<version>${vertx-grpc.version}</version>
82+
<version>${vertx.version}</version>
8383
<scope>test</scope>
8484
</dependency>
8585
</dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<slf4j.version>2.0.7</slf4j.version>
6161
<spring.version>6.0.19</spring.version>
6262
<spring-boot.version>3.1.11</spring-boot.version>
63-
<vertx-grpc.version>4.5.10</vertx-grpc.version>
63+
<vertx.version>4.5.10</vertx.version>
6464
<!-- plugin -->
6565
<central-publishing-maven-plugin.version>0.6.0</central-publishing-maven-plugin.version>
6666
<lombok-maven-plugin.version>1.18.20.0</lombok-maven-plugin.version>
@@ -220,7 +220,7 @@
220220
<configuration>
221221
<pluginId>grpc-vertx</pluginId>
222222
<pluginArtifact>
223-
io.vertx:vertx-grpc-protoc-plugin:${vertx-grpc.version}:exe:${os.detected.classifier}
223+
io.vertx:vertx-grpc-protoc-plugin:${vertx.version}:exe:${os.detected.classifier}
224224
</pluginArtifact>
225225
</configuration>
226226
</execution>

0 commit comments

Comments
 (0)