Tony CHEMIT pushed to branch develop at ultreia.io / 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 2017-03-10 00:19.
    
    4
    + * Last generated at 2017-03-10 00:23.
    
    5 5
     
    
    6 6
     ## Version [6.0-RC-1](https://gitlab.com/ultreia.io/ird-observe/milestones/85)
    
    7 7
     
    
    8 8
     **Closed at *In progress*.**
    
    9 9
     
    
    10
    +### Download
    
    11
    +* [Application (observe-6.0-RC-1.zip)](https://oss.sonatype.org/content/repositories/frirdobserve-1008/fr/ird/observe/observe/6.0-RC-1/observe-6.0-RC-1.zip)
    
    12
    +* [Serveur (observe-6.0-RC-1.war)](https://oss.sonatype.org/content/repositories/frirdobserve-1008/fr/ird/observe/observe/6.0-RC-1/observe-6.0-RC-1.war)
    
    10 13
     
    
    11 14
     ### Issues
    
    12 15
       * [[Anomalie 529]](https://gitlab.com/ultreia.io/ird-observe/issues/529) **[LL] Problème sur l'ordre des sections/baskets dans le schéma de palangre selon le tri** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
    
    ... ... @@ -57,7 +60,7 @@
    57 60
     ## Version [5.3.2](https://gitlab.com/ultreia.io/ird-observe/milestones/84)
    
    58 61
     

*(from redmine: created on 2017-02-04)*
    
    59 62
     
    
    60
    -**Closed at *In progress*.**
    
    63
    +**Closed at *2017-03-09*.**
    
    61 64
     
    
    62 65
     ### Download
    
    63 66
     * [Application (observe-5.3.2.zip)](http://repo1.maven.org/maven2/fr/ird/observe/observe/5.3.2/observe-5.3.2.zip)
    

  • bin/stage_create.sh
    ... ... @@ -41,7 +41,7 @@ fi
    41 41
     echo "Update changelog: $STAGE_ID ($LOG_DIR/release-changelog.log)"
    
    42 42
     rm -rf target/gitlab_cache
    
    43 43
     
    
    44
    -mvn -N -Pupdate-staging-changelog  -Dgitlab.stagingUrl=https://oss.sonatype.org/content/repositories/${STAGE}-${STAGE_ID} -Dgitlab.milestone=${VERSION} --log-file ${LOG_DIR}/release-changelog.log
    
    44
    +mvn -N -Pupdate-staging-changelog -Dgitlab.stagingUrl=https://oss.sonatype.org/content/repositories/${STAGE}-${STAGE_ID} -Dgitlab.milestone=${VERSION} --log-file ${LOG_DIR}/release-changelog.log
    
    45 45
     if [ ! "$?" == "0" ]; then
    
    46 46
        echo "Error"
    
    47 47
        exit 1