Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Jun 1, 2021
1 parent 92551b0 commit 97e9461
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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.3.2-SNAPSHOT</version>
<version>3.4.1</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.3.2-SNAPSHOT</version>
<version>3.4.1</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.3.2-SNAPSHOT</version>
<version>3.4.1</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.3.2-SNAPSHOT</version>
<version>3.4.1</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.3.2-SNAPSHOT</version>
<version>3.4.1</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.3.2-SNAPSHOT</version>
<version>3.4.1</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.3.2-SNAPSHOT</version>
<version>3.4.1</version>
<description>NoiseModelling is an extension of H2GIS</description>
<organization>
<name>Lab-STICC - UMR CNRS 6285</name>
Expand Down
10 changes: 5 additions & 5 deletions wps_scripts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ dependencies {
compile('org.locationtech.jts:jts-io:1.15.1') {
force=true
}
compile group: 'org.orbisgis', name: 'noisemodelling-emission', version: '3.3.2-SNAPSHOT'
compile group: 'org.orbisgis', name: 'noisemodelling-propagation', version: '3.3.2-SNAPSHOT'
compile group: 'org.orbisgis', name: 'noisemodelling-pathfinder', version: '3.3.2-SNAPSHOT'
compile group: 'org.orbisgis', name: 'noisemodelling-jdbc', version: '3.3.2-SNAPSHOT'
compile group: 'org.orbisgis', name: 'h2gis-extension', version: '3.3.2-SNAPSHOT'
compile group: 'org.orbisgis', name: 'noisemodelling-emission', version: '3.4.1'
compile group: 'org.orbisgis', name: 'noisemodelling-propagation', version: '3.4.1'
compile group: 'org.orbisgis', name: 'noisemodelling-pathfinder', version: '3.4.1'
compile group: 'org.orbisgis', name: 'noisemodelling-jdbc', version: '3.4.1'
compile group: 'org.orbisgis', name: 'h2gis-extension', version: '3.4.1'
compile group: 'org.openstreetmap.osmosis', name: 'osmosis-core', version: '0.48.3'
compile group: 'org.openstreetmap.osmosis', name: 'osmosis-pbf', version: '0.46'
compile group: 'org.matsim', name: 'matsim', version: '11.0'
Expand Down

0 comments on commit 97e9461

Please sign in to comment.