Skip to content

Commit c9d9dfc

Browse files
committed
Replace stack.version by project.version
1 parent e57e2fb commit c9d9dfc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,13 @@
2828

2929
<name>Vert.x Http Proxy</name>
3030

31+
<scm>
32+
<connection>scm:git:git@github.com:eclipse-vertx/vertx-http-proxy.git</connection>
33+
<developerConnection>scm:git:git@github.com:eclipse-vertx/vertx-http-proxy.git</developerConnection>
34+
<url>git@github.com:eclipse-vertx/vertx-http-proxy.git</url>
35+
</scm>
36+
3137
<properties>
32-
<stack.version>5.0.0-SNAPSHOT</stack.version>
3338
<fatjar.dir>${project.build.directory}</fatjar.dir>
3439
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
3540
</properties>
@@ -39,7 +44,7 @@
3944
<dependency>
4045
<groupId>io.vertx</groupId>
4146
<artifactId>vertx-dependencies</artifactId>
42-
<version>${stack.version}</version>
47+
<version>${project.version}</version>
4348
<type>pom</type>
4449
<scope>import</scope>
4550
</dependency>

0 commit comments

Comments
 (0)