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 841805a commit e2eed4c
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 @@ -13,8 +13,13 @@

<name>Vert.x Ignite Cluster Manager</name>

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

<properties>
<stack.version>5.0.0-SNAPSHOT</stack.version>
<ignite.version>2.16.0</ignite.version>
<asciidoc.dir>${project.basedir}/src/main/asciidoc</asciidoc.dir>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
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 e2eed4c

Please sign in to comment.