diff --git a/experiments/pom.xml b/experiments/pom.xml
index b4fa82a924..d91b88e49c 100644
--- a/experiments/pom.xml
+++ b/experiments/pom.xml
@@ -220,7 +220,7 @@
${maven-surefire-plugin.version}
-
+ **/*LiveTest.java
@@ -256,7 +256,7 @@
3.2.6.RELEASE
- 3.1.4.RELEASE
+ 3.2.0.RELEASE
4.3.0.Final
diff --git a/experiments/src/test/java/org/baeldung/live/CrawlTest.java b/experiments/src/test/java/org/baeldung/live/CrawlLiveTest.java
similarity index 99%
rename from experiments/src/test/java/org/baeldung/live/CrawlTest.java
rename to experiments/src/test/java/org/baeldung/live/CrawlLiveTest.java
index ba7e92db5c..d7367d7bd0 100644
--- a/experiments/src/test/java/org/baeldung/live/CrawlTest.java
+++ b/experiments/src/test/java/org/baeldung/live/CrawlLiveTest.java
@@ -32,7 +32,7 @@ import org.junit.Test;
import org.w3c.dom.Document;
import org.xml.sax.SAXException;
-public class CrawlTest {
+public class CrawlLiveTest {
private DefaultHttpClient client;
diff --git a/guava/pom.xml b/guava/pom.xml
index 29bbc54277..f1c8adb4ee 100644
--- a/guava/pom.xml
+++ b/guava/pom.xml
@@ -84,7 +84,7 @@
3.2.6.RELEASE
- 3.1.4.RELEASE
+ 3.2.0.RELEASE
4.3.0.Final
diff --git a/httpclient/pom.xml b/httpclient/pom.xml
index ce99de04e6..339500651c 100644
--- a/httpclient/pom.xml
+++ b/httpclient/pom.xml
@@ -96,7 +96,7 @@
3.2.6.RELEASE
- 3.1.4.RELEASE
+ 3.2.0.RELEASE
4.3.0.Final
diff --git a/mockito/pom.xml b/mockito/pom.xml
index 2b5f831313..72353719b0 100644
--- a/mockito/pom.xml
+++ b/mockito/pom.xml
@@ -90,7 +90,7 @@
3.2.6.RELEASE
- 3.1.4.RELEASE
+ 3.2.0.RELEASE
4.3.0.Final
diff --git a/spring-all/pom.xml b/spring-all/pom.xml
index 874b851887..a683a4c419 100644
--- a/spring-all/pom.xml
+++ b/spring-all/pom.xml
@@ -193,7 +193,7 @@
3.2.6.RELEASE
- 3.1.4.RELEASE
+ 3.2.0.RELEASE
3.18.1-GA
1.2
diff --git a/spring-exceptions/pom.xml b/spring-exceptions/pom.xml
index c89028b334..c57fe2259f 100644
--- a/spring-exceptions/pom.xml
+++ b/spring-exceptions/pom.xml
@@ -205,7 +205,7 @@
3.2.6.RELEASE
- 3.1.4.RELEASE
+ 3.2.0.RELEASE
3.18.1-GA
1.2
diff --git a/spring-exceptions/src/test/java/org/baeldung/ex/mappingexception/Cause4MappingExceptionIntegrationTest.java b/spring-exceptions/src/test/java/org/baeldung/ex/mappingexception/Cause4MappingExceptionIntegrationTest.java
index ea24a1342e..864da76e4b 100644
--- a/spring-exceptions/src/test/java/org/baeldung/ex/mappingexception/Cause4MappingExceptionIntegrationTest.java
+++ b/spring-exceptions/src/test/java/org/baeldung/ex/mappingexception/Cause4MappingExceptionIntegrationTest.java
@@ -35,7 +35,7 @@ public class Cause4MappingExceptionIntegrationTest {
configuration.addAnnotatedClass(Foo.class);
- final ServiceRegistry serviceRegistry = new ServiceRegistryBuilder().applySettings(configuration.getProperties()).buildServiceRegistry();
+ final ServiceRegistry serviceRegistry = new ServiceRegistryBuilder().applySettings(configuration.getProperties()).build();
final SessionFactory sessionFactory = configuration.buildSessionFactory(serviceRegistry);
return sessionFactory;
}
diff --git a/spring-hibernate3/pom.xml b/spring-hibernate3/pom.xml
index fe3d1f48dc..3c1cd2d0b6 100644
--- a/spring-hibernate3/pom.xml
+++ b/spring-hibernate3/pom.xml
@@ -175,7 +175,7 @@
3.2.6.RELEASE
- 3.1.4.RELEASE
+ 3.2.0.RELEASE
3.18.1-GA
diff --git a/spring-hibernate4/pom.xml b/spring-hibernate4/pom.xml
index 0694bab595..29bda8bb21 100644
--- a/spring-hibernate4/pom.xml
+++ b/spring-hibernate4/pom.xml
@@ -183,7 +183,7 @@
3.2.6.RELEASE
- 3.1.4.RELEASE
+ 3.2.0.RELEASE
3.18.1-GA
diff --git a/spring-hibernate4/src/main/resources/webSecurityConfig.xml b/spring-hibernate4/src/main/resources/webSecurityConfig.xml
index 5569cc6950..3012a337af 100644
--- a/spring-hibernate4/src/main/resources/webSecurityConfig.xml
+++ b/spring-hibernate4/src/main/resources/webSecurityConfig.xml
@@ -2,7 +2,7 @@
diff --git a/spring-jpa/pom.xml b/spring-jpa/pom.xml
index 5c26f3c62b..bdf959e161 100644
--- a/spring-jpa/pom.xml
+++ b/spring-jpa/pom.xml
@@ -178,7 +178,7 @@
3.2.6.RELEASE
- 3.1.4.RELEASE
+ 3.2.0.RELEASE
4.3.0.Final
diff --git a/spring-jpa/src/main/resources/webSecurityConfig.xml b/spring-jpa/src/main/resources/webSecurityConfig.xml
index 5569cc6950..3012a337af 100644
--- a/spring-jpa/src/main/resources/webSecurityConfig.xml
+++ b/spring-jpa/src/main/resources/webSecurityConfig.xml
@@ -2,7 +2,7 @@