[ 
http://jira.codehaus.org/browse/MGROOVY-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_106062
 ] 

Pablo commented on MGROOVY-81:
------------------------------

Some POM files on the repository contains dependencies with ${pom.version}.
It's not really correct; this version numbers should be static.

One example [from this 
pom|http://snapshots.repository.codehaus.org/org/codehaus/mojo/groovy/groovy-mojo-support/1.0-beta-2-SNAPSHOT/groovy-mojo-support-1.0-beta-2-20070816.021124-3.pom]
 :
{code:xml}
    <dependencies>
        <dependency>
            <groupId>org.codehaus.mojo.groovy</groupId>
            <artifactId>groovy-mojo-common</artifactId>
            <version>$\{pom.version}</version>
        </dependency>
{code}

should be:
{code:xml}
    <dependencies>
        <dependency>
            <groupId>org.codehaus.mojo.groovy</groupId>
            <artifactId>groovy-mojo-common</artifactId>
            <version>1.0-beta-2-SNAPSHOT</version>
        </dependency>
{code}

> Repository pom containing dependencies with ${pom.version}
> ----------------------------------------------------------
>
>                 Key: MGROOVY-81
>                 URL: http://jira.codehaus.org/browse/MGROOVY-81
>             Project: Maven 2.x Groovy Integration
>          Issue Type: Bug
>            Reporter: Pablo
>            Assignee: Jason Dillon
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to