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 2014/01/20 06:21:37 UTC

[06/51] [abbrv] git commit: Properties in parent, and switch to GuicyFig 3.2 in collection.

Properties in parent, and switch to GuicyFig 3.2 in collection.


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

Branch: refs/pull/18/head
Commit: 075374b7814fa4fa7ef63fb15de4362d36f82770
Parents: 88d797b
Author: Dave Johnson <dm...@apigee.com>
Authored: Mon Jan 13 13:55:52 2014 -0500
Committer: Dave Johnson <dm...@apigee.com>
Committed: Mon Jan 13 13:55:52 2014 -0500

----------------------------------------------------------------------
 stack/corepersistence/collection/pom.xml | 7 -------
 stack/corepersistence/pom.xml            | 1 +
 2 files changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/075374b7/stack/corepersistence/collection/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/collection/pom.xml b/stack/corepersistence/collection/pom.xml
index 512ecfb..c004aa9 100644
--- a/stack/corepersistence/collection/pom.xml
+++ b/stack/corepersistence/collection/pom.xml
@@ -10,13 +10,6 @@
     <modelVersion>4.0.0</modelVersion>
     <description>The module for handling all scope I/O</description>
 
-    <properties>
-        <guice.version>3.0</guice.version>
-        <guicyfig.version>3.2-SNAPSHOT</guicyfig.version>
-        <slf4j.version>1.7.2</slf4j.version>
-        <log4j.version>1.2.17</log4j.version>
-    </properties>
-
     <artifactId>collection</artifactId>
 
     <build>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/075374b7/stack/corepersistence/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/pom.xml b/stack/corepersistence/pom.xml
index 4604c82..31b32d7 100644
--- a/stack/corepersistence/pom.xml
+++ b/stack/corepersistence/pom.xml
@@ -21,6 +21,7 @@
         <log4j.version>1.2.17</log4j.version>
         <rx.version>0.15.1</rx.version>
         <hystrix.version>1.3.8</hystrix.version>
+        <guicyfig.version>3.2</guicyfig.version>
     </properties>
 
     <modules>