Skip to content

Commit

Permalink
bump to 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Sep 20, 2021
1 parent b2f9dcb commit 285a2e1
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion h2gis-extension/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>3.4.4-SNAPSHOT</version>
<version>3.4.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<description>Additional drivers and functions for H2GIS database</description>
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>3.4.4-SNAPSHOT</version>
<version>3.4.4</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>3.4.4-SNAPSHOT</version>
<version>3.4.4</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>3.4.4-SNAPSHOT</version>
<version>3.4.4</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>3.4.4-SNAPSHOT</version>
<version>3.4.4</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>3.4.4-SNAPSHOT</version>
<version>3.4.4</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>3.4.4-SNAPSHOT</version>
<version>3.4.4</version>
<description>NoiseModelling is an extension of H2GIS</description>
<organization>
<name>Lab-STICC - UMR CNRS 6285</name>
Expand Down
12 changes: 6 additions & 6 deletions wps_scripts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'org.orbisgis'
version = '3.4.4-SNAPSHOT'
version = '3.4.4'

publishing {
publications {
Expand Down Expand Up @@ -89,11 +89,11 @@ dependencies {
prefer '1.15.1'
}
}
implementation group: 'org.orbisgis', name: 'noisemodelling-emission', version: '3.4.4-SNAPSHOT'
implementation group: 'org.orbisgis', name: 'noisemodelling-propagation', version: '3.4.4-SNAPSHOT'
implementation group: 'org.orbisgis', name: 'noisemodelling-pathfinder', version: '3.4.4-SNAPSHOT'
implementation group: 'org.orbisgis', name: 'noisemodelling-jdbc', version: '3.4.4-SNAPSHOT'
implementation group: 'org.orbisgis', name: 'h2gis-extension', version: '3.4.4-SNAPSHOT'
implementation group: 'org.orbisgis', name: 'noisemodelling-emission', version: '3.4.4'
implementation group: 'org.orbisgis', name: 'noisemodelling-propagation', version: '3.4.4'
implementation group: 'org.orbisgis', name: 'noisemodelling-pathfinder', version: '3.4.4'
implementation group: 'org.orbisgis', name: 'noisemodelling-jdbc', version: '3.4.4'
implementation group: 'org.orbisgis', name: 'h2gis-extension', version: '3.4.4'
implementation group: 'org.openstreetmap.osmosis', name: 'osmosis-core', version: '0.48.3'
implementation group: 'org.openstreetmap.osmosis', name: 'osmosis-pbf', version: '0.48.3'
implementation(group: 'org.matsim', name: 'matsim', version: '11.0') {
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 3.4.4-SNAPSHOT</title>
<title>NoiseModelling 3.4.4</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 285a2e1

Please sign in to comment.