We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314bf94 commit 7078005Copy full SHA for 7078005
2 files changed
README.md
@@ -19,7 +19,7 @@ For more information, see: http://www.mapcode.com.
19
20
## Release Notes
21
22
-* 2.2.1-2.2.0
+* 2.2.1-2.2.3
23
24
Updated to new Mapcode Java Library version 2.2.x.
25
pom.xml
@@ -6,7 +6,7 @@
6
<groupId>com.mapcode</groupId>
7
<artifactId>mapcode-example</artifactId>
8
<packaging>jar</packaging>
9
- <version>2.2.2</version>
+ <version>2.2.3</version>
10
11
<name>Mapcode Java Example</name>
12
<description>
@@ -26,7 +26,7 @@
26
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
27
<jdk.version>1.6</jdk.version>
28
29
- <mapcode.version>2.2.2</mapcode.version>
+ <mapcode.version>2.2.3</mapcode.version>
30
<log4j.version>1.2.17</log4j.version>
31
<slf4j.version>1.7.12</slf4j.version>
32
0 commit comments