You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by "Maarten Coene (JIRA)" <ji...@apache.org> on 2007/10/10 21:23:50 UTC

[jira] Resolved: (IVY-620) ${parent.version} property is not recognized in maven2 pom

     [ https://issues.apache.org/jira/browse/IVY-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maarten Coene resolved IVY-620.
-------------------------------

    Resolution: Fixed

> ${parent.version} property is not recognized in maven2 pom
> ----------------------------------------------------------
>
>                 Key: IVY-620
>                 URL: https://issues.apache.org/jira/browse/IVY-620
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.0-alpha-2
>            Reporter: Maarten Coene
>            Assignee: Maarten Coene
>             Fix For: 2.0.0-beta-1
>
>
> The $\{parent.version} property is not replaced when parsing the POM.
> Example: http://repo1.maven.org/maven2/org/slf4j/slf4j-jcl/1.4.3/slf4j-jcl-1.4.3.pom
> Console output:
> {code}
> [ivy:retrieve] :::: WARNINGS
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve]          ::          UNRESOLVED DEPENDENCIES         ::
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve]          :: [ org.slf4j | slf4j-jcl | 1.4.3 ]: java.text.ParseExc
> eption: inconsistent module descriptor file found in 'http://repo1.maven.org/mav
> en2/org/slf4j/slf4j-jcl/1.4.3/slf4j-jcl-1.4.3.pom': bad revision: expected='1.4.
> 3' found='$\{parent.version}';
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve]
> [ivy:retrieve] :::: ERRORS
> [ivy:retrieve]          public: bad revision found in http://repo1.maven.org/mav
> en2/org/slf4j/slf4j-jcl/1.4.3/slf4j-jcl-1.4.3.pom: expected='1.4.3 found='${pare
> nt.version}'
> [ivy:retrieve]
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.