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 d1096e9 commit 4e63f5f
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 @@ -14,8 +14,13 @@
<artifactId>vertx-web-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>

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

<properties>
<stack.version>5.0.0-SNAPSHOT</stack.version>
<pac4j.version>1.6.0</pac4j.version>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
</properties>
Expand All @@ -25,7 +30,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 4e63f5f

Please sign in to comment.