We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc8723 commit 6575204Copy full SHA for 6575204
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.maxmind.db</groupId>
5
<artifactId>maxmind-db</artifactId>
6
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1</version>
7
<packaging>jar</packaging>
8
<name>MaxMind DB Reader</name>
9
<description>Reader for MaxMind DB</description>
@@ -23,7 +23,7 @@
23
<url>https://github.com/maxmind/MaxMind-DB-Reader-java</url>
24
<connection>scm:git:git://github.com:maxmind/MaxMind-DB-Reader-java.git</connection>
25
<developerConnection>scm:git:[email protected]:maxmind/MaxMind-DB-Reader-java.git</developerConnection>
26
- <tag>HEAD</tag>
+ <tag>v3.1.1</tag>
27
</scm>
28
<issueManagement>
29
<url>https://github.com/maxmind/MaxMind-DB-Reader-java/issues</url>
0 commit comments