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 da5df71 commit e689c36
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 @@ -46,7 +46,6 @@
</scm>

<properties>
<stack.version>5.0.0-SNAPSHOT</stack.version>
<junit.version>4.13.2</junit.version>
<harmcrest.version>2.2</harmcrest.version>
<assertj.version>3.4.1</assertj.version>
Expand All @@ -58,7 +57,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 e689c36

Please sign in to comment.