[jbossts-issues] [JBoss JIRA] (JBTM-1525) Remove version numbers from all but parent pom

Paul Robinson (JIRA) jira-events at lists.jboss.org
Mon Mar 18 13:32:42 EDT 2013


     [ https://issues.jboss.org/browse/JBTM-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Robinson updated JBTM-1525:
--------------------------------

    Description: 
We have a lot of version numbers scattered throughout our poms. Most of which should be in the root pom. This task is to hunt them all down and move the versions into the root.

I think this finds them:

{code}
grep -r "<version>" **/*/pom.xml
{code}

Not sure if it gets them all.

  was:
I think this finds them:

{code}
grep -r "<version>" **/*/pom.xml
{code}

Not sure if it gets them all.


    
> Remove version numbers from all but parent pom
> ----------------------------------------------
>
>                 Key: JBTM-1525
>                 URL: https://issues.jboss.org/browse/JBTM-1525
>             Project: JBoss Transaction Manager
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>          Components: Build System
>            Reporter: Paul Robinson
>            Assignee: Amos Feng
>            Priority: Minor
>             Fix For: 5.0.0.M3
>
>   Original Estimate: 3 hours
>  Remaining Estimate: 3 hours
>
> We have a lot of version numbers scattered throughout our poms. Most of which should be in the root pom. This task is to hunt them all down and move the versions into the root.
> I think this finds them:
> {code}
> grep -r "<version>" **/*/pom.xml
> {code}
> Not sure if it gets them all.

--
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 jbossts-issues mailing list