You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2015/10/22 20:18:30 UTC

usergrid git commit: Correct version of cache module

Repository: usergrid
Updated Branches:
  refs/heads/jacoco 14e2a9d97 -> df9bc60d9


Correct version of cache module


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/df9bc60d
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/df9bc60d
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/df9bc60d

Branch: refs/heads/jacoco
Commit: df9bc60d97081425f0d8f9575bece3892cc3bca5
Parents: 14e2a9d
Author: Dave Johnson <sn...@apache.org>
Authored: Thu Oct 22 14:18:26 2015 -0400
Committer: Dave Johnson <sn...@apache.org>
Committed: Thu Oct 22 14:18:26 2015 -0400

----------------------------------------------------------------------
 stack/core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/df9bc60d/stack/core/pom.xml
----------------------------------------------------------------------
diff --git a/stack/core/pom.xml b/stack/core/pom.xml
index e1f13e4..83eac00 100644
--- a/stack/core/pom.xml
+++ b/stack/core/pom.xml
@@ -467,7 +467,7 @@
       <dependency>
           <groupId>org.apache.usergrid</groupId>
           <artifactId>cache</artifactId>
-          <version>2.1.0-SNAPSHOT</version>
+          <version>2.1.1-SNAPSHOT</version>
       </dependency>
 
       <dependency>