Choose a module version that works with your Magnolia version.

Open the latest module POM file in Git and look at the magnoliaVersion element.

  • If the module depends on the same Magnolia version as you have, use the latest module version.
  • If the module depends on a different Magnolia version, go back in the POM file history until you find a match.

Example: Contacts module version 1.3.3 depends on Magnolia 5.3.2.

pom.xml
<artifactId>magnolia-contacts</artifactId>
<version>1.3.3</version>
<properties>
  <magnoliaVersion>5.3.2</magnoliaVersion>
</properties>
#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
  • No labels