From cac6208aca59ffd4de563a3eda51d217e7867b52 Mon Sep 17 00:00:00 2001 From: Chris Kozak Date: Tue, 4 Nov 2014 20:51:14 +0000 Subject: [PATCH] Updating pom to work with current version and main class --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f86d551..505f5cd 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ dropwizard-guice-example hello-guice - 0.7.0-SNAPSHOT + 0.7.0.4-SNAPSHOT Dropwizard Guice Example @@ -26,7 +26,7 @@ com.hubspot.dropwizard dropwizard-guice - 0.7.0-SNAPSHOT + 0.7.0.4-SNAPSHOT @@ -103,7 +103,7 @@ - com.example.helloworld.HelloWorldService + com.example.helloworld.HelloWorldApplication