Skip to content

Commit

Permalink
4.4.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Aug 30, 2023
1 parent d816b81 commit 7315d38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Vertx.x Starter
:vertx-version: 4.4.4
:vertx-version: 4.4.5

image:https://github.com/vert-x3/vertx-starter/workflows/CI/badge.svg[Build Status,link=https://github.com/vert-x3/vertx-starter/actions?query=workflow%3ACI]

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>17</maven.compiler.release>
<!-- vert.x properties -->
<vertx.version>4.4.4</vertx.version>
<vertx.version>4.4.5</vertx.version>
<vertx.verticle>io.vertx.starter.MainVerticle</vertx.verticle>
<!-- Maven plugins -->
<vertx-maven-plugin.version>1.0.28</vertx-maven-plugin.version>
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/starter.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"artifactId": "starter",
"language": "java",
"buildTool": "maven",
"vertxVersion": "4.4.4",
"vertxVersion": "4.4.5",
"archiveFormat": "zip",
"jdkVersion": "11"
},
"versions": [
{
"number": "4.4.4",
"number": "4.4.5",
"exclusions": [
]
},
{
"number": "4.4.5-SNAPSHOT",
"number": "4.4.6-SNAPSHOT",
"exclusions": [
]
}
Expand Down

0 comments on commit 7315d38

Please sign in to comment.