STORM-2416: fix parent pom relative path in storm-perf
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/b97ed548 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/b97ed548 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/b97ed548 Branch: refs/heads/1.x-branch Commit: b97ed5488fc290563c871058c89e618c161b363b Parents: cbf064c Author: P. Taylor Goetz <[email protected]> Authored: Mon Mar 20 11:31:25 2017 -0400 Committer: P. Taylor Goetz <[email protected]> Committed: Mon Mar 20 11:31:25 2017 -0400 ---------------------------------------------------------------------- examples/storm-perf/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/b97ed548/examples/storm-perf/pom.xml ---------------------------------------------------------------------- diff --git a/examples/storm-perf/pom.xml b/examples/storm-perf/pom.xml index f2e62f0..605fdd2 100644 --- a/examples/storm-perf/pom.xml +++ b/examples/storm-perf/pom.xml @@ -23,7 +23,7 @@ <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> <version>1.1.0-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.storm</groupId>
