[jboss-jira] [JBoss JIRA] (WFLY-1367) 5 version numbers exist for Narayana in pom.xml, despite only needing 1

Paul Robinson (JIRA) jira-events at lists.jboss.org
Mon May 20 05:18:06 EDT 2013


Paul Robinson created WFLY-1367:
-----------------------------------

             Summary: 5 version numbers exist for Narayana in pom.xml, despite only needing 1
                 Key: WFLY-1367
                 URL: https://issues.jboss.org/browse/WFLY-1367
             Project: WildFly
          Issue Type: Bug
          Components: Build System, Transactions
            Reporter: Paul Robinson
            Assignee: Paul Robinson
             Fix For: 8.0.0.Alpha2


There are 5 different version properties for Narayana in WildFly, despite each component that uses the variable being released together (i.e. it's not possible to get a situation where the values of these versions differ).

{code}    <version.org.jboss.jbossts.jbossjts>5.0.0.M2/version.org.jboss.jbossts.jbossjts>
        <version.org.jboss.jbossts.jbossjts-integration>5.0.0.M2</version.org.jboss.jbossts.jbossjts-integration>
        <version.org.jboss.jbossts.jbossxts>5.0.0.M2</version.org.jboss.jbossts.jbossxts>
        <version.org.jboss.jbossts.narayana>5.0.0.M2</version.org.jboss.jbossts.narayana>
{code}

As well as being messy, error-prone and more effort to change; it's also caused us a merge conflict (JBTM-1691) that didn't auto-merge correctly.

One version called "version.org.jboss.narayana" would make most sense.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list