Skip to content
Aurelien edited this page Dec 12, 2017 · 1 revision

Welcome to the Rainfall wiki!

This project is the parent of all Rainfall modules Since Rainfall is a generic performance framework, there are many implementations.

Rainfall implementations

Rainfall

https://github.com/aurbroszniowski/Rainfall/releases

Rainfall-core

https://github.com/aurbroszniowski/Rainfall-core/releases

Rainfall-ehcache

https://github.com/aurbroszniowski/Rainfall-ehcache/releases

Rainfall-jcache

https://github.com/aurbroszniowski/Rainfall-jcache/releases

Rainfall-web

https://github.com/aurbroszniowski/Rainfall-web/releases

Release process

  1. clone Rainfall and clone all implementations projects under it
  2. update pom files for all projects for release versions
  3. push all project
  4. for each project go to the release page and create a release vX.Y.Z with a tag vX.Y.Z and add under the release notes the git commit logs related to each project
  5. deploy the release : mvn clean deploy -Prelease