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 5127abe commit 2c404afCopy full SHA for 2c404af
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.maxmind.geoip2</groupId>
5
<artifactId>geoip2</artifactId>
6
- <version>4.2.2-SNAPSHOT</version>
+ <version>4.3.0</version>
7
<packaging>jar</packaging>
8
<name>MaxMind GeoIP2 API</name>
9
<description>GeoIP2 webservice client and database reader</description>
@@ -23,7 +23,7 @@
23
<url>https://github.com/maxmind/GeoIP2-java</url>
24
<connection>scm:git:git://github.com:maxmind/GeoIP2-java.git</connection>
25
<developerConnection>scm:git:git@github.com:maxmind/GeoIP2-java.git</developerConnection>
26
- <tag>HEAD</tag>
+ <tag>v4.3.0</tag>
27
</scm>
28
<issueManagement>
29
<url>https://github.com/maxmind/GeoIP2-java/issues</url>
0 commit comments