[jbossts-issues] [JBoss JIRA] (JBTM-1598) version tags missed for all the sub-components

Gytis Trikleris (JIRA) jira-events at lists.jboss.org
Tue Apr 16 12:28:54 EDT 2013


     [ https://issues.jboss.org/browse/JBTM-1598?focusedWorklogId=12429098&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-12429098 ]

Gytis Trikleris logged work on JBTM-1598:
-----------------------------------------

                Author: Gytis Trikleris
            Created on: 16/Apr/13 12:27 PM
            Start Date: 16/Apr/13 12:27 PM
    Worklog Time Spent: 1 hour, 20 minutes 

Issue Time Tracking
-------------------

    Time Spent: 1 day, 2 hours, 50 minutes  (was: 1 day, 1 hour, 30 minutes)
    Worklog Id:     (was: 12429098)


> version tags missed for all the sub-components
> ----------------------------------------------
>
>                 Key: JBTM-1598
>                 URL: https://issues.jboss.org/browse/JBTM-1598
>             Project: JBoss Transaction Manager
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Build System
>            Reporter: Weinan Li
>            Assignee: Gytis Trikleris
>            Priority: Critical
>             Fix For: 4.17.4, 5.0.0.M3
>
>   Original Estimate: 1 hour
>          Time Spent: 1 day, 2 hours, 50 minutes
>  Remaining Estimate: 0 minutes
>
> Hi Tom, the problem I've found is that all the dependencies of its own components are lack of version section. For example:
> {code}
>   <dependencies>
>     <dependency>
>       <groupId>org.jboss.jbossts</groupId>
>       <artifactId>common</artifactId>
>     </dependency>
>   </dependencies>
> {code}
> Should be:
> {code}
>   <dependencies>
>     <dependency>
>       <groupId>org.jboss.jbossts</groupId>
>       <artifactId>common</artifactId>
>       <version>${project.version}</version>
>     </dependency>
>   </dependencies>
> {code}
> Could you please help to add these tags? Thanks!

--
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