michael-o commented on code in PR #988: URL: https://github.com/apache/maven/pull/988#discussion_r1099837621
########## maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java: ########## @@ -68,7 +68,7 @@ @Singleton public class DefaultModelValidator implements ModelValidator { - private static final Pattern CI_FRIENDLY_EXPRESSION = Pattern.compile("\\$\\{(.+?)\\}"); + private static final Pattern CI_FRIENDLY_EXPRESSION = Pattern.compile("\\$\\{(.+?)}"); Review Comment: Why unbalanced? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org