Skip to content

Commit

Permalink
Merge pull request #5210 from eclipse-ee4j/faces_issue_1784
Browse files Browse the repository at this point in the history
  • Loading branch information
arjantijms authored Jan 31, 2023
2 parents 8b3b2d2 + 8b5e83b commit 1375d38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static final class Literal extends AnnotationLiteral<FacesConfig> impleme

@Override
public Version version() {
return null; // non binding, so not used
return Version.JSF_2_3;
}
}

Expand Down

0 comments on commit 1375d38

Please sign in to comment.