You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Holly Cummins (JIRA)" <ji...@apache.org> on 2012/05/08 17:19:50 UTC

[jira] [Assigned] (ARIES-848) blueprint-annotation-impl should actually make use of it's properties

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

Holly Cummins reassigned ARIES-848:
-----------------------------------

    Assignee: Holly Cummins
    
> blueprint-annotation-impl should actually make use of it's properties
> ---------------------------------------------------------------------
>
>                 Key: ARIES-848
>                 URL: https://issues.apache.org/jira/browse/ARIES-848
>             Project: Aries
>          Issue Type: Bug
>          Components: Blueprint
>    Affects Versions: 0.3
>            Reporter: Andreas Pieber
>            Assignee: Holly Cummins
>             Fix For: 0.4
>
>         Attachments: ARIES-848.patch
>
>
> The problem is that there are properties defined in the annotation-impl project...
> {code}
> <blueprint.annotation.api.version>0.3</blueprint.annotation.api.version>
> <util.version>0.4</util.version>
> {code}
> ... and there's a profile available for using the latest versions of those libs instead...
> {code}
> <profiles>
>         <profile>
>             <id>dev</id>
>             <properties>
>                 <blueprint.annotation.api.version>0.3.3-SNAPSHOT</blueprint.annotation.api.version>
>                 <util.version>0.5-SNAPSHOT</util.version>
>             </properties>
>         </profile>
> </profiles>
> {code}
> ... nevertheless, the dependencies don't make use of those properties (see the attached patch).

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