[
http://jira.magnolia-cms.com/browse/MAGNOLIA-4125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Espen Jervidalo updated MAGNOLIA-4125:
--------------------------------------
Fix Version/s: 4.5.x
> Current magnolia-enterprise-bundle-parent not using latest backup module
> version
> --------------------------------------------------------------------------------
>
> Key: MAGNOLIA-4125
> URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-4125
> Project: Magnolia
> Issue Type: Bug
> Security Level: Public
> Affects Versions: 1.1.4
> Reporter: Matt Dertinger
> Assignee: Philipp Bärfuss
> Fix For: 1.2
>
>
> Hi,
> The current {{magnolia-enterprise-bundle-parent}} has the following set for
> the {{magnolia-module-backup}} and {{magnolia-tools}} dependencies:
> {code:xml}
> <dependency>
> <groupId>info.magnolia</groupId>
> <artifactId>magnolia-tools</artifactId>
> <version>1.1.4</version>
> <classifier>bundle</classifier>
> <type>tar.gz</type>
> </dependency>
> <dependency>
> <groupId>info.magnolia</groupId>
> <artifactId>magnolia-module-backup</artifactId>
> <version>1.1.2</version>
> <classifier>bundle</classifier>
> <type>tar.gz</type>
> </dependency>
> {code}
> I believe the version should be updated to the latest release: {{1.1.4}}.
> Additionally, {{magnolia-module-backup:1.1.4}} has the following set for the
> {{magnolia-tools}} dependency:
> {code:xml}
> <dependency>
> <groupId>info.magnolia</groupId>
> <artifactId>magnolia-tools</artifactId>
> <version>1.1.2</version>
> </dependency>
> {code}
> So if one wants to use {{magnolia-module-backup:1.1.4}} with the latest
> {{magnolia-tools}} release, they need to add both to their
> {{dependencyManagement}} section. For example:
> {code:xml}
> <dependency>
> <groupId>info.magnolia</groupId>
> <artifactId>magnolia-tools</artifactId>
> <version>1.1.4</version>
> </dependency>
> <dependency>
> <groupId>info.magnolia</groupId>
> <artifactId>magnolia-module-backup</artifactId>
> <version>1.1.4</version>
> </dependency>
> {code}
> Let me know if you have any questions.
> Cheers,
> Matt
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
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]>
----------------------------------------------------------------