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 751c56e commit 7f7ad88
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 136 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<name>Vert.x Auth</name>

<properties>
<stack.version>5.0.0-SNAPSHOT</stack.version>
<doc.skip>true</doc.skip>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
</properties>
Expand All @@ -45,7 +44,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

This file was deleted.

This file was deleted.

0 comments on commit 7f7ad88

Please sign in to comment.