Skip to content

Commit 7dd4e41

Browse files
authored
Merge pull request #484 from nicolas-f/preparerelease40
prepare release 4.0.0
2 parents a6d0569 + a691f6e commit 7dd4e41

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

Docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = u'Aumond P., Fortin N., Le Bescond V., Petit G.'
2525

2626
# The short X.Y version
27-
version = u''
27+
version = u'4.0'
2828
# The full version, including alpha/beta/rc tags
29-
release = u'3.3'
29+
release = u'4.0.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

Docs/scripts/postgis_deps.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<properties>
55
<h2gis-version>2.1.0-SNAPSHOT<</h2gis-version>
6-
<noisemodelling-version>4.0.0-SNAPSHOT</noisemodelling-version>
6+
<noisemodelling-version>4.0.0</noisemodelling-version>
77
</properties>
88
<dependencies>
99
<dependency>

noisemodelling-emission/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.orbisgis</groupId>
1212
<artifactId>noisemodelling-parent</artifactId>
13-
<version>4.0.0-SNAPSHOT</version>
13+
<version>4.0.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<description>Translate light vehicle, heavy vehicle, public bus, tramway traffic into linear noise source. Then compute sound propagation and iso surface.</description>

noisemodelling-jdbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.orbisgis</groupId>
1212
<artifactId>noisemodelling-parent</artifactId>
13-
<version>4.0.0-SNAPSHOT</version>
13+
<version>4.0.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<description>Compute sound propagation rays.</description>

noisemodelling-pathfinder/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.orbisgis</groupId>
1212
<artifactId>noisemodelling-parent</artifactId>
13-
<version>4.0.0-SNAPSHOT</version>
13+
<version>4.0.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<description>Compute sound propagation rays.</description>

noisemodelling-propagation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.orbisgis</groupId>
1212
<artifactId>noisemodelling-parent</artifactId>
13-
<version>4.0.0-SNAPSHOT</version>
13+
<version>4.0.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<description>Compute sound propagation rays.</description>

noisemodelling-tutorial-01/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.orbisgis</groupId>
1313
<artifactId>noisemodelling-parent</artifactId>
14-
<version>4.0.0-SNAPSHOT</version>
14+
<version>4.0.0</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717
<description>Test case with OpenStreetMap buildings and roads</description>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>noisemodelling-parent</name>
66
<artifactId>noisemodelling-parent</artifactId>
77
<groupId>org.orbisgis</groupId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
<description>NoiseModelling is an extension of H2GIS</description>
1010
<organization>
1111
<name>Lab-STICC - UMR CNRS 6285</name>

wps_scripts/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ dependencies {
121121
prefer '1.18.2'
122122
}
123123
}
124-
implementation group: 'org.orbisgis', name: 'noisemodelling-emission', version: '4.0.0-SNAPSHOT'
125-
implementation group: 'org.orbisgis', name: 'noisemodelling-propagation', version: '4.0.0-SNAPSHOT'
126-
implementation group: 'org.orbisgis', name: 'noisemodelling-pathfinder', version: '4.0.0-SNAPSHOT'
127-
implementation group: 'org.orbisgis', name: 'noisemodelling-jdbc', version: '4.0.0-SNAPSHOT'
124+
implementation group: 'org.orbisgis', name: 'noisemodelling-emission', version: '4.0.0'
125+
implementation group: 'org.orbisgis', name: 'noisemodelling-propagation', version: '4.0.0'
126+
implementation group: 'org.orbisgis', name: 'noisemodelling-pathfinder', version: '4.0.0'
127+
implementation group: 'org.orbisgis', name: 'noisemodelling-jdbc', version: '4.0.0'
128128
implementation group: 'org.osgi', name: 'org.osgi.service.jdbc', version: '1.0.0'
129129
implementation group: 'org.openstreetmap.osmosis', name: 'osmosis-core', version: '0.48.3'
130130
implementation group: 'org.openstreetmap.osmosis', name: 'osmosis-pbf', version: '0.48.3'

wpsbuilder/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>NoiseModelling 4.0.0-SNAPSHOT</title>
4+
<title>NoiseModelling 4.0.0</title>
55
<meta charset="utf-8" />
66
<meta name="viewport"
77
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />

0 commit comments

Comments
 (0)