Skip to content

Commit

Permalink
DW upgrade & group change
Browse files Browse the repository at this point in the history
  • Loading branch information
phaneesh committed Jul 30, 2019
1 parent 214b7d0 commit 2ab4c90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This bundle adds MaxMind GeoIP2 support for dropwizard.
This bundle compiles only on Java 8.

## Dependencies
* Dropwizard 1.3.7
* Dropwizard 1.3.13
* [GeoIP2 Java API](https://github.com/maxmind/GeoIP2-java)

## Usage
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.dropwizard</groupId>
<groupId>io.raven.dropwizard</groupId>
<artifactId>dropwizard-maxmind</artifactId>
<version>1.3.7-1</version>
<version>1.3.13-1</version>
<packaging>jar</packaging>

<name>dropwizard-maxmind</name>
Expand Down Expand Up @@ -44,9 +44,9 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<dropwizard.version>1.3.7</dropwizard.version>
<dropwizard.version>1.3.13</dropwizard.version>
<geoip2.version>2.12.0</geoip2.version>
<lombok.version>1.18.4</lombok.version>
<lombok.version>1.18.8</lombok.version>
<junit.version>4.12</junit.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit 2ab4c90

Please sign in to comment.