Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
The tagging in the release process for hippo-addon-crisp was correct: bumping up the version from 2.0.0-SNAPSHOT to 2.0.0.
However, the demo/ folder contains 2.0.0-SNAPSHOT versions. As a result, the instruction [1] to build/run the demo project fails.
Related thread in hippo-community@: "[hippo-community] CRISP API resolving parent pom error"
Therefore, I think the release process should include the following:
- The pom files under demo/ shouldn't contain any -SNAPSHOT dependencies.
- Before start tagging, please update the pom versions under demo/ folder to non-SNAPSHOT version first. For example,
$ cd demo $ mvn org.codehaus.mojo:versions-maven-plugin:2.1:set -DgenerateBackupPoms=false -DnewVersion="2.0.0"
[1] https://www.onehippo.org/12/library/concepts/crisp-api/demo-project.html