Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Sep 5, 2023
1 parent f45cd9e commit 67ab282
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
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.4'
release = u'4.0.5'


# -- 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 @@ -11,7 +11,7 @@
<parent>
<groupId>org.orbisgis</groupId>
<artifactId>noisemodelling-parent</artifactId>
<version>4.0.4</version>
<version>4.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<description>Computes sound emission levels from sound source characteristics (vehicle flow, vehicle type, sound
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.4</version>
<version>4.0.5</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.4</version>
<version>4.0.5</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.4</version>
<version>4.0.5</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.4</version>
<version>4.0.5</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.4</version>
<version>4.0.5</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.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'
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.4</title>
<title>NoiseModelling 4.0.5</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 67ab282

Please sign in to comment.