diff --git a/src/main/resources/spring/applicationContext-datasource.xml b/src/main/resources/spring/applicationContext-datasource.xml
index 5e5d445b..11a6fbc8 100644
--- a/src/main/resources/spring/applicationContext-datasource.xml
+++ b/src/main/resources/spring/applicationContext-datasource.xml
@@ -3,13 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx"
xsi:schemaLocation="http://www.springframework.org/schema/beans
- http://www.springframework.org/schema/beans/spring-beans-4.2.xsd
+ http://www.springframework.org/schema/beans/spring-beans-4.3.xsd
http://www.springframework.org/schema/context
- http://www.springframework.org/schema/context/spring-context-4.2.xsd
+ http://www.springframework.org/schema/context/spring-context-4.3.xsd
http://www.springframework.org/schema/aop
- http://www.springframework.org/schema/aop/spring-aop-4.2.xsd
+ http://www.springframework.org/schema/aop/spring-aop-4.3.xsd
http://www.springframework.org/schema/tx
- http://www.springframework.org/schema/tx/spring-tx-4.2.xsd ">
+ http://www.springframework.org/schema/tx/spring-tx-4.3.xsd ">
diff --git a/src/main/resources/spring/applicationContext-shiro.xml b/src/main/resources/spring/applicationContext-shiro.xml
index 2599bbbe..ebe16d51 100644
--- a/src/main/resources/spring/applicationContext-shiro.xml
+++ b/src/main/resources/spring/applicationContext-shiro.xml
@@ -2,7 +2,7 @@
diff --git a/src/main/resources/spring/applicationContext-task.xml b/src/main/resources/spring/applicationContext-task.xml
index 15147aab..00bc7b0b 100644
--- a/src/main/resources/spring/applicationContext-task.xml
+++ b/src/main/resources/spring/applicationContext-task.xml
@@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
xmlns:task="http://www.springframework.org/schema/task"
xsi:schemaLocation="http://www.springframework.org/schema/beans
- http://www.springframework.org/schema/beans/spring-beans-4.2.xsd
+ http://www.springframework.org/schema/beans/spring-beans-4.3.xsd
http://www.springframework.org/schema/task
- http://www.springframework.org/schema/task/spring-task-4.2.xsd ">
+ http://www.springframework.org/schema/task/spring-task-4.3.xsd ">
diff --git a/src/main/resources/spring/applicationContext.xml b/src/main/resources/spring/applicationContext.xml
index 1893705b..55d2a5e6 100644
--- a/src/main/resources/spring/applicationContext.xml
+++ b/src/main/resources/spring/applicationContext.xml
@@ -3,11 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
xmlns:aop="http://www.springframework.org/schema/aop"
xsi:schemaLocation="http://www.springframework.org/schema/beans
- http://www.springframework.org/schema/beans/spring-beans-4.2.xsd
+ http://www.springframework.org/schema/beans/spring-beans-4.3.xsd
http://www.springframework.org/schema/context
- http://www.springframework.org/schema/context/spring-context-4.2.xsd
+ http://www.springframework.org/schema/context/spring-context-4.3.xsd
http://www.springframework.org/schema/aop
- http://www.springframework.org/schema/aop/spring-aop-4.2.xsd ">
+ http://www.springframework.org/schema/aop/spring-aop-4.3.xsd ">
diff --git a/src/main/resources/spring/springmvc-servlet.xml b/src/main/resources/spring/springmvc-servlet.xml
index bf6ec136..18dadf12 100644
--- a/src/main/resources/spring/springmvc-servlet.xml
+++ b/src/main/resources/spring/springmvc-servlet.xml
@@ -6,13 +6,13 @@
xmlns:mvc="http://www.springframework.org/schema/mvc"
xmlns:p="http://www.springframework.org/schema/p"
xsi:schemaLocation="http://www.springframework.org/schema/beans
- http://www.springframework.org/schema/beans/spring-beans-4.2.xsd
+ http://www.springframework.org/schema/beans/spring-beans-4.3.xsd
http://www.springframework.org/schema/aop
- http://www.springframework.org/schema/aop/spring-aop-4.2.xsd
+ http://www.springframework.org/schema/aop/spring-aop-4.3.xsd
http://www.springframework.org/schema/context
- http://www.springframework.org/schema/context/spring-context-4.2.xsd
+ http://www.springframework.org/schema/context/spring-context-4.3.xsd
http://www.springframework.org/schema/mvc
- http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd ">
+ http://www.springframework.org/schema/mvc/spring-mvc-4.3.xsd ">