From 67ab282bbd9a1b7fbe67bce0b0faaf87abafc513 Mon Sep 17 00:00:00 2001 From: nicolas-f <1382241+nicolas-f@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:32:59 +0200 Subject: [PATCH] bump version --- Docs/conf.py | 2 +- noisemodelling-emission/pom.xml | 2 +- noisemodelling-jdbc/pom.xml | 2 +- noisemodelling-pathfinder/pom.xml | 2 +- noisemodelling-propagation/pom.xml | 2 +- noisemodelling-tutorial-01/pom.xml | 2 +- pom.xml | 2 +- wps_scripts/build.gradle | 8 ++++---- wpsbuilder/index.html | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Docs/conf.py b/Docs/conf.py index d5e665a51..a476c624c 100644 --- a/Docs/conf.py +++ b/Docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = u'4.0' # The full version, including alpha/beta/rc tags -release = u'4.0.4' +release = u'4.0.5' # -- General configuration --------------------------------------------------- diff --git a/noisemodelling-emission/pom.xml b/noisemodelling-emission/pom.xml index cc61cafd5..df506520e 100644 --- a/noisemodelling-emission/pom.xml +++ b/noisemodelling-emission/pom.xml @@ -11,7 +11,7 @@ org.orbisgis noisemodelling-parent - 4.0.4 + 4.0.5 ../pom.xml Computes sound emission levels from sound source characteristics (vehicle flow, vehicle type, sound diff --git a/noisemodelling-jdbc/pom.xml b/noisemodelling-jdbc/pom.xml index 8f66aa521..9b7e65b1d 100644 --- a/noisemodelling-jdbc/pom.xml +++ b/noisemodelling-jdbc/pom.xml @@ -10,7 +10,7 @@ org.orbisgis noisemodelling-parent - 4.0.4 + 4.0.5 ../pom.xml Compute sound propagation rays. diff --git a/noisemodelling-pathfinder/pom.xml b/noisemodelling-pathfinder/pom.xml index 39036eaf4..e7aca0592 100644 --- a/noisemodelling-pathfinder/pom.xml +++ b/noisemodelling-pathfinder/pom.xml @@ -10,7 +10,7 @@ org.orbisgis noisemodelling-parent - 4.0.4 + 4.0.5 ../pom.xml Compute sound propagation rays. diff --git a/noisemodelling-propagation/pom.xml b/noisemodelling-propagation/pom.xml index daa6f3f77..2c720f4a5 100644 --- a/noisemodelling-propagation/pom.xml +++ b/noisemodelling-propagation/pom.xml @@ -10,7 +10,7 @@ org.orbisgis noisemodelling-parent - 4.0.4 + 4.0.5 ../pom.xml Compute sound propagation rays. diff --git a/noisemodelling-tutorial-01/pom.xml b/noisemodelling-tutorial-01/pom.xml index c97ac0667..6cbcb6938 100644 --- a/noisemodelling-tutorial-01/pom.xml +++ b/noisemodelling-tutorial-01/pom.xml @@ -11,7 +11,7 @@ org.orbisgis noisemodelling-parent - 4.0.4 + 4.0.5 ../pom.xml Test case with OpenStreetMap buildings and roads diff --git a/pom.xml b/pom.xml index 182abbd96..507ed6ba1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ noisemodelling-parent noisemodelling-parent org.orbisgis - 4.0.4 + 4.0.5 NoiseModelling is an extension of H2GIS Lab-STICC - UMR CNRS 6285 diff --git a/wps_scripts/build.gradle b/wps_scripts/build.gradle index f270b04e6..d76690524 100644 --- a/wps_scripts/build.gradle +++ b/wps_scripts/build.gradle @@ -112,10 +112,10 @@ dependencies { implementation group: 'org.orbisgis', name: 'h2gis', version: '2.2.0' implementation('org.locationtech.jts:jts-core:1.19.0') implementation('org.locationtech.jts:jts-io:1.19.0') - implementation group: 'org.orbisgis', name: 'noisemodelling-emission', version: '4.0.4' - implementation group: 'org.orbisgis', name: 'noisemodelling-propagation', version: '4.0.4' - implementation group: 'org.orbisgis', name: 'noisemodelling-pathfinder', version: '4.0.4' - implementation group: 'org.orbisgis', name: 'noisemodelling-jdbc', version: '4.0.4' + implementation group: 'org.orbisgis', name: 'noisemodelling-emission', version: '4.0.5' + implementation group: 'org.orbisgis', name: 'noisemodelling-propagation', version: '4.0.5' + implementation group: 'org.orbisgis', name: 'noisemodelling-pathfinder', version: '4.0.5' + implementation group: 'org.orbisgis', name: 'noisemodelling-jdbc', version: '4.0.5' implementation group: 'org.osgi', name: 'org.osgi.service.jdbc', version: '1.0.0' implementation group: 'org.openstreetmap.osmosis', name: 'osmosis-core', version: '0.48.3' implementation group: 'org.openstreetmap.osmosis', name: 'osmosis-pbf', version: '0.48.3' diff --git a/wpsbuilder/index.html b/wpsbuilder/index.html index 466e1a16f..c8c3bce98 100644 --- a/wpsbuilder/index.html +++ b/wpsbuilder/index.html @@ -1,7 +1,7 @@ - NoiseModelling 4.0.4 + NoiseModelling 4.0.5