Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 7b136730 by Tony Chemit at 2020-06-03T15:31:45+02:00 Change to version 8.0.0 - - - - - 26 changed files: - client-configuration/pom.xml - client-core/pom.xml - client-datasource-actions/pom.xml - client-datasource-editor-api/pom.xml - client-datasource-editor-common/pom.xml - client-datasource-editor-common/src/main/i18n/getters/java.getter - client-datasource-editor-ll/pom.xml - client-datasource-editor-ps/pom.xml - client-runner/pom.xml - dto-spi/pom.xml - dto/pom.xml - observe-i18n/pom.xml - observe/pom.xml - persistence-spi/pom.xml - persistence/pom.xml - pom.xml - server-configuration/pom.xml - server-core/pom.xml - server-runner/pom.xml - services-client/pom.xml - services-local/pom.xml - services-validation/pom.xml - services/pom.xml - test-config/pom.xml - test/pom.xml - validation/pom.xml Changes: ===================================== client-configuration/pom.xml ===================================== @@ -24,7 +24,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>client-configuration</artifactId> ===================================== client-core/pom.xml ===================================== @@ -24,7 +24,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>client-core</artifactId> ===================================== client-datasource-actions/pom.xml ===================================== @@ -24,7 +24,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>client-datasource-actions</artifactId> ===================================== client-datasource-editor-api/pom.xml ===================================== @@ -24,7 +24,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>client-datasource-editor-api</artifactId> ===================================== client-datasource-editor-common/pom.xml ===================================== @@ -24,7 +24,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>client-datasource-editor-common</artifactId> ===================================== client-datasource-editor-common/src/main/i18n/getters/java.getter ===================================== @@ -13,7 +13,6 @@ observe.content.map.export.chooseFile.title observe.content.map.export.success observe.content.map.miles observe.content.map.north -observe.content.map.showLogbook observe.content.map.showObservation observe.content.map.south observe.content.map.west ===================================== client-datasource-editor-ll/pom.xml ===================================== @@ -24,7 +24,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>client-datasource-editor-ll</artifactId> ===================================== client-datasource-editor-ps/pom.xml ===================================== @@ -24,7 +24,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>client-datasource-editor-ps</artifactId> ===================================== client-runner/pom.xml ===================================== @@ -24,7 +24,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>client-runner</artifactId> ===================================== dto-spi/pom.xml ===================================== @@ -25,7 +25,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>dto-spi</artifactId> ===================================== dto/pom.xml ===================================== @@ -25,7 +25,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>dto</artifactId> ===================================== observe-i18n/pom.xml ===================================== @@ -24,7 +24,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>observe-i18n</artifactId> ===================================== observe/pom.xml ===================================== @@ -24,7 +24,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>observe</artifactId> ===================================== persistence-spi/pom.xml ===================================== @@ -24,7 +24,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>persistence-spi</artifactId> ===================================== persistence/pom.xml ===================================== @@ -24,7 +24,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>persistence</artifactId> ===================================== pom.xml ===================================== @@ -29,7 +29,7 @@ <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ObServe :: Pom</name> ===================================== server-configuration/pom.xml ===================================== @@ -24,7 +24,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>server-configuration</artifactId> ===================================== server-core/pom.xml ===================================== @@ -25,7 +25,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>server-core</artifactId> ===================================== server-runner/pom.xml ===================================== @@ -25,7 +25,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>server-runner</artifactId> ===================================== services-client/pom.xml ===================================== @@ -25,7 +25,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>services-client</artifactId> ===================================== services-local/pom.xml ===================================== @@ -25,7 +25,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>services-local</artifactId> ===================================== services-validation/pom.xml ===================================== @@ -25,7 +25,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>services-validation</artifactId> ===================================== services/pom.xml ===================================== @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>services</artifactId> ===================================== test-config/pom.xml ===================================== @@ -24,7 +24,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>test-config</artifactId> ===================================== test/pom.xml ===================================== @@ -24,7 +24,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>test</artifactId> ===================================== validation/pom.xml ===================================== @@ -24,7 +24,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>8.0-RC-8-SNAPSHOT</version> + <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>validation</artifactId> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/7b136730abb486c7016b15f406... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/7b136730abb486c7016b15f406... You're receiving this email because of your account on gitlab.com.