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

Ondrej Zizka (JIRA) jira-events at lists.jboss.org
Fri Feb 10 22:40:48 EST 2012


Ondrej Zizka created AS7-3720:
---------------------------------

             Summary: 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: James Perkins


{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