diff options
Diffstat (limited to '')
5 files changed, 5 insertions, 5 deletions
diff --git a/sandbox/ant/sca/trunk/modules/binding-ws-axis2-policy/pom.xml b/sandbox/ant/sca/trunk/modules/binding-ws-axis2-policy/pom.xml index e92de0db9d..64d14d943c 100644 --- a/sandbox/ant/sca/trunk/modules/binding-ws-axis2-policy/pom.xml +++ b/sandbox/ant/sca/trunk/modules/binding-ws-axis2-policy/pom.xml @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> diff --git a/sandbox/ant/sca/trunk/modules/binding-ws-axis2/pom.xml b/sandbox/ant/sca/trunk/modules/binding-ws-axis2/pom.xml index 0b092563d9..5291b127a8 100644 --- a/sandbox/ant/sca/trunk/modules/binding-ws-axis2/pom.xml +++ b/sandbox/ant/sca/trunk/modules/binding-ws-axis2/pom.xml @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> diff --git a/sandbox/ant/sca/trunk/modules/binding-ws-wsdlgen/pom.xml b/sandbox/ant/sca/trunk/modules/binding-ws-wsdlgen/pom.xml index db387baf83..1e2cc9f231 100644 --- a/sandbox/ant/sca/trunk/modules/binding-ws-wsdlgen/pom.xml +++ b/sandbox/ant/sca/trunk/modules/binding-ws-wsdlgen/pom.xml @@ -17,7 +17,7 @@ * specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
diff --git a/sandbox/ant/sca/trunk/modules/binding-ws-xml/pom.xml b/sandbox/ant/sca/trunk/modules/binding-ws-xml/pom.xml index 96b3c9affc..e9d679372a 100644 --- a/sandbox/ant/sca/trunk/modules/binding-ws-xml/pom.xml +++ b/sandbox/ant/sca/trunk/modules/binding-ws-xml/pom.xml @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> diff --git a/sandbox/ant/sca/trunk/modules/binding-ws/pom.xml b/sandbox/ant/sca/trunk/modules/binding-ws/pom.xml index 21426cd323..ba2c0fcbd2 100644 --- a/sandbox/ant/sca/trunk/modules/binding-ws/pom.xml +++ b/sandbox/ant/sca/trunk/modules/binding-ws/pom.xml @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> |