Versions Compared

Key

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

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

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

Code Block
...
<dependency>
    <groupId>com.cognifide.slice</groupId>
    <artifactId>slice-core-api</artifactId>
    <version>4.3.0<2</version>
</dependency>
...

...