Skip to content

Commit 0ca4d00

Browse files
committed
[maven-release-plugin] prepare release v5.0.0
1 parent 175cb6d commit 0ca4d00

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

noisemodelling-emission/pom.xml

Lines changed: 1 addition & 1 deletion
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>5.0.0-SNAPSHOT</version>
13+
<version>5.0.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<description>Computes sound emission levels from sound source characteristics (vehicle flow, vehicle type, sound

noisemodelling-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
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>5.0.0-SNAPSHOT</version>
13+
<version>5.0.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<description>Compute sound propagation rays.</description>

noisemodelling-pathfinder/pom.xml

Lines changed: 1 addition & 1 deletion
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>5.0.0-SNAPSHOT</version>
13+
<version>5.0.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<description>Compute sound propagation rays.</description>

noisemodelling-propagation/pom.xml

Lines changed: 1 addition & 1 deletion
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>5.0.0-SNAPSHOT</version>
13+
<version>5.0.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<description>Compute sound propagation rays.</description>

noisemodelling-tutorial-01/pom.xml

Lines changed: 1 addition & 1 deletion
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>5.0.0-SNAPSHOT</version>
14+
<version>5.0.0</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717
<description>Test case with OpenStreetMap buildings and roads</description>

pom.xml

Lines changed: 2 additions & 2 deletions
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>5.0.0-SNAPSHOT</version>
8+
<version>5.0.0</version>
99
<description>NoiseModelling is an extension of H2GIS</description>
1010
<organization>
1111
<name>UMRAE, CEREMA, Univ Gustave Eiffel</name>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:https://github.com/Universite-Gustave-Eiffel/NoiseModelling.git</connection>
3030
<developerConnection>scm:git:https://github.com/Universite-Gustave-Eiffel/NoiseModelling.git</developerConnection>
3131
<url>[email protected]:Universite-Gustave-Eiffel/NoiseModelling.git</url>
32-
<tag>HEAD</tag>
32+
<tag>v5.0.0</tag>
3333
</scm>
3434
<build>
3535
<plugins>

0 commit comments

Comments
 (0)