Skip to content

Commit

Permalink
Upgrade to Storm 1.2.2, fixes #583
Browse files Browse the repository at this point in the history
  • Loading branch information
jnioche committed Jun 11, 2018
1 parent bcddcf5 commit 4be1132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions archetype/src/main/resources/archetype-resources/pom.xml
Expand Up @@ -101,13 +101,13 @@
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>storm-core</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>flux-core</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -71,7 +71,7 @@
<additionalparam>-Xdoclint:none</additionalparam>
<!-- dependency versions -->
<junit.version>4.11</junit.version>
<storm-core.version>1.2.1</storm-core.version>
<storm-core.version>1.2.2</storm-core.version>
<jackson-databind.version>2.6.6</jackson-databind.version>
<tika.version>1.18</tika.version>
</properties>
Expand Down

0 comments on commit 4be1132

Please sign in to comment.