diff --git a/pom.xml b/pom.xml index b26e046b..f019aaef 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 com.springsource greenhouse diff --git a/src/main/java/com/springsource/greenhouse/activity/integration-activity.xml b/src/main/java/com/springsource/greenhouse/activity/integration-activity.xml index 8d90cc56..388c709a 100644 --- a/src/main/java/com/springsource/greenhouse/activity/integration-activity.xml +++ b/src/main/java/com/springsource/greenhouse/activity/integration-activity.xml @@ -3,8 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans" xmlns:si-redis="http://www.springframework.org/schema/integration/redis" - xsi:schemaLocation="http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration-2.1.xsd - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/integration https://www.springframework.org/schema/integration/spring-integration-2.1.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.1.xsd"> diff --git a/src/main/java/com/springsource/greenhouse/config/security-oauth-provider.xml b/src/main/java/com/springsource/greenhouse/config/security-oauth-provider.xml index 21f3d9dc..bab78102 100644 --- a/src/main/java/com/springsource/greenhouse/config/security-oauth-provider.xml +++ b/src/main/java/com/springsource/greenhouse/config/security-oauth-provider.xml @@ -3,10 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oauth="http://www.springframework.org/schema/security/oauth2" xmlns:security="http://www.springframework.org/schema/security" - xsi:schemaLocation="http://www.springframework.org/schema/security/oauth2 http://www.springframework.org/schema/security/spring-security-oauth2.xsd - http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.1.xsd - http://www.springframework.org/schema/security/oauth http://www.springframework.org/schema/security/spring-security-oauth-1.0.xsd - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/security/oauth2 https://www.springframework.org/schema/security/spring-security-oauth2.xsd + http://www.springframework.org/schema/security https://www.springframework.org/schema/security/spring-security-3.1.xsd + http://www.springframework.org/schema/security/oauth https://www.springframework.org/schema/security/spring-security-oauth-1.0.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> diff --git a/src/main/java/com/springsource/greenhouse/config/security.xml b/src/main/java/com/springsource/greenhouse/config/security.xml index 7e6842e1..b42659f3 100644 --- a/src/main/java/com/springsource/greenhouse/config/security.xml +++ b/src/main/java/com/springsource/greenhouse/config/security.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/security https://www.springframework.org/schema/security/spring-security-3.1.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.1.xsd"> diff --git a/src/main/java/com/springsource/greenhouse/signup/integration-signup.xml b/src/main/java/com/springsource/greenhouse/signup/integration-signup.xml index 18bda833..94ebccc8 100644 --- a/src/main/java/com/springsource/greenhouse/signup/integration-signup.xml +++ b/src/main/java/com/springsource/greenhouse/signup/integration-signup.xml @@ -3,9 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans" xmlns:mail="http://www.springframework.org/schema/integration/mail" - xsi:schemaLocation="http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration-2.1.xsd - http://www.springframework.org/schema/integration/mail http://www.springframework.org/schema/integration/mail/spring-integration-mail-2.1.xsd - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/integration https://www.springframework.org/schema/integration/spring-integration-2.1.xsd + http://www.springframework.org/schema/integration/mail https://www.springframework.org/schema/integration/mail/spring-integration-mail-2.1.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> diff --git a/src/main/webapp/WEB-INF/layouts/tiles.xml b/src/main/webapp/WEB-INF/layouts/tiles.xml index 1590956d..ab139fee 100644 --- a/src/main/webapp/WEB-INF/layouts/tiles.xml +++ b/src/main/webapp/WEB-INF/layouts/tiles.xml @@ -1,5 +1,5 @@ - + diff --git a/src/main/webapp/WEB-INF/views/admin/tiles.xml b/src/main/webapp/WEB-INF/views/admin/tiles.xml index 5e3a151c..02a2e521 100644 --- a/src/main/webapp/WEB-INF/views/admin/tiles.xml +++ b/src/main/webapp/WEB-INF/views/admin/tiles.xml @@ -1,5 +1,5 @@ - + diff --git a/src/main/webapp/WEB-INF/views/connect/tiles.xml b/src/main/webapp/WEB-INF/views/connect/tiles.xml index 531063bc..3ef0c859 100644 --- a/src/main/webapp/WEB-INF/views/connect/tiles.xml +++ b/src/main/webapp/WEB-INF/views/connect/tiles.xml @@ -1,5 +1,5 @@ - + diff --git a/src/main/webapp/WEB-INF/views/develop/apps/tiles.xml b/src/main/webapp/WEB-INF/views/develop/apps/tiles.xml index 541df081..d9f35d72 100644 --- a/src/main/webapp/WEB-INF/views/develop/apps/tiles.xml +++ b/src/main/webapp/WEB-INF/views/develop/apps/tiles.xml @@ -1,5 +1,5 @@ - + diff --git a/src/main/webapp/WEB-INF/views/events/tiles.xml b/src/main/webapp/WEB-INF/views/events/tiles.xml index 0f4f16fc..93d6657c 100644 --- a/src/main/webapp/WEB-INF/views/events/tiles.xml +++ b/src/main/webapp/WEB-INF/views/events/tiles.xml @@ -1,5 +1,5 @@ - + diff --git a/src/main/webapp/WEB-INF/views/groups/tiles.xml b/src/main/webapp/WEB-INF/views/groups/tiles.xml index a19ae70d..2fc2e0d9 100644 --- a/src/main/webapp/WEB-INF/views/groups/tiles.xml +++ b/src/main/webapp/WEB-INF/views/groups/tiles.xml @@ -1,5 +1,5 @@ - + diff --git a/src/main/webapp/WEB-INF/views/home/tiles.xml b/src/main/webapp/WEB-INF/views/home/tiles.xml index f8546b86..cbcc9eb8 100644 --- a/src/main/webapp/WEB-INF/views/home/tiles.xml +++ b/src/main/webapp/WEB-INF/views/home/tiles.xml @@ -1,5 +1,5 @@ - + diff --git a/src/main/webapp/WEB-INF/views/invite/facebook/tiles.xml b/src/main/webapp/WEB-INF/views/invite/facebook/tiles.xml index 41351dc4..04a39b09 100644 --- a/src/main/webapp/WEB-INF/views/invite/facebook/tiles.xml +++ b/src/main/webapp/WEB-INF/views/invite/facebook/tiles.xml @@ -1,5 +1,5 @@ - + diff --git a/src/main/webapp/WEB-INF/views/invite/mail/tiles.xml b/src/main/webapp/WEB-INF/views/invite/mail/tiles.xml index e5e457d1..1348bdda 100644 --- a/src/main/webapp/WEB-INF/views/invite/mail/tiles.xml +++ b/src/main/webapp/WEB-INF/views/invite/mail/tiles.xml @@ -1,5 +1,5 @@ - + diff --git a/src/main/webapp/WEB-INF/views/invite/tiles.xml b/src/main/webapp/WEB-INF/views/invite/tiles.xml index 885b6d3b..33e87ebd 100644 --- a/src/main/webapp/WEB-INF/views/invite/tiles.xml +++ b/src/main/webapp/WEB-INF/views/invite/tiles.xml @@ -1,5 +1,5 @@ - + diff --git a/src/main/webapp/WEB-INF/views/invite/twitter/tiles.xml b/src/main/webapp/WEB-INF/views/invite/twitter/tiles.xml index 05da72e3..6e273ef0 100644 --- a/src/main/webapp/WEB-INF/views/invite/twitter/tiles.xml +++ b/src/main/webapp/WEB-INF/views/invite/twitter/tiles.xml @@ -1,5 +1,5 @@ - + diff --git a/src/main/webapp/WEB-INF/views/members/tiles.xml b/src/main/webapp/WEB-INF/views/members/tiles.xml index 33ba048c..a53ccbf0 100644 --- a/src/main/webapp/WEB-INF/views/members/tiles.xml +++ b/src/main/webapp/WEB-INF/views/members/tiles.xml @@ -1,5 +1,5 @@ - + diff --git a/src/main/webapp/WEB-INF/views/oauth/tiles.xml b/src/main/webapp/WEB-INF/views/oauth/tiles.xml index 12902673..d2c194e2 100644 --- a/src/main/webapp/WEB-INF/views/oauth/tiles.xml +++ b/src/main/webapp/WEB-INF/views/oauth/tiles.xml @@ -1,5 +1,5 @@ - + diff --git a/src/main/webapp/WEB-INF/views/reset/tiles.xml b/src/main/webapp/WEB-INF/views/reset/tiles.xml index 62bfd94d..09644d06 100644 --- a/src/main/webapp/WEB-INF/views/reset/tiles.xml +++ b/src/main/webapp/WEB-INF/views/reset/tiles.xml @@ -1,5 +1,5 @@ - + diff --git a/src/main/webapp/WEB-INF/views/settings/tiles.xml b/src/main/webapp/WEB-INF/views/settings/tiles.xml index c858f9e6..16319509 100644 --- a/src/main/webapp/WEB-INF/views/settings/tiles.xml +++ b/src/main/webapp/WEB-INF/views/settings/tiles.xml @@ -1,5 +1,5 @@ - + diff --git a/src/main/webapp/WEB-INF/views/signin/tiles.xml b/src/main/webapp/WEB-INF/views/signin/tiles.xml index bbe1408a..ec8867d0 100644 --- a/src/main/webapp/WEB-INF/views/signin/tiles.xml +++ b/src/main/webapp/WEB-INF/views/signin/tiles.xml @@ -1,5 +1,5 @@ - + diff --git a/src/main/webapp/WEB-INF/views/signup/tiles.xml b/src/main/webapp/WEB-INF/views/signup/tiles.xml index ced584b1..0ac66333 100644 --- a/src/main/webapp/WEB-INF/views/signup/tiles.xml +++ b/src/main/webapp/WEB-INF/views/signup/tiles.xml @@ -1,5 +1,5 @@ - + diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 5ce40a12..bf29841a 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee https://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"> diff --git a/src/test/java/com/springsource/greenhouse/events/load/JdbcEventLoaderRepositoryTest-context.xml b/src/test/java/com/springsource/greenhouse/events/load/JdbcEventLoaderRepositoryTest-context.xml index 1b12bfba..01bd7c05 100644 --- a/src/test/java/com/springsource/greenhouse/events/load/JdbcEventLoaderRepositoryTest-context.xml +++ b/src/test/java/com/springsource/greenhouse/events/load/JdbcEventLoaderRepositoryTest-context.xml @@ -4,10 +4,10 @@ xmlns:jdbc="http://www.springframework.org/schema/jdbc" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:context="http://www.springframework.org/schema/context" - xsi:schemaLocation="http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd - http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.1.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/jdbc https://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context-3.1.xsd + http://www.springframework.org/schema/tx https://www.springframework.org/schema/tx/spring-tx-3.1.xsd">