You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by mr...@apache.org on 2016/07/26 21:18:14 UTC

[35/50] usergrid git commit: Fix ActorSystem module dependency verion.

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/apigee-sso-provider
Commit: 9e038efc4dec23cf6974bf18649f5a50f8e5b599
Parents: d720f97
Author: Michael Russo <mr...@apigee.com>
Authored: Wed Jul 13 22:54:19 2016 -0700
Committer: Michael Russo <mr...@apigee.com>
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>