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

Carlos Sanchez commented on MGROOVY-81:
---------------------------------------

there's a bug in maven with that variable that makes it incorrectly resolve 
snapshot versions (releases are fine)
If you want to repeat the version in several places you can use something like

{code}
       <dependency>
            <groupId>org.codehaus.mojo.groovy</groupId>
            <artifactId>groovy-mojo-common</artifactId>
            <version>${groovy.version}</version>
        </dependency>
...
<properties>
 <groovy.version>1.0-beta-2-SNAPSHOT</groovy.version>
</properties>
{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