diff --git a/pom.xml b/pom.xml index 55dd0cad..324f1fb9 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,6 @@ oxm core security - release @@ -92,10 +91,15 @@ - full + release + + + enableCiProfile + true + + - spring-ws-samples - doc + release diff --git a/release/changelog.txt b/release/changelog.txt index 5f54fb0c..952e5d27 100644 --- a/release/changelog.txt +++ b/release/changelog.txt @@ -6,6 +6,7 @@ Changes in version 1.0-M3 ------------------------- Package org.springframework.oxm.castor * CastorMarshaller uses a XMLClassDescriptorResolver instead of a Mapping (#SWS-54) +* CastorMarshaller marshals to DOM trees correctly (#SWS-59) Package org.springframework.ws.soap * Added setId() method to Attachment, to set the Content-ID of MIME attachments (#SWS-53)