From 1db0355020fb21b46fe0553756475f8205fe57a2 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 6 Oct 2006 10:48:06 +0000 Subject: [PATCH] Added Continuum profile --- pom.xml | 12 ++++++++---- release/changelog.txt | 1 + 2 files changed, 9 insertions(+), 4 deletions(-) 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)