We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c0bf5 commit be304f6Copy full SHA for be304f6
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.maxmind.geoip2</groupId>
5
<artifactId>geoip2</artifactId>
6
- <version>2.15.1-SNAPSHOT</version>
+ <version>2.16.0</version>
7
<packaging>jar</packaging>
8
<name>MaxMind GeoIP2 API</name>
9
<description>GeoIP2 webservice client and database reader</description>
@@ -180,7 +180,7 @@
180
<configuration>
181
<format>xml</format>
182
<maxmem>256m</maxmem>
183
- <check/>
+ <check />
184
</configuration>
185
</plugin>
186
<plugin>
0 commit comments