From 209200e9ba7ae256f1e99a67859b0756806d682d Mon Sep 17 00:00:00 2001
From: nicolas-f <1382241+nicolas-f@users.noreply.github.com>
Date: Tue, 21 Feb 2023 10:48:22 +0100
Subject: [PATCH] Bump H2GIS version
---
Docs/conf.py | 2 +-
noisemodelling-emission/pom.xml | 2 +-
noisemodelling-jdbc/pom.xml | 2 +-
noisemodelling-pathfinder/pom.xml | 2 +-
noisemodelling-propagation/pom.xml | 2 +-
noisemodelling-tutorial-01/pom.xml | 2 +-
pom.xml | 6 +++---
wps_scripts/build.gradle | 10 +++++-----
wpsbuilder/index.html | 2 +-
9 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/Docs/conf.py b/Docs/conf.py
index b51a8d8ee..d5e665a51 100644
--- a/Docs/conf.py
+++ b/Docs/conf.py
@@ -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 ---------------------------------------------------
diff --git a/noisemodelling-emission/pom.xml b/noisemodelling-emission/pom.xml
index 6cbde366a..ca0ce41ed 100644
--- a/noisemodelling-emission/pom.xml
+++ b/noisemodelling-emission/pom.xml
@@ -10,7 +10,7 @@
org.orbisgis
noisemodelling-parent
- 4.0.3-SNAPSHOT
+ 4.0.4
../pom.xml
Translate light vehicle, heavy vehicle, public bus, tramway traffic into linear noise source. Then compute sound propagation and iso surface.
diff --git a/noisemodelling-jdbc/pom.xml b/noisemodelling-jdbc/pom.xml
index 0df48c3f0..8f66aa521 100644
--- a/noisemodelling-jdbc/pom.xml
+++ b/noisemodelling-jdbc/pom.xml
@@ -10,7 +10,7 @@
org.orbisgis
noisemodelling-parent
- 4.0.3-SNAPSHOT
+ 4.0.4
../pom.xml
Compute sound propagation rays.
diff --git a/noisemodelling-pathfinder/pom.xml b/noisemodelling-pathfinder/pom.xml
index f3611639e..39036eaf4 100644
--- a/noisemodelling-pathfinder/pom.xml
+++ b/noisemodelling-pathfinder/pom.xml
@@ -10,7 +10,7 @@
org.orbisgis
noisemodelling-parent
- 4.0.3-SNAPSHOT
+ 4.0.4
../pom.xml
Compute sound propagation rays.
diff --git a/noisemodelling-propagation/pom.xml b/noisemodelling-propagation/pom.xml
index 4197b51e5..6fa11ec1b 100644
--- a/noisemodelling-propagation/pom.xml
+++ b/noisemodelling-propagation/pom.xml
@@ -10,7 +10,7 @@
org.orbisgis
noisemodelling-parent
- 4.0.3-SNAPSHOT
+ 4.0.4
../pom.xml
Compute sound propagation rays.
diff --git a/noisemodelling-tutorial-01/pom.xml b/noisemodelling-tutorial-01/pom.xml
index a1f6ca47b..c97ac0667 100644
--- a/noisemodelling-tutorial-01/pom.xml
+++ b/noisemodelling-tutorial-01/pom.xml
@@ -11,7 +11,7 @@
org.orbisgis
noisemodelling-parent
- 4.0.3-SNAPSHOT
+ 4.0.4
../pom.xml
Test case with OpenStreetMap buildings and roads
diff --git a/pom.xml b/pom.xml
index f643e0e20..182abbd96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
noisemodelling-parent
noisemodelling-parent
org.orbisgis
- 4.0.3-SNAPSHOT
+ 4.0.4
NoiseModelling is an extension of H2GIS
Lab-STICC - UMR CNRS 6285
@@ -23,8 +23,8 @@
1.19.0
1.19.0
2.1.214
- 2.2.0-SNAPSHOT
- 1.6.0
+ 2.2.0
+ 1.7.0
1.7.36
diff --git a/wps_scripts/build.gradle b/wps_scripts/build.gradle
index 9233819ff..f270b04e6 100644
--- a/wps_scripts/build.gradle
+++ b/wps_scripts/build.gradle
@@ -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'
diff --git a/wpsbuilder/index.html b/wpsbuilder/index.html
index 79f88a2c0..466e1a16f 100644
--- a/wpsbuilder/index.html
+++ b/wpsbuilder/index.html
@@ -1,7 +1,7 @@
- NoiseModelling 4.0.3-SNAPSHOT
+ NoiseModelling 4.0.4