Skip to content

Commit 5de8efb

Browse files
committed
Updated Mapcode dependency
1 parent b4560a9 commit 5de8efb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ self-hosting this service.
351351

352352
## Release Notes
353353

354-
### 2.4.8.1 – 2.4.11.1
354+
### 2.4.8.1 – 2.4.12.1
355355

356356
* Updated Mapcode library.
357357

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</groupId>
2525
<artifactId>mapcode-rest-service</artifactId>
26-
<version>2.4.11.1</version>
26+
<version>2.4.12.1</version>
2727
</parent>
2828

2929
<artifactId>deployment</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
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.11.1</version>
27+
<version>2.4.12.1</version>
2828

2929
<name>Mapcode REST API Web Service</name>
3030
<description>
@@ -104,7 +104,7 @@
104104
<jsr305.version>3.0.2</jsr305.version>
105105
<junit.version>4.12</junit.version>
106106
<log4j.version>1.2.17</log4j.version>
107-
<mapcode.version>2.4.11</mapcode.version>
107+
<mapcode.version>2.4.12</mapcode.version>
108108
<mockito-core.version>2.28.2</mockito-core.version>
109109
<resteasy.version>3.7.0.Final</resteasy.version>
110110
<scala.version>2.12.8</scala.version>

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</groupId>
2525
<artifactId>mapcode-rest-service</artifactId>
26-
<version>2.4.11.1</version>
26+
<version>2.4.12.1</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</groupId>
2525
<artifactId>mapcode-rest-service</artifactId>
26-
<version>2.4.11.1</version>
26+
<version>2.4.12.1</version>
2727
</parent>
2828

2929
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)