From 8e40a3180a1aa39a68dd21964ce3e76c902b8054 Mon Sep 17 00:00:00 2001 From: Bassem Debbabi Date: Tue, 11 Oct 2016 09:33:04 +0200 Subject: [PATCH] Adding a release table detailing the different version of sub-modules of each parent module release --- release-table.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 release-table.md diff --git a/release-table.md b/release-table.md new file mode 100644 index 00000000..21e5481a --- /dev/null +++ b/release-table.md @@ -0,0 +1,24 @@ +## Module + +Module | Version | tag | release date +------------ | ------------- | ------------- | ------------- +utilities-parent | 2.0.0 | v2 | 10/10/2016 + +Note: if one of the following sub-modules change the version, we should increase the major parent module version. + +## Sub modules + +Module | Version | changed? | Comment +------------ | ------------- | ------------- | ------------- +org.cohorte.utilities | 1.0.6 | yes | used in Cohorte 1.2.0 +org.cohorte.utilities.config | 1.1.0 | no | +org.cohorte.utilities.crypto | 1.0.1 | no +org.cohorte.utilities.installer | 1.3.2 | no +org.cohorte.utilities.picosoc | 1.0.0 | no +org.cohorte.utilities.picosoc.webapp | 1.0.0 | no +org.cohorte.utilities.rest | 1.0.0 | no +org.cohorte.utilities.test | 1.0.0 | no +org.cohorte.utilities.webapp | 1.0.0 | no +org.cohorte.utilities.win32 | 1.0.0 | no + +Note1: "changed?" means if the sub-module is concerned (released) with the new parent module's release.