[Git][ultreiaio/ird-observe][develop] prepare next release
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 0be8b4f1 by Tony CHEMIT at 2017-09-19T11:38:18Z prepare next release - - - - - 3 changed files: - persistence/src/main/resources/db/migration/6.904/02_move_wind_referential-PG.sql - persistence/src/main/resources/db/migration/6.904/03_wind_i18n-common.sql - pom.xml Changes: ===================================== persistence/src/main/resources/db/migration/6.904/02_move_wind_referential-PG.sql ===================================== --- a/persistence/src/main/resources/db/migration/6.904/02_move_wind_referential-PG.sql +++ b/persistence/src/main/resources/db/migration/6.904/02_move_wind_referential-PG.sql @@ -8,12 +8,12 @@ -- it under the terms of the GNU General Public License as -- published by the Free Software Foundation, either version 3 of the -- License, or (at your option) any later version. --- +-- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. --- +-- -- You should have received a copy of the GNU General Public -- License along with this program. If not, see -- <http://www.gnu.org/licenses/gpl-3.0.html>. ===================================== persistence/src/main/resources/db/migration/6.904/03_wind_i18n-common.sql ===================================== --- a/persistence/src/main/resources/db/migration/6.904/03_wind_i18n-common.sql +++ b/persistence/src/main/resources/db/migration/6.904/03_wind_i18n-common.sql @@ -8,12 +8,12 @@ -- it under the terms of the GNU General Public License as -- published by the Free Software Foundation, either version 3 of the -- License, or (at your option) any later version. --- +-- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. --- +-- -- You should have received a copy of the GNU General Public -- License along with this program. If not, see -- <http://www.gnu.org/licenses/gpl-3.0.html>. ===================================== pom.xml ===================================== --- a/pom.xml +++ b/pom.xml @@ -152,7 +152,7 @@ <maven.build.timestamp.format>dd/MM/yyyy HH:mm z</maven.build.timestamp.format> <buildDate>${maven.build.timestamp}</buildDate> - <observeToolkitVersion>1.5-SNAPSHOT</observeToolkitVersion> + <observeToolkitVersion>1.5</observeToolkitVersion> <eugenePluginVersion>3.0-alpha-14</eugenePluginVersion> <processorPluginVersion>1.3</processorPluginVersion> @@ -285,6 +285,12 @@ <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${guavaVersion}</version> + <exclusions> + <exclusion> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>com.google.code.gson</groupId> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/0be8b4f1177ad7d70f5eb65d0da0... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/0be8b4f1177ad7d70f5eb65d0da0... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT