Update dropwizard version in mon-dropwizard

This commit is contained in:
Jonathan Halterman 2014-05-01 16:13:15 -07:00
parent 7d4f39142b
commit 4a29907897
1 changed files with 67 additions and 68 deletions

View File

@ -1,5 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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"> 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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
@ -11,7 +10,7 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
<dropwizard.version>0.7.0-rc1</dropwizard.version> <dropwizard.version>0.7.0</dropwizard.version>
</properties> </properties>
<dependencies> <dependencies>