Skip to content

Commit 8e8cba4

Browse files
committed
Replace stack.version by project.version
1 parent b20006e commit 8e8cba4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

+7-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@
1010
<version>5.0.0-SNAPSHOT</version>
1111
<name>Vert.x io_uring incubator</name>
1212

13+
<scm>
14+
<connection>scm:git:[email protected]:vert-x3/vertx-io_uring-incubator.git</connection>
15+
<developerConnection>scm:git:[email protected]:vert-x3/vertx-io_uring-incubator.git</developerConnection>
16+
<url>[email protected]:vert-x3/vertx-io_uring-incubator.git</url>
17+
</scm>
18+
1319
<properties>
14-
<stack.version>5.0.0-SNAPSHOT</stack.version>
1520
<netty.iouring.version>0.0.25.Final</netty.iouring.version>
1621
<junit.version>4.13.1</junit.version>
1722
<assertj.version>3.4.1</assertj.version>
@@ -23,7 +28,7 @@
2328
<dependency>
2429
<groupId>io.vertx</groupId>
2530
<artifactId>vertx-dependencies</artifactId>
26-
<version>${stack.version}</version>
31+
<version>${project.version}</version>
2732
<type>pom</type>
2833
<scope>import</scope>
2934
</dependency>

0 commit comments

Comments
 (0)