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 4f896df commit 2fe20f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<description>Vert.x eventbus bridge common configuration</description>

<properties>
<stack.version>5.0.0-SNAPSHOT</stack.version>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
</properties>

Expand All @@ -24,7 +23,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 2fe20f2

Please sign in to comment.