File tree Expand file tree Collapse file tree 2 files changed +26
-21
lines changed Expand file tree Collapse file tree 2 files changed +26
-21
lines changed Original file line number Diff line number Diff line change 1- # Mapcode Library for Java - Example Code
1+ # Example Project for Mapcode Library for Java
22
3- Copyright (C) 2014 Stichting Mapcode Foundation (http://www.mapcode.com )
3+ [ ![ Build Status] ( https://img.shields.io/travis/mapcode-foundation/mapcode-java-example.svg?maxAge=3600 )] ( https://travis-ci.org/mapcode-foundation/mapcode-java-example )
4+ [ ![ License] ( http://img.shields.io/badge/license-APACHE2-blue.svg )] ( )
45
5- ----
6+ ** Copyright (C) 2014-2016 Stichting Mapcode Foundation ( http://www.mapcode.com ) **
67
78This Java project contains example code of how to use the Mapcode
89Library.
@@ -19,33 +20,33 @@ For more information, see: http://www.mapcode.com.
1920
2021## Release Notes
2122
22- * 2.2.1-2.2.3
23+ ### 2.2.1-2.2.3
2324
24- Updated to new Mapcode Java Library version 2.2.x.
25+ * Updated to new Mapcode Java Library version 2.2.x.
2526
26- * 2.0.0.0 - 2.0.1.0
27+ ### 2.0.0.0 - 2.0.1.0
2728
28- Updated to new Mapcode Java Library version 2.0.x.
29+ * Updated to new Mapcode Java Library version 2.0.x.
2930
30- * 1.50.0.0 - 1.50.3.0
31+ ### 1.50.0.0 - 1.50.3.0
3132
32- Updated to new Mapcode Java Library versions.
33+ * Updated to new Mapcode Java Library versions.
3334
34- * 1.40.2
35+ ### 1.40.2
3536
36- Updated to Mapcode Java Library version 1.40.2.
37+ * Updated to Mapcode Java Library version 1.40.2.
3738
38- * 1.40
39+ ### 1.40
3940
40- Added high precision Mapcodes.
41+ * Added high precision Mapcodes.
4142
42- * 1.33.2
43+ ### 1.33.2
4344
44- Clean-up of release 1.33.2. Added release notes.
45+ * Clean-up of release 1.33.2. Added release notes.
4546
46- * 1.33.1
47+ ### 1.33.1
4748
48- First release of Java library for MapCodes.
49+ * First release of Java library for MapCodes.
4950
5051## License
5152
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 >2.2.3 </version >
9+ <version >2.2.4 </version >
1010
1111 <name >Mapcode Java Example</name >
1212 <description >
2626 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2727 <jdk .version>1.6</jdk .version>
2828
29- <mapcode .version>2.2.3</mapcode .version>
29+ <!-- Modules. -->
30+ <maven-compiler-plugin .version>3.5.1</maven-compiler-plugin .version>
31+
32+ <!-- Packages. -->
33+ <mapcode .version>2.2.4</mapcode .version>
3034 <log4j .version>1.2.17</log4j .version>
3135 <slf4j .version>1.7.12</slf4j .version>
32-
33- <maven-compiler-plugin .version>3.2</maven-compiler-plugin .version>
3436 </properties >
3537
3638 <build >
3739 <plugins >
40+
41+ <!-- Java compiler. -->
3842 <plugin >
3943 <groupId >org.apache.maven.plugins</groupId >
4044 <artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments