Documentation for a newer release is available.
View Latest
Migration Steps for IPF-2023.1.0.1
Version Updates
To migrate to 2023.1.0.1, please perform the following steps:
-
Update your BOM version to the new release version 2023.1.0.1
<parent>
<groupId>com.iconsolutions.ipf</groupId>
<artifactId>ipf-release-core-bom</artifactId>
<version>2023.1.0.1</version>
</parent>
-
Update all the flo versions within the domain folders to 1.36.74.1. Namely, in "docs", "domain", "external-libraries", "mps", "sampleapp" and "test" modules, update to look like:
<parent>
<groupId>com.iconsolutions.ipf.core.flow</groupId>
<artifactId>flo-starter-<modulename></artifactId>
<version>1.36.74.1</version>
<relativePath></relativePath>
</parent>
-
Run a maven build to pull down all the latest dependencies, this will be expected to fail during MPS generation.