Skip to content

Commit

Permalink
Merge pull request #484 from nicolas-f/preparerelease40
Browse files Browse the repository at this point in the history
prepare release 4.0.0
  • Loading branch information
nicolas-f authored Jun 16, 2022
2 parents a6d0569 + a691f6e commit 7dd4e41
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = u'Aumond P., Fortin N., Le Bescond V., Petit G.'

# The short X.Y version
version = u''
version = u'4.0'
# The full version, including alpha/beta/rc tags
release = u'3.3'
release = u'4.0.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Docs/scripts/postgis_deps.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<properties>
<h2gis-version>2.1.0-SNAPSHOT<</h2gis-version>
<noisemodelling-version>4.0.0-SNAPSHOT</noisemodelling-version>
<noisemodelling-version>4.0.0</noisemodelling-version>
</properties>
<dependencies>
<dependency>
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.0-SNAPSHOT</version>
<version>4.0.0</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.0-SNAPSHOT</version>
<version>4.0.0</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.0-SNAPSHOT</version>
<version>4.0.0</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.0-SNAPSHOT</version>
<version>4.0.0</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.0-SNAPSHOT</version>
<version>4.0.0</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.0-SNAPSHOT</version>
<version>4.0.0</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 @@ -121,10 +121,10 @@ dependencies {
prefer '1.18.2'
}
}
implementation group: 'org.orbisgis', name: 'noisemodelling-emission', version: '4.0.0-SNAPSHOT'
implementation group: 'org.orbisgis', name: 'noisemodelling-propagation', version: '4.0.0-SNAPSHOT'
implementation group: 'org.orbisgis', name: 'noisemodelling-pathfinder', version: '4.0.0-SNAPSHOT'
implementation group: 'org.orbisgis', name: 'noisemodelling-jdbc', version: '4.0.0-SNAPSHOT'
implementation group: 'org.orbisgis', name: 'noisemodelling-emission', version: '4.0.0'
implementation group: 'org.orbisgis', name: 'noisemodelling-propagation', version: '4.0.0'
implementation group: 'org.orbisgis', name: 'noisemodelling-pathfinder', version: '4.0.0'
implementation group: 'org.orbisgis', name: 'noisemodelling-jdbc', version: '4.0.0'
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.0-SNAPSHOT</title>
<title>NoiseModelling 4.0.0</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 7dd4e41

Please sign in to comment.