Issue Type: Bug Bug
Assignee: Unassigned
Created: 04/Jul/13 10:33 AM
Description:

Current module dependencies(module descriptors) in UI modules are set like this:

 <dependency>
      <name>ui-framework</name>
      <version>5.0/*</version>
    </dependency>

This cause obscure errors, because really, ui-admincentral 5.0.1 does depend on -framework 5.0.1 and can't work with 5.0


I suggest doing this instead:

    <dependency>
      <name>ui-framework</name>
      <version>5.0.1</version>
    </dependency>

or even

<dependency>
      <name>ui-framework</name>
      <version>${project.version}/version>
    </dependency>

Since all ui modules will be released simultaneously, this should be fine. The day something gets extracted, this can be changed back.

Project: Magnolia UI
Priority: Neutral Neutral
Reporter: Grégory Joseph
Security Level: Public
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to