Repository: storm Updated Branches: refs/heads/1.x-branch 30665e25e -> 825e7f322
STORM-2420: fix build Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/e57d5f3f Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/e57d5f3f Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/e57d5f3f Branch: refs/heads/1.x-branch Commit: e57d5f3f5540e4cc7756dbf9eb428c2e2ba1826d Parents: 30665e2 Author: Robert (Bobby) Evans <[email protected]> Authored: Thu Mar 16 12:14:18 2017 -0500 Committer: Robert (Bobby) Evans <[email protected]> Committed: Thu Mar 16 12:14:18 2017 -0500 ---------------------------------------------------------------------- storm-perf/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/e57d5f3f/storm-perf/pom.xml ---------------------------------------------------------------------- diff --git a/storm-perf/pom.xml b/storm-perf/pom.xml index ab54bb7..b9b2738 100644 --- a/storm-perf/pom.xml +++ b/storm-perf/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -119,4 +119,4 @@ </dependencies> -</project> \ No newline at end of file +</project>
