Update storm to 0.9.1-incubating.

Use storm-core.
This commit is contained in:
Deklan Dieterly 2014-03-13 11:01:29 -06:00
parent c961d3c4bc
commit a8fbbabb8e
1 changed files with 2 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<groupId>com.hpcloud</groupId>
<artifactId>mon-thresh</artifactId>
<version>${computedVersion}</version>
<version>1.0.0-SNAPSHOT</version>
<url>http://hpcloud.net</url>
<packaging>jar</packaging>
@ -14,8 +14,6 @@
</prerequisites>
<properties>
<versionNumber>1.0.0</versionNumber>
<computedVersion>${versionNumber}-SNAPSHOT</computedVersion>
<mon.common.version>1.0.0-SNAPSHOT</mon.common.version>
<dropwizard.version>0.7.0-rc1</dropwizard.version>
@ -58,7 +56,7 @@
</property>
</activation>
<properties>
<computedVersion>${versionNumber}.${BUILD_NUM}</computedVersion>
<computedVersion>${version}</computedVersion>
</properties>
</profile>
</profiles>