Skip to content

Commit e162bfb

Browse files
committed
Updated artifact name
1 parent be462ab commit e162bfb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ To do this, add the dependency to your pom.xml:
1818
```xml
1919
<dependency>
2020
<groupId>com.maxmind.db</groupId>
21-
<artifactId>maxminddb</artifactId>
22-
<version>0.3.0</version>
21+
<artifactId>maxmind-db</artifactId>
22+
<version>0.3.1-SNAPSHOT</version>
2323
</dependency>
2424
```
2525

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.maxmind.db</groupId>
5-
<artifactId>maxminddb</artifactId>
5+
<artifactId>maxmind-db</artifactId>
66
<version>0.3.1-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>MaxMind DB Reader</name>

0 commit comments

Comments
 (0)