]
Michal Petrov resolved WFLY-10145.
----------------------------------
Resolution: Out of Date
This seems to be out of date, at the moment the maven command sets all versions
correctly.
mvn versions:set -DnewVersion=xxxx does not replace
component-matrix/pom.xml
----------------------------------------------------------------------------
Key: WFLY-10145
URL:
https://issues.jboss.org/browse/WFLY-10145
Project: WildFly
Issue Type: Bug
Components: Build System
Reporter: Kabir Khan
Assignee: Tomaž Cerar
Priority: Major
Similar to WFCORE-3718, using mvn versions:set -DnewVersion=12.0.0.Beta1, leaves
component-matrix/pom.xml untouched.
{code}
$git grep "\-SNAPSHOT"
component-matrix/pom.xml: <version>13.0.0.Alpha1-SNAPSHOT</version>
{code}