Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-1598

version tags missed for all the sub-components

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Critical
    • 4.17.4, 5.0.0.M3
    • None
    • Build System
    • None

    Description

      Hi Tom, the problem I've found is that all the dependencies of its own components are lack of version section. For example:

        <dependencies>
          <dependency>
            <groupId>org.jboss.jbossts</groupId>
            <artifactId>common</artifactId>
          </dependency>
        </dependencies>
      

      Should be:

        <dependencies>
          <dependency>
            <groupId>org.jboss.jbossts</groupId>
            <artifactId>common</artifactId>
            <version>${project.version}</version>
          </dependency>
        </dependencies>
      

      Could you please help to add these tags? Thanks!

      Attachments

        Issue Links

          Activity

            People

              gtrikler@redhat.com Gytis Trikleris (Inactive)
              weinanli Weinan Li
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 1 hour Original Estimate - 1 hour
                  1h
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 1 day, 2 hours, 50 minutes
                  1d 2h 50m