Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This document describes the procedure for upgrading project running on Slice 4.1.0 to the latest version - Slice 4.2.0.

The only step required is to update Slice version inĀ pom.xml and set it to 4.2.0, e.g.:

...
<dependency>
    <groupId>com.cognifide.slice</groupId>
    <artifactId>slice-core-api</artifactId>
    <version>4.2.0</version>
</dependency>
...

Add-ons

It's highly advisable to upgrade AEM/CQ add-on along with Slice 4.2. The updated dependencies are as follows:

AEM 6.0 Add-on
...
<dependency>
    <groupId>com.cognifide.slice-addon</groupId>
    <artifactId>slice-aem60</artifactId>
    <version>1.1.0</version>
</dependency>
...
CQ 5.6 Add-on
...
<dependency>
    <groupId>com.cognifide.slice-addon</groupId>
    <artifactId>slice-cq56</artifactId>
    <version>2.1.0</version>
</dependency>
...
  • No labels