Versions Compared

Key

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

...

Code Block
...
<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:

Code Block
titleAEM 6.0 Add-on
...
<dependency>
    <groupId>com.cognifide.slice-addon</groupId>
    <artifactId>slice-aem60</artifactId>
    <version>1.1.0</version>
</dependency>
...
Code Block
titleCQ 5.6 Add-on
...
<dependency>
    <groupId>com.cognifide.slice-addon</groupId>
    <artifactId>slice-cq56</artifactId>
    <version>2.1.0</version>
</dependency>
...