From 6de38f6b81e98d7a683b74f8d00235e8f0d13519 Mon Sep 17 00:00:00 2001 From: Kevin Yeh Date: Sat, 24 Jun 2017 14:23:59 -0400 Subject: [PATCH] Fix typo --- pom.xml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2db8939..ce7f82c 100644 --- a/pom.xml +++ b/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - com.kickstarter.dropwizards + com.kickstarter.dropwizard dropwizard-influxdb-reporter - 1.0.0 + 1.0.1 jar Dropwizard InfluxDB Reporter @@ -176,6 +176,27 @@ + + + + org.jacoco + jacoco-maven-plugin + 0.7.9 + + + + prepare-agent + + + + report + test + + report + + + +