Michael Osipov created MNG-6403: ----------------------------------- Summary: Artifact#VERSION_FILE_PATTERN does not escape period between date and time Key: MNG-6403 URL: https://issues.apache.org/jira/browse/MNG-6403 Project: Maven Issue Type: Bug Components: Artifacts and Repositories Affects Versions: 3.5.3 Reporter: Michael Osipov Assignee: Michael Osipov Fix For: 3.5.4-candidate
The pattern {{^(.*)-([0-9]{8}.[0-9]{6})-([0-9]+)$}} accepts everything between date and time. This is wrong. It shall be a period only. -- This message was sent by Atlassian JIRA (v7.6.3#76005)