Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.87 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.87 KB

Build Sonarcloud Status GitHub release Maven Central License: GPL v2

Bonita Actor Filter that filter users of an actor based on the manager of the specified user.

Build

Clone or fork this repository, then at the root of the project run:

./mvnw package

You will then get a bonita-actorfilter-user-manager-<VERSION>.zip file in the target/ folder.

Release

In order to create a new release:

  • On the release branch, make sure to update the pom version (remove the -SNAPSHOT)
  • Run the action 'Create release', set the version to release as parameter
  • When the action is completed, do not forget to manage the release on the nexus (close and release)
  • Update the master with the next SNAPSHOT version.

Contributing

We would love you to contribute, pull requests are welcome! Please see the CONTRIBUTING.md for more information.

License

The sources and documentation in this project are released under the GPLv2 License