Skip to content

Commit

Permalink
Bump H2GIS version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Feb 21, 2023
1 parent f58555f commit 209200e
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 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.3-SNAPSHOT'
release = u'4.0.4'


# -- 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.3-SNAPSHOT</version>
<version>4.0.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>4.0.3-SNAPSHOT</version>
<version>4.0.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>4.0.3-SNAPSHOT</version>
<version>4.0.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>4.0.3-SNAPSHOT</version>
<version>4.0.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>4.0.3-SNAPSHOT</version>
<version>4.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<description>Test case with OpenStreetMap buildings and roads</description>
Expand Down
6 changes: 3 additions & 3 deletions 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.3-SNAPSHOT</version>
<version>4.0.4</version>
<description>NoiseModelling is an extension of H2GIS</description>
<organization>
<name>Lab-STICC - UMR CNRS 6285</name>
Expand All @@ -23,8 +23,8 @@
<jts-core-version>1.19.0</jts-core-version>
<jts-io-version>1.19.0</jts-io-version>
<h2-version>2.1.214</h2-version>
<h2gis-version>2.2.0-SNAPSHOT</h2gis-version>
<cts-version>1.6.0</cts-version>
<h2gis-version>2.2.0</h2gis-version>
<cts-version>1.7.0</cts-version>
<slf4j-version>1.7.36</slf4j-version>
</properties>
<modules>
Expand Down
10 changes: 5 additions & 5 deletions wps_scripts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ dependencies {
implementation 'org.codehaus.groovy:groovy-all:2.5.5'
implementation group: 'org.ejml', name: 'all', version: '0.29'
implementation group: 'org.eclipse.emf', name: 'org.eclipse.emf.ecore', version: '2.10.1'
implementation group: 'org.orbisgis', name: 'h2gis', version: '2.1.0-SNAPSHOT'
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.3-SNAPSHOT'
implementation group: 'org.orbisgis', name: 'noisemodelling-propagation', version: '4.0.3-SNAPSHOT'
implementation group: 'org.orbisgis', name: 'noisemodelling-pathfinder', version: '4.0.3-SNAPSHOT'
implementation group: 'org.orbisgis', name: 'noisemodelling-jdbc', version: '4.0.3-SNAPSHOT'
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.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.3-SNAPSHOT</title>
<title>NoiseModelling 4.0.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 209200e

Please sign in to comment.