Skip to content

Commit

Permalink
Adding + to a server version
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Grossmann <lgrossma@redhat.com>
  • Loading branch information
lgrossma authored and robstryker committed Jun 5, 2023
1 parent 9a4e75e commit c910284
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -7,7 +7,7 @@
},
{
"runtime": "${jbosstools.test.wildfly.27.home}",
"version": "27",
"version": "27+",
"family": "WILDFLY"
},
{
Expand Down Expand Up @@ -37,7 +37,7 @@
},
{
"runtime": "${jbosstools.test.wildfly.27.home}",
"version": "27",
"version": "27+",
"family": "WILDFLY",
"remote": {
"serverHome": "${jbosstools.test.wildfly.27.home}",
Expand All @@ -46,4 +46,4 @@
}
}
]
}
}

0 comments on commit c910284

Please sign in to comment.