Skip to content

Commit acdb372

Browse files
committed
Releasing 5.0.4
1 parent 6d9acf6 commit acdb372

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</parent>
2525

2626
<artifactId>vertx-codegen-parent</artifactId>
27-
<version>5.0.4-SNAPSHOT</version>
27+
<version>5.0.4</version>
2828
<packaging>pom</packaging>
2929

3030
<name>Vert.x Codegen Parent</name>

vertx-codegen-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>io.vertx</groupId>
66
<artifactId>vertx-codegen-parent</artifactId>
7-
<version>5.0.4-SNAPSHOT</version>
7+
<version>5.0.4</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>vertx-codegen-api</artifactId>
13-
<version>5.0.4-SNAPSHOT</version>
13+
<version>5.0.4</version>
1414

1515
<name>Vert.x Codegen API</name>
1616

vertx-codegen-json/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>io.vertx</groupId>
66
<artifactId>vertx-codegen-parent</artifactId>
7-
<version>5.0.4-SNAPSHOT</version>
7+
<version>5.0.4</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>vertx-codegen-json</artifactId>
13-
<version>5.0.4-SNAPSHOT</version>
13+
<version>5.0.4</version>
1414

1515
<name>Vert.x Codegen JSON</name>
1616

vertx-codegen-processor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>io.vertx</groupId>
66
<artifactId>vertx-codegen-parent</artifactId>
7-
<version>5.0.4-SNAPSHOT</version>
7+
<version>5.0.4</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>vertx-codegen-processor</artifactId>
13-
<version>5.0.4-SNAPSHOT</version>
13+
<version>5.0.4</version>
1414

1515
<name>Vert.x Codegen Processor</name>
1616

vertx-codegen-protobuf/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>io.vertx</groupId>
66
<artifactId>vertx-codegen-parent</artifactId>
7-
<version>5.0.4-SNAPSHOT</version>
7+
<version>5.0.4</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>vertx-codegen-protobuf</artifactId>
13-
<version>5.0.4-SNAPSHOT</version>
13+
<version>5.0.4</version>
1414

1515
<name>Vert.x Codegen Protobuf</name>
1616

vertx-codegen/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>io.vertx</groupId>
66
<artifactId>vertx-codegen-parent</artifactId>
7-
<version>5.0.4-SNAPSHOT</version>
7+
<version>5.0.4</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>vertx-codegen</artifactId>
13-
<version>5.0.4-SNAPSHOT</version>
13+
<version>5.0.4</version>
1414

1515
<name>Vert.x Codgen</name>
1616

0 commit comments

Comments
 (0)