Repository: storm Updated Branches: refs/heads/1.x-branch eeeb7b9c3 -> 4fe225cd0
STORM-1637: Correct the master version of storm in storm-mongodb module Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/4fe225cd Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/4fe225cd Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/4fe225cd Branch: refs/heads/1.x-branch Commit: 4fe225cd07b6905f7024969751271425059316d6 Parents: eeeb7b9 Author: abhishekagarwal87 <[email protected]> Authored: Thu Mar 17 20:03:50 2016 +0530 Committer: abhishekagarwal87 <[email protected]> Committed: Thu Mar 17 20:03:50 2016 +0530 ---------------------------------------------------------------------- external/storm-mongodb/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/4fe225cd/external/storm-mongodb/pom.xml ---------------------------------------------------------------------- diff --git a/external/storm-mongodb/pom.xml b/external/storm-mongodb/pom.xml index 7653ac8..ce9f1bb 100644 --- a/external/storm-mongodb/pom.xml +++ b/external/storm-mongodb/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.0.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent>
