fix version in pom
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/b2642962 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/b2642962 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/b2642962 Branch: refs/heads/0.10.x-branch Commit: b26429621741a785658d1984d113b15d491052e3 Parents: c3cc4dc Author: P. Taylor Goetz <[email protected]> Authored: Wed Jun 3 22:02:44 2015 -0400 Committer: P. Taylor Goetz <[email protected]> Committed: Wed Jun 3 22:02:44 2015 -0400 ---------------------------------------------------------------------- storm-core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/b2642962/storm-core/pom.xml ---------------------------------------------------------------------- diff --git a/storm-core/pom.xml b/storm-core/pom.xml index 765a1dd..db54481 100644 --- a/storm-core/pom.xml +++ b/storm-core/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.10.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.storm</groupId>
