From fddd7e47b4f179d31c2910548da1a63a737a48e2 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Fri, 5 Dec 2014 19:39:33 +0200 Subject: [PATCH] INTEXT-122: Make XSD versionless from SI-core XSD JIRA: https://jira.spring.io/browse/INTEXT-122 Fix for SMPP. All other extensions will be fixed on demand, when they will be upgraded to SI 4.0 or higher --- spring-integration-smpp/build.gradle | 2 +- .../integration/smpp/config/xml/spring-integration-smpp-1.0.xsd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-integration-smpp/build.gradle b/spring-integration-smpp/build.gradle index 66bf9fb..b0d4a1c 100644 --- a/spring-integration-smpp/build.gradle +++ b/spring-integration-smpp/build.gradle @@ -29,7 +29,7 @@ ext { slf4jVersion = '1.7.7' commonsLangVersion = '2.6' commonsBeanUtilsVersion = '1.8.3' - springIntegrationVersion = '4.0.2.RELEASE' + springIntegrationVersion = '4.0.5.RELEASE' idPrefix = 'smpp' diff --git a/spring-integration-smpp/src/main/resources/org/springframework/integration/smpp/config/xml/spring-integration-smpp-1.0.xsd b/spring-integration-smpp/src/main/resources/org/springframework/integration/smpp/config/xml/spring-integration-smpp-1.0.xsd index f050ef0..0c5797a 100644 --- a/spring-integration-smpp/src/main/resources/org/springframework/integration/smpp/config/xml/spring-integration-smpp-1.0.xsd +++ b/spring-integration-smpp/src/main/resources/org/springframework/integration/smpp/config/xml/spring-integration-smpp-1.0.xsd @@ -10,7 +10,7 @@ + schemaLocation="http://www.springframework.org/schema/integration/spring-integration.xsd" />