Skip to content

Commit 40e2968

Browse files
committed
Releasing 5.1.3
1 parent 2f51d9d commit 40e2968

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>vertx-stack</artifactId>
14-
<version>5.1.3-SNAPSHOT</version>
14+
<version>5.1.3</version>
1515

1616
<name>Vert.x Stack - Project</name>
1717
<packaging>pom</packaging>

stack-depchain/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>io.vertx</groupId>
99
<artifactId>vertx-stack</artifactId>
10-
<version>5.1.3-SNAPSHOT</version>
10+
<version>5.1.3</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>vertx-stack-depchain</artifactId>
15-
<version>5.1.3-SNAPSHOT</version>
15+
<version>5.1.3</version>
1616

1717
<name>Vert.x Stack - Dependency Chain</name>
1818
<packaging>pom</packaging>

stack-docs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<parent>
2525
<groupId>io.vertx</groupId>
2626
<artifactId>vertx-stack</artifactId>
27-
<version>5.1.3-SNAPSHOT</version>
27+
<version>5.1.3</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<artifactId>vertx-stack-docs</artifactId>
32-
<version>5.1.3-SNAPSHOT</version>
32+
<version>5.1.3</version>
3333

3434
<name>Vert.x Stack - Docs</name>
3535
<packaging>pom</packaging>

stack-manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.vertx</groupId>
2525
<artifactId>vertx-stack</artifactId>
26-
<version>5.1.3-SNAPSHOT</version>
26+
<version>5.1.3</version>
2727
</parent>
2828

2929
<artifactId>vertx-stack-manager</artifactId>

0 commit comments

Comments
 (0)