Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Oct 17, 2022
1 parent 4e5748c commit 8d680a0
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Docs/Noise_Map_From_Point_Source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ To adapt the colors, we will apply a cartographic style. This style:
=======
.. _website : https://www.coloringnoise.com/theoretical_background/new-color-scheme/

.. _here : https:/Universite-Gustave-Eiffel/NoiseModelling/blob/v4.0.1/Docs/styles/style_beate_tomio.sld
.. _here : https:/Universite-Gustave-Eiffel/NoiseModelling/blob/v4.0.2/Docs/styles/style_beate_tomio.sld

.. note::
If you want to know more about noise map styles, you should read the ":doc:`Noise_Map_Color_Scheme`" page.
Expand Down
2 changes: 1 addition & 1 deletion Docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.1'
release = u'4.0.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion noisemodelling-emission/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.orbisgis</groupId>
<artifactId>noisemodelling-parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<description>Translate light vehicle, heavy vehicle, public bus, tramway traffic into linear noise source. Then compute sound propagation and iso surface.</description>
Expand Down
2 changes: 1 addition & 1 deletion noisemodelling-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.orbisgis</groupId>
<artifactId>noisemodelling-parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<description>Compute sound propagation rays.</description>
Expand Down
2 changes: 1 addition & 1 deletion noisemodelling-pathfinder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.orbisgis</groupId>
<artifactId>noisemodelling-parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<description>Compute sound propagation rays.</description>
Expand Down
2 changes: 1 addition & 1 deletion noisemodelling-propagation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.orbisgis</groupId>
<artifactId>noisemodelling-parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<description>Compute sound propagation rays.</description>
Expand Down
2 changes: 1 addition & 1 deletion noisemodelling-tutorial-01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.orbisgis</groupId>
<artifactId>noisemodelling-parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<description>Test case with OpenStreetMap buildings and roads</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>noisemodelling-parent</name>
<artifactId>noisemodelling-parent</artifactId>
<groupId>org.orbisgis</groupId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<description>NoiseModelling is an extension of H2GIS</description>
<organization>
<name>Lab-STICC - UMR CNRS 6285</name>
Expand Down
8 changes: 4 additions & 4 deletions wps_scripts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ dependencies {
implementation group: 'org.orbisgis', name: 'h2gis', version: '2.1.0-SNAPSHOT'
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.2-SNAPSHOT'
implementation group: 'org.orbisgis', name: 'noisemodelling-propagation', version: '4.0.2-SNAPSHOT'
implementation group: 'org.orbisgis', name: 'noisemodelling-pathfinder', version: '4.0.2-SNAPSHOT'
implementation group: 'org.orbisgis', name: 'noisemodelling-jdbc', version: '4.0.2-SNAPSHOT'
implementation group: 'org.orbisgis', name: 'noisemodelling-emission', version: '4.0.2'
implementation group: 'org.orbisgis', name: 'noisemodelling-propagation', version: '4.0.2'
implementation group: 'org.orbisgis', name: 'noisemodelling-pathfinder', version: '4.0.2'
implementation group: 'org.orbisgis', name: 'noisemodelling-jdbc', version: '4.0.2'
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'
Expand Down
2 changes: 1 addition & 1 deletion wpsbuilder/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>NoiseModelling 4.0.1</title>
<title>NoiseModelling 4.0.2</title>
<meta charset="utf-8" />
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
Expand Down

0 comments on commit 8d680a0

Please sign in to comment.