Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe

Commits:

2 changed files:

Changes:

  • CHANGELOG.md
    1 1
     # ObServe changelog
    
    2 2
     
    
    3 3
      * Author [Tony Chemit](mailto:dev@tchemit.fr)
    
    4
    - * Last generated at 2022-06-08 11:34.
    
    4
    + * Last generated at 2022-06-10 12:26.
    
    5
    +
    
    6
    +## Version [9.0.4](https://gitlab.com/ultreiaio/ird-observe/-/milestones/229)
    
    7
    +
    
    8
    +**Closed at 2022-06-10.**
    
    9
    +
    
    10
    +### Download
    
    11
    +* [Client (observe-9.0.4-client.zip)](https://repo1.maven.org/maven2/fr/ird/observe/observe/9.0.4/observe-9.0.4-client.zip)
    
    12
    +* [Serveur (observe-9.0.4.war)](https://repo1.maven.org/maven2/fr/ird/observe/observe/9.0.4/observe-9.0.4.war)
    
    13
    +* [Serveur (observe-9.0.4-server.zip)](https://repo1.maven.org/maven2/fr/ird/observe/observe/9.0.4/observe-9.0.4-server.zip)
    
    14
    +
    
    15
    +
    
    16
    +### Issues
    
    17
    +  * [[Type::Anomalie 2396]](https://gitlab.com/ultreiaio/ird-observe/-/issues/2396) **Exceptions au premier démarrage sur une nouvelle source de données** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil)
    
    18
    +  * [[Type::Anomalie 2397]](https://gitlab.com/ultreiaio/ird-observe/-/issues/2397) **Exceptions liée aux nouvelles statistiques** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil)
    
    5 19
     
    
    6 20
     ## Version [9.0.3](https://gitlab.com/ultreiaio/ird-observe/-/milestones/228)
    
    7 21
     
    
    8 22
     **Closed at 2022-06-08.**
    
    9 23
     
    
    10
    -
    
    11 24
     ### Download
    
    12 25
     * [Client (observe-9.0.3-client.zip)](https://repo1.maven.org/maven2/fr/ird/observe/observe/9.0.3/observe-9.0.3-client.zip)
    
    13 26
     * [Serveur (observe-9.0.3.war)](https://repo1.maven.org/maven2/fr/ird/observe/observe/9.0.3/observe-9.0.3.war)
    

  • pom.xml
    ... ... @@ -111,7 +111,7 @@
    111 111
         <!-- build timestamp configuration -->
    
    112 112
         <maven.build.timestamp.format>dd/MM/yyyy HH:mm z</maven.build.timestamp.format>
    
    113 113
         <buildDate>${maven.build.timestamp}</buildDate>
    
    114
    -    <lib.version.toolkit>6.1.4</lib.version.toolkit>
    
    114
    +    <lib.version.toolkit>6.1.5</lib.version.toolkit>
    
    115 115
         <lib.version.ognl>3.1.29</lib.version.ognl>
    
    116 116
         <!-- FIXME  <lib.version.ognl>3.3.2</lib.version.ognl>-->
    
    117 117
         <lib.version.h2>1.4.196</lib.version.h2>