Skip to content

Commit 0ad32a4

Browse files
committed
Merge pull request #4 from mapcode-foundation/dev
Release 1.50.3
2 parents 61fe2ef + c9de4a6 commit 0ad32a4

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For more information, see: http://www.mapcode.com.
1919

2020
## Release Notes
2121

22-
* 1.50.0.0 - 1.50.2.0
22+
* 1.50.0.0 - 1.50.3.0
2323

2424
Updated to new Mapcode Java Library versions.
2525

pom.xml

Lines changed: 19 additions & 2 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>1.50.2.0</version>
9+
<version>1.50.3.0</version>
1010

1111
<name>Mapcode Java Example</name>
1212
<description>
@@ -24,12 +24,29 @@
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>
2728

28-
<mapcode.version>1.50.2</mapcode.version>
29+
<mapcode.version>1.50.3</mapcode.version>
2930
<log4j.version>1.2.17</log4j.version>
3031
<slf4j.version>1.7.12</slf4j.version>
32+
33+
<maven-compiler-plugin.version>3.2</maven-compiler-plugin.version>
3134
</properties>
3235

36+
<build>
37+
<plugins>
38+
<plugin>
39+
<groupId>org.apache.maven.plugins</groupId>
40+
<artifactId>maven-compiler-plugin</artifactId>
41+
<version>${maven-compiler-plugin.version}</version>
42+
<configuration>
43+
<source>${jdk.version}</source>
44+
<target>${jdk.version}</target>
45+
</configuration>
46+
</plugin>
47+
</plugins>
48+
</build>
49+
3350
<dependencies>
3451
<dependency>
3552
<groupId>com.mapcode</groupId>

0 commit comments

Comments
 (0)