Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the pom files for your custom webapp are organized as shown in this example - you must change only one property. In the <properties> section of your parent pom change the version of the magnoliaBundleVersion property:

Code Pro
languagexml
linenumberstrue
<properties>
  <magnoliaBundleVersion>5.7</magnoliaBundleVersion>
  <foobarModuleVersion>1.2</foobarModuleVersion>
  <javaVersion>1.8</javaVersion>
</properties>

Line 2: Set the magnoliaBundleVersion to your required version. That's all you must change on the pom files of your webapp.

Checking the Maven dependency tree

...