Skip to content

Commit ebde0d9

Browse files
committed
Bumped to 1.41
1 parent c7d3576 commit ebde0d9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Original C library created by Pieter Geelen. Work on Java version
22
of the Mapcode library by Rijn Buve and Matthew Lowden.
33

4-
Copyright (C) 2014 Stichting Mapcode Foundation (http://www.mapcode.com)
4+
Copyright (C) 2014-2015 Stichting Mapcode Foundation (http://www.mapcode.com)

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>1.40.2</version>
9+
<version>1.41</version>
1010

1111
<name>Mapcode Java Example</name>
1212
<description>
@@ -25,9 +25,9 @@
2525
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2626
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2727

28-
<mapcode.version>1.40.2</mapcode.version>
28+
<mapcode.version>1.41</mapcode.version>
2929
<log4j.version>1.2.17</log4j.version>
30-
<slf4j.version>1.7.2</slf4j.version>
30+
<slf4j.version>1.7.10</slf4j.version>
3131
</properties>
3232

3333
<dependencies>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2014 Stichting Mapcode Foundation (http://www.mapcode.com)
2+
* Copyright (C) 2014-2015 Stichting Mapcode Foundation (http://www.mapcode.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)