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