Skip to content

Commit b3fb404

Browse files
Corrected version
1 parent 11967f8 commit b3fb404

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,10 @@ self-hosting this service.
355355

356356
## Release Notes
357357

358+
### 2.4.16.0
359+
360+
* Corrected version to match `mapcode-java` library version.
361+
358362
### 2.4.15.2-2.4.15.3
359363

360364
* Updated dependencies, including `log4j`.

deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.mapcode.rest</groupId>
2525
<artifactId>mapcode-rest-service</artifactId>
26-
<version>2.4.15.4</version>
26+
<version>2.4.16.0</version>
2727
</parent>
2828

2929
<artifactId>deployment</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<artifactId>mapcode-rest-service</artifactId>
2525

2626
<packaging>pom</packaging>
27-
<version>2.4.15.4</version>
27+
<version>2.4.16.0</version>
2828

2929
<name>Mapcode REST API Web Service</name>
3030
<description>

resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.mapcode.rest</groupId>
2525
<artifactId>mapcode-rest-service</artifactId>
26-
<version>2.4.15.4</version>
26+
<version>2.4.16.0</version>
2727
</parent>
2828

2929
<artifactId>resources</artifactId>

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.mapcode.rest</groupId>
2525
<artifactId>mapcode-rest-service</artifactId>
26-
<version>2.4.15.4</version>
26+
<version>2.4.16.0</version>
2727
</parent>
2828

2929
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)