File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed
Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments