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

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

...

.

...

.

...

.