![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Assignee:
|
Unassigned |
|
Components:
|
Build |
|
Created:
|
01/Mar/13 8:40 AM
|
|
Description:
|
magnolia_main and magnolia_ui modules have different lifecycle - hence we have to use two separate properties for those versions in our poms:
<magnoliaVersion>5.0-SNAPSHOT</magnoliaVersion>
<magnoliaUiVersion>5.0-SNAPSHOT</magnoliaUiVersion>
Workflow pom currently only defines the first of these properties but uses it as version for ui modules - that's wrong:
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-core</artifactId>
<version>${magnoliaVersion}</version>
</dependency>
<dependency>
<groupId>info.magnolia.ui</groupId>
<artifactId>magnolia-ui-model</artifactId>
<version>${magnoliaVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>info.magnolia.ui</groupId>
<artifactId>magnolia-ui-admincentral</artifactId>
<version>${magnoliaVersion}</version>
<scope>provided</scope>
</dependency>
|
|
Fix Versions:
|
1.0 |
|
Project:
|
Magnolia Workflow Module
|
|
Priority:
|
Major
|
|
Reporter:
|
Daniel Lipp
|
|
|
|
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]>
----------------------------------------------------------------