Tony CHEMIT pushed to branch develop at ultreia.io / ird-observe Commits: b4a80180 by Tony CHEMIT at 2017-03-10T00:23:43+01:00 update changelog - - - - - 2 changed files: - CHANGELOG.md - bin/stage_create.sh Changes: ===================================== CHANGELOG.md ===================================== --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ # ObServe changelog * Author [Tony Chemit](mailto:dev@tchemit.fr) - * Last generated at 2017-03-10 00:19. + * Last generated at 2017-03-10 00:23. ## Version [6.0-RC-1](https://gitlab.com/ultreia.io/ird-observe/milestones/85) **Closed at *In progress*.** +### Download +* [Application (observe-6.0-RC-1.zip)](https://oss.sonatype.org/content/repositories/frirdobserve-1008/fr/ird/obser...) +* [Serveur (observe-6.0-RC-1.war)](https://oss.sonatype.org/content/repositories/frirdobserve-1008/fr/ird/obser...) ### Issues * [[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 @@ ## Version [5.3.2](https://gitlab.com/ultreia.io/ird-observe/milestones/84) *(from redmine: created on 2017-02-04)* -**Closed at *In progress*.** +**Closed at *2017-03-09*.** ### Download * [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 ===================================== --- a/bin/stage_create.sh +++ b/bin/stage_create.sh @@ -41,7 +41,7 @@ fi echo "Update changelog: $STAGE_ID ($LOG_DIR/release-changelog.log)" rm -rf target/gitlab_cache -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 +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 if [ ! "$?" == "0" ]; then echo "Error" exit 1 View it on GitLab: https://gitlab.com/ultreia.io/ird-observe/commit/b4a801807f7f7a3fa2b35ec5499...
participants (1)
-
Tony CHEMIT