Skip to content

Commit

Permalink
Replace stack.version by project.version
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jul 10, 2024
1 parent fe0fc17 commit 9cc8d94
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@

<name>Vert.x Kafka Client</name>

<scm>
<connection>scm:git:[email protected]:vert-x3/vertx-kafka-client.git</connection>
<developerConnection>scm:git:[email protected]:vert-x3/vertx-kafka-client.git</developerConnection>
<url>[email protected]:vert-x3/vertx-kafka-client.git</url>
</scm>

<properties>
<stack.version>5.0.0-SNAPSHOT</stack.version>
<kafka.version>3.7.0</kafka.version>
<debezium.version>2.6.1.Final</debezium.version>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
Expand All @@ -40,7 +45,7 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-dependencies</artifactId>
<version>${stack.version}</version>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 9cc8d94

Please sign in to comment.