Hi Eric,
If the module descriptor (theme-pop.xml)'s *source* has its <version> set to
${project.version}, it's because this file is processed by Maven at build-time.
If you look at the file found in the jar, you'll see that it's a "real" version
number. (1.2.4 for example)
The updates you see in the version handler can be read as such:
* to upgrade to 1.1, do ... (A)
* to upgrade to 1.1.2, do ... (B)
Depending on which version you're upgrading *from*, A and/or B will be applied
(If upgrading from 1.0, A and B will be applied, if from 1.1.1, only B will be
applied)
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=f859789e-c8da-4413-8ee5-6f5f131bdb62
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------