[jboss-jira] [JBoss JIRA] (AS7-3720) clustering-impl doesn't set a version but refers to it by ${project.version}

Radoslav Husar (JIRA) jira-events at lists.jboss.org
Sun Feb 19 15:08:36 EST 2012


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

Radoslav Husar closed AS7-3720.
-------------------------------



Closing. 

Actually fixed by https://github.com/jbossas/jboss-as/pull/1511
                
> clustering-impl doesn't set a version but refers to it by ${project.version}
> ----------------------------------------------------------------------------
>
>                 Key: AS7-3720
>                 URL: https://issues.jboss.org/browse/AS7-3720
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 7.1.0.CR1b
>            Reporter: Ondrej Zizka
>            Assignee: Radoslav Husar
>             Fix For: 7.1.0.Final
>
>
> {code}
> [WARNING] Some problems were encountered while building the effective model for org.jboss.as:jboss-as-clustering-impl:jar:7.1.0.Final-SNAPSHOT
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.jboss.as:jboss-as-clustering-common:jar -> version (?) vs ${project.version} @ line 53, column 21
> {code}
> The impl module doesn't set a version but refers to it:
> {code:xml}
>         <dependency>
>             <groupId>org.jboss.as</groupId>
>             <artifactId>jboss-as-clustering-common</artifactId>
>             <version>${project.version}</version>
>         </dependency>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list