Skip to content

Commit

Permalink
Merge pull request #3416 from bstansberry/WFCORE-3994
Browse files Browse the repository at this point in the history
[WFCORE-3994] Add WildFly 13 as a known release for use in host-exclu…
  • Loading branch information
jmesnil committed Aug 7, 2018
2 parents c08227f + c0d5008 commit 5776dc8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ private enum KnownRelease {
WILDFLY10("WildFly10.0", 4, 0),
WILDFLY10_1("WildFly10.1", 4, 2),
WILDFLY11("WildFly11.0", 5, 0),
WILDFLY12("WildFly12.0", 6, 0);
WILDFLY12("WildFly12.0", 6, 0),
WILDFLY13("WildFly13.0", 7, 0);

private static final Map<String, KnownRelease> map = new HashMap<>();
static {
Expand Down

0 comments on commit 5776dc8

Please sign in to comment.