Skip to content

Commit

Permalink
Update groupId for consistency (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
eocantu committed Apr 16, 2020
1 parent c44f8b5 commit 56c5ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.expediagroup</groupId>
<groupId>com.expediagroup.dropwizard</groupId>
<artifactId>dropwizard-prometheus-bundle</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 56c5ec7

Please sign in to comment.