Repository: usergrid Updated Branches: refs/heads/master d720f97e1 -> 9e038efc4
Fix ActorSystem module dependency verion. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/9e038efc Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/9e038efc Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/9e038efc Branch: refs/heads/master Commit: 9e038efc4dec23cf6974bf18649f5a50f8e5b599 Parents: d720f97 Author: Michael Russo <[email protected]> Authored: Wed Jul 13 22:54:19 2016 -0700 Committer: Michael Russo <[email protected]> Committed: Wed Jul 13 22:54:19 2016 -0700 ---------------------------------------------------------------------- stack/corepersistence/actorsystem/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/9e038efc/stack/corepersistence/actorsystem/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/actorsystem/pom.xml b/stack/corepersistence/actorsystem/pom.xml index b77f90f..1933c65 100644 --- a/stack/corepersistence/actorsystem/pom.xml +++ b/stack/corepersistence/actorsystem/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>persistence</artifactId> <groupId>org.apache.usergrid</groupId> - <version>2.1.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
