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 d1f12cb commit 5cecd76Copy full SHA for 5cecd76
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.1.1-SNAPSHOT</version>
+ <version>4.2.0</version>
7
<packaging>jar</packaging>
8
<name>MaxMind GeoIP2 API</name>
9
<description>GeoIP2 webservice client and database reader</description>
@@ -23,7 +23,8 @@
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:[email protected]:maxmind/GeoIP2-java.git</developerConnection>
26
- </scm>
+ <tag>v4.2.0</tag>
27
+ </scm>
28
<issueManagement>
29
<url>https://github.com/maxmind/GeoIP2-java/issues</url>
30
<system>GitHub</system>
0 commit comments