diff --git a/.gitmodules b/.gitmodules
index 2e93046..86cffe6 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,27 +1,27 @@
+[submodule "lightblue-applications"]
+ path = lightblue-applications
+ url = https://github.com/lightblue-platform/lightblue-applications.git
+[submodule "lightblue-audit-hook"]
+ path = lightblue-audit-hook
+ url = https://github.com/lightblue-platform/lightblue-audit-hook.git
+[submodule "lightblue-client"]
+ path = lightblue-client
+ url = https://github.com/lightblue-platform/lightblue-client.git
[submodule "lightblue-core"]
path = lightblue-core
- url = git@github.com:lightblue-platform/lightblue-core.git
-[submodule "lightblue-rdbms"]
- path = lightblue-rdbms
- url = git@github.com:lightblue-platform/lightblue-rdbms.git
+ url = https://github.com/lightblue-platform/lightblue-core.git
+[submodule "lightblue-ldap"]
+ path = lightblue-ldap
+ url = https://github.com/lightblue-platform/lightblue-ldap.git
[submodule "lightblue-mongo"]
path = lightblue-mongo
- url = git@github.com:lightblue-platform/lightblue-mongo.git
+ url = https://github.com/lightblue-platform/lightblue-mongo.git
+[submodule "lightblue-rdbms"]
+ path = lightblue-rdbms
+ url = https://github.com/lightblue-platform/lightblue-rdbms.git
[submodule "lightblue-rest"]
path = lightblue-rest
- url = git@github.com:lightblue-platform/lightblue-rest.git
-[submodule "lightblue-audit-hook"]
- path = lightblue-audit-hook
- url = git@github.com:lightblue-platform/lightblue-audit-hook.git
-[submodule "lightblue-applications"]
- path = lightblue-applications
- url = git@github.com:lightblue-platform/lightblue-applications.git
-[submodule "lightblue-client"]
- path = lightblue-client
- url = git@github.com:lightblue-platform/lightblue-client.git
+ url = https://github.com/lightblue-platform/lightblue-rest.git
[submodule "lightblue-migrator"]
path = lightblue-migrator
- url = git@github.com:lightblue-platform/lightblue-migrator.git
-[submodule "lightblue-ldap"]
- path = lightblue-ldap
- url = git@github.com:lightblue-platform/lightblue-ldap.git
+ url = https://github.com/lightblue-platform/lightblue-migrator.git
diff --git a/.travis.yml b/.travis.yml
index f6b88d9..dd736b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ before_install:
- git submodule update --init --recursive
- git submodule foreach git pull origin master
script:
- - mvn -B clean verify cobertura:cobertura coveralls:cobertura -Dorg.apache.maven.user-settings=~/settings.xml -Dorg.apache.maven.global-settings=~/settings.xml
+ - mvn -B clean verify cobertura:cobertura coveralls:report
after_failure: ~/onFailure.sh
notifications:
email: false
diff --git a/etc/logging.properties b/etc/logging.properties
index 7c082ae..abbbfd4 100644
--- a/etc/logging.properties
+++ b/etc/logging.properties
@@ -4,12 +4,7 @@
handlers= java.util.logging.ConsoleHandler
# Set the default logging level for new ConsoleHandler instances
-java.util.logging.ConsoleHandler.level= FINEST
+java.util.logging.ConsoleHandler.level= ERROR
# Set global verbose level
-.level= INFO
-
-# Set log verbose level for ShrinkWrap Resolvers
-org.jboss.shrinkwrap.resolver.impl.maven.logging.LogTransferListener.level= FINEST
-org.jboss.shrinkwrap.resolver.impl.maven.logging.LogRepositoryListener.level= FINEST
-org.jboss.shrinkwrap.resolver.impl.maven.logging.LogModelProblemCollector.level= FINEST
+.level= ERROR
diff --git a/lightblue-migrator b/lightblue-migrator
index 80033d8..74e6915 160000
--- a/lightblue-migrator
+++ b/lightblue-migrator
@@ -1 +1 @@
-Subproject commit 80033d8448b219ec5e17769e6bdc6722f57116fc
+Subproject commit 74e6915d3a0158b6d6ab8b097da6c40241e6c03b
diff --git a/lightblue-mongo b/lightblue-mongo
index d96b668..46013e5 160000
--- a/lightblue-mongo
+++ b/lightblue-mongo
@@ -1 +1 @@
-Subproject commit d96b6682ae678e6632bc24552a32118707455f79
+Subproject commit 46013e5a1902fc8055677f45a3cc238f7edd6f81
diff --git a/lightblue-rdbms b/lightblue-rdbms
index d9e4c17..b1816e4 160000
--- a/lightblue-rdbms
+++ b/lightblue-rdbms
@@ -1 +1 @@
-Subproject commit d9e4c17166f5921e3d17e27b2aa09fbf59590b3a
+Subproject commit b1816e44eb26ca8ddf018f94a80d135e996b587c
diff --git a/lightblue-rest b/lightblue-rest
index 2f49dce..5ea0489 160000
--- a/lightblue-rest
+++ b/lightblue-rest
@@ -1 +1 @@
-Subproject commit 2f49dce8b442234899dd15f6c27fb72a1e6b8f56
+Subproject commit 5ea0489563e602b252bc1ff2d2dcfa94925bb91e
diff --git a/pom.xml b/pom.xml
index 2710a84..9dd0c8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,4 +110,34 @@ along with this program. If not, see .
http://127.0.0.1:8080
lightblue
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.18.1
+
+
+ file:etc/logging.properties
+
+
+
+
+ org.eluder.coveralls
+ coveralls-maven-plugin
+ 3.0.1
+
+
+ org.codehaus.mojo
+ cobertura-maven-plugin
+ 2.6
+
+ xml
+ 256m
+
+ true
+
+
+
+