Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.56 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.56 KB

Elastic Actors - Systems

Current useful implementations (plugins / extensions) of Elastic Actors

Current released version

CI License: Apache 2 Maven Central

Notes on versioning

This project gets updated when there are breaking changes on Elastic Actors.

Since these only happen in major and minor version changes, it's important to keep them in sync, if an equivalent version is available. If a version is not available, using the most recent version is generally safe.

Release process

This project uses the Maven Release Plugin and GitHub Actions to create releases.
Just run mvn release:prepare release:perform to select the version to be released and create a VCS tag.

GitHub Actions will start the build process.

If successful, the build will be automatically published to Maven Central.