Instructions on how to release a new version of this project
mvn clean package
mvn -DskipITs=false verify
git -am"/commit message/"
git push
mvn versions:set
git -am"setting version X.Y"
git push
https://github.com/smartrics/nifi-iotics/actions
git tag -a vX.Y -m"release X.Y"
git push origin tag vX.Y
https://github.com/smartrics/nifi-iotics/releases/new
- choose tag vX.Y
- write comment
- upload from local the nar file
mvn versions:set
git -am"setting version X.Z-SNAPSHOT"
git push