Skip to content

Commit 61d6c65

Browse files
committed
Added release notes, removed static code check warning
1 parent 56e76b1 commit 61d6c65

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

README

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
-------------------------------------------------------------------------------
2+
MAPCODE JAVA LIBRARY
3+
-------------------------------------------------------------------------------
4+
15
Original C version created by Pieter Geelen. Work on Java version
26
of the Mapcode library by Rijn Buve and Matthew Lowden.
37

@@ -15,3 +19,16 @@ Don't forget to make sure you have the Mapcode JAR in your Maven
1519
repository, for example by building it locally.
1620

1721
For more information, see: http://www.mapcode.com.
22+
23+
-------------------------------------------------------------------------------
24+
RELEASE NOTES
25+
-------------------------------------------------------------------------------
26+
27+
1.33.2
28+
29+
Clean-up of release 1.33.2.
30+
Added release notes.
31+
32+
1.33.1
33+
34+
First release of Java library for MapCodes.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.mapcode</groupId>
77
<artifactId>mapcode-java-examples</artifactId>
88
<packaging>jar</packaging>
9-
<version>1.33.1</version>
9+
<version>1.33.2</version>
1010

1111
<name>Mapcode Java Examples</name>
1212
<description>

src/main/java/com/mapcode/example/Example.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
/**
3030
* This class serves as an example of how to use the Mapcode Java library.
3131
*/
32+
@SuppressWarnings("UseOfSystemOutOrSystemErr")
3233
public class Example {
3334

3435
/**

0 commit comments

Comments
 (0)