]
David Lloyd commented on WFCORE-3722:
-------------------------------------
I think this was incorporated by WFCORE-3803. Can we close it?
WFCORE POM contains duplicate version properties after
component-matrix version revert
--------------------------------------------------------------------------------------
Key: WFCORE-3722
URL:
https://issues.jboss.org/browse/WFCORE-3722
Project: WildFly Core
Issue Type: Bug
Affects Versions: 5.0.0.Alpha7
Reporter: David Lloyd
Assignee: Chao Wang
{noformat}
$ grep "<version.org.wildfly.build-tools>" `find . -name pom.xml`
./pom.xml:
<version.org.wildfly.build-tools>1.2.10.Final</version.org.wildfly.build-tools>
./pom.xml:
<version.org.wildfly.build-tools>1.2.10.Final</version.org.wildfly.build-tools>
{noformat}
{noformat}
$ grep "<version.org.wildfly.checkstyle-config>" `find . -name pom.xml`
./pom.xml:
<version.org.wildfly.checkstyle-config>1.0.5.Final</version.org.wildfly.checkstyle-config>
./pom.xml:
<version.org.wildfly.checkstyle-config>1.0.5.Final</version.org.wildfly.checkstyle-config>
{noformat}
{noformat}
$ grep "<version.org.wildfly.plugin>" `find . -name pom.xml`
./pom.xml:
<version.org.wildfly.plugin>1.2.0.Final</version.org.wildfly.plugin>
./pom.xml:
<version.org.wildfly.plugin>1.2.0.Final</version.org.wildfly.plugin>
{noformat}