Skip to content

Commit 8c1cf05

Browse files
committed
Merge pull request #7 from mapcode-foundation/dev
Release 2.0.1
2 parents c088200 + 1c38725 commit 8c1cf05

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ For more information, see: http://www.mapcode.com.
1919

2020
## Release Notes
2121

22-
* 2.0.0.0
22+
* 2.0.0.0 - 2.0.1.0
2323

24-
Updated to new Mapcode Java Library version 2.0.0.
24+
Updated to new Mapcode Java Library version 2.0.x.
2525

2626
* 1.50.0.0 - 1.50.3.0
2727

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.mapcode</groupId>
77
<artifactId>mapcode-example</artifactId>
88
<packaging>jar</packaging>
9-
<version>2.0.0.0</version>
9+
<version>2.0.1.0</version>
1010

1111
<name>Mapcode Java Example</name>
1212
<description>
@@ -24,9 +24,9 @@
2424
<properties>
2525
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2626
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
27-
<jdk.version>1.8</jdk.version>
27+
<jdk.version>1.6</jdk.version>
2828

29-
<mapcode.version>2.0.0</mapcode.version>
29+
<mapcode.version>2.0.1</mapcode.version>
3030
<log4j.version>1.2.17</log4j.version>
3131
<slf4j.version>1.7.12</slf4j.version>
3232

0 commit comments

Comments
 (0)