You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by de...@apache.org on 2006/11/13 21:30:43 UTC

svn commit: r474499 [1/2] - in /webservices/axis2/branches/java/1_1/modules: adb-codegen/ adb/ codegen/ java2wsdl/ kernel/ parent/ tool/ tool/axis2-aar-maven-plugin/ tool/axis2-ant-plugin/ tool/axis2-eclipse-codegen-plugin/ tool/axis2-eclipse-service-p...

Author: deepal
Date: Mon Nov 13 12:30:42 2006
New Revision: 474499

URL: http://svn.apache.org/viewvc?view=rev&rev=474499
Log:
changing version string on pom.xml (to 1.1)

Modified:
    webservices/axis2/branches/java/1_1/modules/adb-codegen/pom.xml
    webservices/axis2/branches/java/1_1/modules/adb/pom.xml
    webservices/axis2/branches/java/1_1/modules/codegen/pom.xml
    webservices/axis2/branches/java/1_1/modules/java2wsdl/pom.xml
    webservices/axis2/branches/java/1_1/modules/kernel/pom.xml
    webservices/axis2/branches/java/1_1/modules/parent/pom.xml
    webservices/axis2/branches/java/1_1/modules/tool/axis2-aar-maven-plugin/pom.xml
    webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/pom.xml
    webservices/axis2/branches/java/1_1/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
    webservices/axis2/branches/java/1_1/modules/tool/axis2-eclipse-service-plugin/pom.xml
    webservices/axis2/branches/java/1_1/modules/tool/axis2-idea-plugin/pom.xml
    webservices/axis2/branches/java/1_1/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
    webservices/axis2/branches/java/1_1/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml
    webservices/axis2/branches/java/1_1/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
    webservices/axis2/branches/java/1_1/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml
    webservices/axis2/branches/java/1_1/modules/tool/pom.xml

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/pom.xml?view=diff&rev=474499&r1=474498&r2=474499
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/pom.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/pom.xml Mon Nov 13 12:30:42 2006
@@ -1,52 +1,52 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- !
- ! Copyright 2006 The Apache Software Foundation.
- !
- ! Licensed under the Apache License, Version 2.0 (the "License");
- ! you may not use this file except in compliance with the License.
- ! You may obtain a copy of the License at
- !
- !      http://www.apache.org/licenses/LICENSE-2.0
- !
- ! Unless required by applicable law or agreed to in writing, software
- ! distributed under the License is distributed on an "AS IS" BASIS,
- ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ! See the License for the specific language governing permissions and
- ! limitations under the License.
- !-->
-<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.axis2</groupId>
-    <artifactId>axis2-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
-    <relativePath>../parent/pom.xml</relativePath>    
-  </parent>
-
-  <artifactId>axis2-adb-codegen</artifactId>
-  <name>Apache Axis 2.0 - ADB Codegen</name>
-  <description>ADB code generation support for Axis2</description>
-
-  <dependencies>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>axis2-adb</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>axis2-codegen</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>xmlunit</groupId>
-      <artifactId>xmlunit</artifactId>
-    </dependency>
-  </dependencies>
-
-  <build>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+<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.axis2</groupId>
+    <artifactId>axis2-parent</artifactId>
+    <version>1.1</version>
+    <relativePath>../parent/pom.xml</relativePath>    
+  </parent>
+
+  <artifactId>axis2-adb-codegen</artifactId>
+  <name>Apache Axis 2.0 - ADB Codegen</name>
+  <description>ADB code generation support for Axis2</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>axis2-adb</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>axis2-codegen</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xmlunit</groupId>
+      <artifactId>xmlunit</artifactId>
+    </dependency>
+  </dependencies>
+
+  <build>
     <sourceDirectory>src</sourceDirectory>
     <testSourceDirectory>test</testSourceDirectory>
     <resources>
@@ -64,5 +64,5 @@
         </excludes>
       </resource>
     </resources>
-  </build>
-</project>
+  </build>
+</project>

Modified: webservices/axis2/branches/java/1_1/modules/adb/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb/pom.xml?view=diff&rev=474499&r1=474498&r2=474499
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb/pom.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/adb/pom.xml Mon Nov 13 12:30:42 2006
@@ -1,52 +1,52 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- !
- ! Copyright 2006 The Apache Software Foundation.
- !
- ! Licensed under the Apache License, Version 2.0 (the "License");
- ! you may not use this file except in compliance with the License.
- ! You may obtain a copy of the License at
- !
- !      http://www.apache.org/licenses/LICENSE-2.0
- !
- ! Unless required by applicable law or agreed to in writing, software
- ! distributed under the License is distributed on an "AS IS" BASIS,
- ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ! See the License for the specific language governing permissions and
- ! limitations under the License.
- !-->
-<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.axis2</groupId>
-    <artifactId>axis2-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
-    <relativePath>../parent/pom.xml</relativePath>    
-  </parent>
-
-  <artifactId>axis2-adb</artifactId>
-  <name>Apache Axis 2.0 - Data Binding</name>
-    <description>Axis2 Data Binding module</description>
-
-  <dependencies>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>axis2-kernel</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.ws.commons.axiom</groupId>
-      <artifactId>axiom-dom</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>xmlunit</groupId>
-      <artifactId>xmlunit</artifactId>
-    </dependency>
-  </dependencies>
-
-  <build>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+<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.axis2</groupId>
+    <artifactId>axis2-parent</artifactId>
+    <version>1.1</version>
+    <relativePath>../parent/pom.xml</relativePath>    
+  </parent>
+
+  <artifactId>axis2-adb</artifactId>
+  <name>Apache Axis 2.0 - Data Binding</name>
+    <description>Axis2 Data Binding module</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>axis2-kernel</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ws.commons.axiom</groupId>
+      <artifactId>axiom-dom</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xmlunit</groupId>
+      <artifactId>xmlunit</artifactId>
+    </dependency>
+  </dependencies>
+
+  <build>
     <sourceDirectory>src</sourceDirectory>
     <testSourceDirectory>test</testSourceDirectory>
     <resources>
@@ -64,5 +64,5 @@
         </excludes>
       </resource>
     </resources>
-  </build>
-</project>
+  </build>
+</project>

Modified: webservices/axis2/branches/java/1_1/modules/codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/codegen/pom.xml?view=diff&rev=474499&r1=474498&r2=474499
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/codegen/pom.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/codegen/pom.xml Mon Nov 13 12:30:42 2006
@@ -1,60 +1,60 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- !
- ! Copyright 2006 The Apache Software Foundation.
- !
- ! Licensed under the Apache License, Version 2.0 (the "License");
- ! you may not use this file except in compliance with the License.
- ! You may obtain a copy of the License at
- !
- !      http://www.apache.org/licenses/LICENSE-2.0
- !
- ! Unless required by applicable law or agreed to in writing, software
- ! distributed under the License is distributed on an "AS IS" BASIS,
- ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ! See the License for the specific language governing permissions and
- ! limitations under the License.
- !-->
-<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.axis2</groupId>
-    <artifactId>axis2-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
-    <relativePath>../parent/pom.xml</relativePath>    
-  </parent>
-
-  <artifactId>axis2-codegen</artifactId>
-  <name>Apache Axis 2.0 - Code Generation</name>
-  <description>Axis2 Code Generation module</description>
-
-  <dependencies>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>axis2-kernel</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>axis2-adb</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>xmlbeans</groupId>
-      <artifactId>xbean</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>xmlunit</groupId>
-      <artifactId>xmlunit</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.ws.jaxme</groupId>
-      <artifactId>jaxme2</artifactId>
-    </dependency>
-  </dependencies>
-
-  <build>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+<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.axis2</groupId>
+    <artifactId>axis2-parent</artifactId>
+    <version>1.1</version>
+    <relativePath>../parent/pom.xml</relativePath>    
+  </parent>
+
+  <artifactId>axis2-codegen</artifactId>
+  <name>Apache Axis 2.0 - Code Generation</name>
+  <description>Axis2 Code Generation module</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>axis2-kernel</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>axis2-adb</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xmlbeans</groupId>
+      <artifactId>xbean</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xmlunit</groupId>
+      <artifactId>xmlunit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ws.jaxme</groupId>
+      <artifactId>jaxme2</artifactId>
+    </dependency>
+  </dependencies>
+
+  <build>
     <sourceDirectory>src</sourceDirectory>
     <testSourceDirectory>test</testSourceDirectory>
     <resources>
@@ -72,5 +72,5 @@
         </excludes>
       </resource>
     </resources>
-  </build>
-</project>
+  </build>
+</project>

Modified: webservices/axis2/branches/java/1_1/modules/java2wsdl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/java2wsdl/pom.xml?view=diff&rev=474499&r1=474498&r2=474499
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/java2wsdl/pom.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/java2wsdl/pom.xml Mon Nov 13 12:30:42 2006
@@ -1,84 +1,84 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- !
- ! Copyright 2006 The Apache Software Foundation.
- !
- ! Licensed under the Apache License, Version 2.0 (the "License");
- ! you may not use this file except in compliance with the License.
- ! You may obtain a copy of the License at
- !
- !      http://www.apache.org/licenses/LICENSE-2.0
- !
- ! Unless required by applicable law or agreed to in writing, software
- ! distributed under the License is distributed on an "AS IS" BASIS,
- ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ! See the License for the specific language governing permissions and
- ! limitations under the License.
- !-->
-<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.axis2</groupId>
-    <artifactId>axis2-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
-    <relativePath>../parent/pom.xml</relativePath>    
-  </parent>
-
-  <artifactId>axis2-java2wsdl</artifactId>
-  <name>Apache Axis 2.0 - Java2WSDL</name>
-  <description>To generate WSDL file for a given Java class</description>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.ws.commons.axiom</groupId>
-      <artifactId>axiom-impl</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>ant</groupId>
-      <artifactId>ant</artifactId>
-    </dependency>
-
-    <!-- external JARs -->
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>woodstox</groupId>
-      <artifactId>wstx-asl</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>stax</groupId>
-      <artifactId>stax-api</artifactId>
-    </dependency>
-
-    <!--added this to support to keep WSDL information in AxisService-->
-    <dependency>
-      <groupId>org.apache.ws.commons.schema</groupId>
-      <artifactId>XmlSchema</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javax.mail</groupId>
-      <artifactId>mail</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>jaxen</groupId>
-      <artifactId>jaxen</artifactId>
-    </dependency>
-
-    <!--for java2wsdl generation we use JAM , so there should be a dependency on the annogen jar or-->
-    <!--XML Beans-->
-    <dependency>
-      <groupId>annogen</groupId>
-      <artifactId>annogen</artifactId>
-    </dependency>
-    <!-- Added this to support WS Policy in Axis2 -->
-  </dependencies>
-
-  <build>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+<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.axis2</groupId>
+    <artifactId>axis2-parent</artifactId>
+    <version>1.1</version>
+    <relativePath>../parent/pom.xml</relativePath>    
+  </parent>
+
+  <artifactId>axis2-java2wsdl</artifactId>
+  <name>Apache Axis 2.0 - Java2WSDL</name>
+  <description>To generate WSDL file for a given Java class</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.ws.commons.axiom</groupId>
+      <artifactId>axiom-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>ant</groupId>
+      <artifactId>ant</artifactId>
+    </dependency>
+
+    <!-- external JARs -->
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>woodstox</groupId>
+      <artifactId>wstx-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>stax</groupId>
+      <artifactId>stax-api</artifactId>
+    </dependency>
+
+    <!--added this to support to keep WSDL information in AxisService-->
+    <dependency>
+      <groupId>org.apache.ws.commons.schema</groupId>
+      <artifactId>XmlSchema</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jaxen</groupId>
+      <artifactId>jaxen</artifactId>
+    </dependency>
+
+    <!--for java2wsdl generation we use JAM , so there should be a dependency on the annogen jar or-->
+    <!--XML Beans-->
+    <dependency>
+      <groupId>annogen</groupId>
+      <artifactId>annogen</artifactId>
+    </dependency>
+    <!-- Added this to support WS Policy in Axis2 -->
+  </dependencies>
+
+  <build>
     <sourceDirectory>src</sourceDirectory>
     <testSourceDirectory>test</testSourceDirectory>
     <resources>
@@ -96,5 +96,5 @@
         </excludes>
       </resource>
     </resources>
-  </build>
-</project>
+  </build>
+</project>

Modified: webservices/axis2/branches/java/1_1/modules/kernel/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/kernel/pom.xml?view=diff&rev=474499&r1=474498&r2=474499
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/kernel/pom.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/kernel/pom.xml Mon Nov 13 12:30:42 2006
@@ -1,84 +1,84 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- !
- ! Copyright 2006 The Apache Software Foundation.
- !
- ! Licensed under the Apache License, Version 2.0 (the "License");
- ! you may not use this file except in compliance with the License.
- ! You may obtain a copy of the License at
- !
- !      http://www.apache.org/licenses/LICENSE-2.0
- !
- ! Unless required by applicable law or agreed to in writing, software
- ! distributed under the License is distributed on an "AS IS" BASIS,
- ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ! See the License for the specific language governing permissions and
- ! limitations under the License.
- !-->
-<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.axis2</groupId>
-    <artifactId>axis2-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
-    <relativePath>../parent/pom.xml</relativePath>    
-  </parent>
-
-  <artifactId>axis2-kernel</artifactId>
-  <name>Apache Axis 2.0 - Kernel</name>
-  <description>Core Parts of Axis 2.0. This includes Axis 2.0 engine, Client API, Addressing support, etc.,</description>
-
-  <dependencies>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>axis2-java2wsdl</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-fileupload</groupId>
-      <artifactId>commons-fileupload</artifactId>
-    </dependency>      
-    <dependency>
-      <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>jakarta-httpcore</artifactId>
-    </dependency> 
-    <dependency>
-      <groupId>wsdl4j</groupId>
-      <artifactId>wsdl4j</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>backport-util-concurrent</groupId>
-      <artifactId>backport-util-concurrent</artifactId>
-    </dependency>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+<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.axis2</groupId>
+    <artifactId>axis2-parent</artifactId>
+    <version>1.1</version>
+    <relativePath>../parent/pom.xml</relativePath>    
+  </parent>
+
+  <artifactId>axis2-kernel</artifactId>
+  <name>Apache Axis 2.0 - Kernel</name>
+  <description>Core Parts of Axis 2.0. This includes Axis 2.0 engine, Client API, Addressing support, etc.,</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>axis2-java2wsdl</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>      
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>jakarta-httpcore</artifactId>
+    </dependency> 
+    <dependency>
+      <groupId>wsdl4j</groupId>
+      <artifactId>wsdl4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>backport-util-concurrent</groupId>
+      <artifactId>backport-util-concurrent</artifactId>
+    </dependency>
     <dependency>
       <groupId>woodstox</groupId>
       <artifactId>wstx-asl</artifactId>
-    </dependency>
-    <!-- Added this to support WS Policy in Axis2 -->
-    <dependency>
-      <groupId>org.apache.ws.commons.neethi</groupId>
-      <artifactId>neethi</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.woden</groupId>
-      <artifactId>woden</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jms_1.1_spec</artifactId>
-      <version>1.0.1</version>
-    </dependency>
+    </dependency>
+    <!-- Added this to support WS Policy in Axis2 -->
+    <dependency>
+      <groupId>org.apache.ws.commons.neethi</groupId>
+      <artifactId>neethi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.woden</groupId>
+      <artifactId>woden</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jms_1.1_spec</artifactId>
+      <version>1.0.1</version>
+    </dependency>
   </dependencies>
   <build>
     <sourceDirectory>src</sourceDirectory>
@@ -161,5 +161,5 @@
         </dependencies>
       </plugin>
     </plugins>
-  </build>
-</project>
+  </build>
+</project>

Modified: webservices/axis2/branches/java/1_1/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/parent/pom.xml?view=diff&rev=474499&r1=474498&r2=474499
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/parent/pom.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/parent/pom.xml Mon Nov 13 12:30:42 2006
@@ -1,451 +1,451 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- !
- ! Copyright 2006 The Apache Software Foundation.
- !
- ! Licensed under the Apache License, Version 2.0 (the "License");
- ! you may not use this file except in compliance with the License.
- ! You may obtain a copy of the License at
- !
- !      http://www.apache.org/licenses/LICENSE-2.0
- !
- ! Unless required by applicable law or agreed to in writing, software
- ! distributed under the License is distributed on an "AS IS" BASIS,
- ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ! See the License for the specific language governing permissions and
- ! limitations under the License.
- !-->
-<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">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+<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">
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
     <version>3</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.axis2</groupId>
-  <artifactId>axis2-parent</artifactId>
-  <version>1.1-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <name>Axis 2.0 Parent Project</name>
-  <inceptionYear>2004</inceptionYear>
-  <description>Axis2 is an effort to re-design and totally re-implement both Axis/Java and
-        (eventually) Axis/C++ on a new architecture. Evolving from the now standard "handler chain"
-        model which Axis1 pioneered, Axis2 is developing a more flexible pipeline architecture which
-        can yet be managed and packaged in a more organized manner. This new design acknowledges the
-        maturing of the Web services space in terms of new protocols such as WS-ReliableMessaging,
-        WS-Security and WS-Addressing that are built on top of the base SOAP system. At the time
-        Axis1 was designed, while it was fully expected that other protocols such as
-        WS-ReliableMessaging would be built on top of it, there was not a proper extension
-        architecture defined to enable clean composition of such layers. Thus, one of the key
-        motivations for Axis2 is to provide a clean and simple environment for like Apache Sandesha
-        and Apache WSS4J to layer on top of the base SOAP system. Another driving force for Axis2 as
-        well as the move away from RPC oriented Web services towards more document-oriented, message
-        style asynchronous service interactions. The Axis2 project is centered on a new
-        representation for SOAP messages called AXIOM (AXIs Object Model). AXIOM consists of two
-        parts: a complete XML Infoset representation and a SOAP Infoset representation on top of
-        that. The XML Infoset representation provides a JDOM-like simple API but is built on a
-        deferred model via a StAX-based (Streaming API for XML) pull parsing API. A key feature of
-        AXIOM is that it allows one to stop building the XML tree and just access the pull stream
-        directly; thus enabling both maximum flexibility and maximum performance. This approach
-        allows us to support multiple levels of abstraction for consuming and offering Web services:
-        using plain AXIOM, using generated code and statically data-bound data types and so on. At
-        the time of Axis1's design, RPC-style, synchronous, request-response interactions were the
-        order of the day for Web services. Today service interactions are much more message
-        -oriented and exploit many different message exchange patterns. The Axis2 engine
-        architecture is careful to not build in any assumptions of request-response patterns to
-        ensure that it can be used easily to support arbitrary message exchange
-        patterns.</description>
-  <url>http://ws.apache.org/axis2/</url>
-
-  <organization>
-    <name>Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
-  </organization>
-
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/AXIS2</url>
-  </issueManagement>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_1</developerConnection>
-    <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1</url>
-  </scm>
-
-  <mailingLists>
-    <mailingList>
-      <name>Axis Developer List</name>
-      <subscribe>axis-dev-subscribe@ws.apache.org</subscribe>
-      <unsubscribe>axis-dev-unsubscribe@ws.apache.org</unsubscribe>
-      <post>axis-dev@ws.apache.org</post>
-      <archive>http://marc.theaimsgroup.com/?l=axis-dev</archive>
-    </mailingList>
-    <mailingList>
-      <name>Axis User List</name>
-      <subscribe>axis-user-subscribe@ws.apache.org</subscribe>
-      <unsubscribe>axis-user-unsubscribe@ws.apache.org</unsubscribe>
-      <post>axis-user@ws.apache.org</post>
-      <archive>http://marc.theaimsgroup.com/?l=axis-user</archive>
-    </mailingList>
-  </mailingLists>
-
-  <developers>
-    <developer>
-      <name>Saminda Abeyruwan</name>
-      <id>saminda</id>
-      <email>saminda AT wso2.com</email>
-      <organization>WSO2</organization>
-    </developer>
-    <developer>
-      <name>Afkham Azeez</name>
-      <id>azeez</id>
-      <email>azeez AT wso2.com</email>
-      <organization>WSO2</organization>
-    </developer>
-    <developer>
-      <name>Eran Chinthaka</name>
-      <id>chinthaka</id>
-      <email>chinthaka AT wso2.com</email>
-      <organization>WSO2</organization>
-      <url>http://www.apache.org/~chinthaka</url>
-    </developer>
-    <developer>
-      <name>Glen Daniels</name>
-      <id>gdaniels</id>
-      <email>gdaniels AT apache.org</email>
-      <organization>Sonic Software</organization>
-    </developer>
-    <developer>
-      <name>Jaliya Ekanayake</name>
-      <id>jaliya</id>
-      <email>jaliya AT opensource.lk</email>
-      <organization>Indiana University, USA</organization>
-      <url>http://www.apache.org/~jaliya</url>
-    </developer>
-    <developer>
-      <name>Ruchith Fernando</name>
-      <id>ruchithf</id>
-      <email>ruchith AT wso2.com</email>
-      <organization>WSO2</organization>
-    </developer>
-    <developer>
-      <name>Thilina Gunarathne</name>
-      <id>thilina</id>
-      <email>thilina AT opensource.lk</email>
-      <organization>Lanka Software Foundation</organization>
-    </developer>
-    <developer>
-      <name>Chathura Herath</name>
-      <id>chathura</id>
-      <email>chathura AT opensource.lk</email>
-      <organization>Indiana University, USA</organization>
-      <url>www.apache.org/~chathura</url>
-    </developer>
-    <developer>
-      <name>Deepal Jayasinghe</name>
-      <id>deepal</id>
-      <email>deepal AT wso2.com</email>
-      <organization>WSO2</organization>
-      <url>http://www.apache.org/~deepal</url>
-    </developer>
-    <developer>
-      <name>Robert Lazarski</name>
-      <id>robertlazarski</id>
-      <email>robertlazarski AT gmail.com</email>
-      <organization>Brazil Outsource</organization>
-    </developer>
-    <developer>
-      <name>Steve Loughran</name>
-      <id>stevel</id>
-      <email>stevel AT apache.org</email>
-      <organization>HP labs</organization>
-    </developer>
-    <developer>
-      <name>Chatra Nakkawita</name>
-      <id>chatra</id>
-      <email>chatra AT WSO2.com</email>
-      <organization>WSO2</organization>
-    </developer>
-    <developer>
-      <name>Srinath Perera</name>
-      <id>hemapani</id>
-      <email>hemapani AT apache.org</email>
-      <organization>Indiana University, USA</organization>
-      <url>http://www.apache.org/~hemapani</url>
-    </developer>
-    <developer>
-      <name>Ajith Ranabahu</name>
-      <id>ajith</id>
-      <email>ajith AT wso2.com</email>
-      <organization>WSO2</organization>
-      <url>http://www.apache.org/~ajith</url>
-    </developer>
-    <developer>
-      <name>Venkat Reddy</name>
-      <id>venkat</id>
-      <email>vreddyp AT gmail.com</email>
-      <organization>Computer Associates</organization>
-    </developer>
-    <developer>
-      <name>Sanka Samaranayake</name>
-      <id>sanka</id>
-      <email>sanka AT wso2.com</email>
-      <organization>WSO2</organization>
-    </developer>
-    <developer>
-      <name>Ashutosh Shahi</name>
-      <id>ashu</id>
-      <email>Ashutosh.Shahi AT ca.com</email>
-      <organization>Computer Associates</organization>
-    </developer>
-    <developer>
-      <name>Aleksander Slominski</name>
-      <id>alek</id>
-      <email>aslom AT cs.indiana.edu</email>
-      <organization>Indiana University Extreme! Computing Lab</organization>
-    </developer>
-    <developer>
-      <name>Dennis Sosnoski</name>
-      <id>dsosnoski</id>
-      <email>dms AT sosnoski.com</email>
-      <organization>Sosnoski Software</organization>
-    </developer>
-    <developer>
-      <name>Davanum Srinivas</name>
-      <id>dims</id>
-      <email>dims AT wso2.com</email>
-      <organization>WSO2</organization>
-    </developer>
-    <developer>
-      <name>Jayachandra Sekhara Rao Sunkara</name>
-      <id>jaya</id>
-      <email>jayachandra AT gmail.com</email>
-      <organization>Computer Associates</organization>
-    </developer>
-    <developer>
-      <name>Chamil Thanthrimudalige</name>
-      <id>chamil</id>
-      <email>chamil AT wso2.com</email>
-      <organization>WSO2</organization>
-    </developer>
-    <developer>
-      <name>Dasarath Weerathunga</name>
-      <id>dasarath</id>
-      <email>dasarath AT opensource.lk</email>
-      <organization>Purdue University, USA</organization>
-    </developer>
-    <developer>
-      <name>Sanjiva Weerawarana</name>
-      <id>sanjiva</id>
-      <email>sanjiva AT wso2.com</email>
-      <organization>WSO2</organization>
-    </developer>
-  </developers>
-
-  <contributors>
-    <contributor>
-      <name>Gayan Asanka</name>
-      <email>gayan AT opensource.lk</email>
-      <organization>Lanka Software Foundation</organization>
-    </contributor>
-    <contributor>
-      <name>Dharshana Dias</name>
-      <email/>
-      <organization>Lanka Software Foundation / University of Moratuwa</organization>
-    </contributor>
-    <contributor>
-      <name>Nadana Gunarathna</name>
-      <email>nadana AT opensource.lk</email>
-      <organization>Lanka Software Foundation</organization>
-    </contributor>
-    <contributor>
-      <name>Thilini Gunawardhana</name>
-      <email>thilini AT WSO2.com</email>
-      <organization>WSO2</organization>
-    </contributor>
-    <contributor>
-      <name>Anushka Kumara</name>
-      <email>anushkakumar AT gmail.com</email>
-      <organization>Lanka Software Foundation / University of Moratuwa</organization>
-    </contributor>
-    <contributor>
-      <name>Farhaan Mohideen</name>
-      <email>fmohideen AT valista.com</email>
-      <organization>Lanka Software Foundation</organization>
-    </contributor>
-    <contributor>
-      <name>Chinthaka Thilakarathne</name>
-      <email/>
-      <organization>Lanka Software Foundation / University of Moratuwa</organization>
-    </contributor>
-  </contributors>
-
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>axis2-java2wsdl</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>axis2-kernel</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>axis2-adb</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>axis2-codegen</artifactId>
-        <version>${project.version}</version>
-      </dependency>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.axis2</groupId>
+  <artifactId>axis2-parent</artifactId>
+  <version>1.1</version>
+  <packaging>pom</packaging>
+  <name>Axis 2.0 Parent Project</name>
+  <inceptionYear>2004</inceptionYear>
+  <description>Axis2 is an effort to re-design and totally re-implement both Axis/Java and
+        (eventually) Axis/C++ on a new architecture. Evolving from the now standard "handler chain"
+        model which Axis1 pioneered, Axis2 is developing a more flexible pipeline architecture which
+        can yet be managed and packaged in a more organized manner. This new design acknowledges the
+        maturing of the Web services space in terms of new protocols such as WS-ReliableMessaging,
+        WS-Security and WS-Addressing that are built on top of the base SOAP system. At the time
+        Axis1 was designed, while it was fully expected that other protocols such as
+        WS-ReliableMessaging would be built on top of it, there was not a proper extension
+        architecture defined to enable clean composition of such layers. Thus, one of the key
+        motivations for Axis2 is to provide a clean and simple environment for like Apache Sandesha
+        and Apache WSS4J to layer on top of the base SOAP system. Another driving force for Axis2 as
+        well as the move away from RPC oriented Web services towards more document-oriented, message
+        style asynchronous service interactions. The Axis2 project is centered on a new
+        representation for SOAP messages called AXIOM (AXIs Object Model). AXIOM consists of two
+        parts: a complete XML Infoset representation and a SOAP Infoset representation on top of
+        that. The XML Infoset representation provides a JDOM-like simple API but is built on a
+        deferred model via a StAX-based (Streaming API for XML) pull parsing API. A key feature of
+        AXIOM is that it allows one to stop building the XML tree and just access the pull stream
+        directly; thus enabling both maximum flexibility and maximum performance. This approach
+        allows us to support multiple levels of abstraction for consuming and offering Web services:
+        using plain AXIOM, using generated code and statically data-bound data types and so on. At
+        the time of Axis1's design, RPC-style, synchronous, request-response interactions were the
+        order of the day for Web services. Today service interactions are much more message
+        -oriented and exploit many different message exchange patterns. The Axis2 engine
+        architecture is careful to not build in any assumptions of request-response patterns to
+        ensure that it can be used easily to support arbitrary message exchange
+        patterns.</description>
+  <url>http://ws.apache.org/axis2/</url>
+
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/AXIS2</url>
+  </issueManagement>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_1</developerConnection>
+    <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1</url>
+  </scm>
+
+  <mailingLists>
+    <mailingList>
+      <name>Axis Developer List</name>
+      <subscribe>axis-dev-subscribe@ws.apache.org</subscribe>
+      <unsubscribe>axis-dev-unsubscribe@ws.apache.org</unsubscribe>
+      <post>axis-dev@ws.apache.org</post>
+      <archive>http://marc.theaimsgroup.com/?l=axis-dev</archive>
+    </mailingList>
+    <mailingList>
+      <name>Axis User List</name>
+      <subscribe>axis-user-subscribe@ws.apache.org</subscribe>
+      <unsubscribe>axis-user-unsubscribe@ws.apache.org</unsubscribe>
+      <post>axis-user@ws.apache.org</post>
+      <archive>http://marc.theaimsgroup.com/?l=axis-user</archive>
+    </mailingList>
+  </mailingLists>
+
+  <developers>
+    <developer>
+      <name>Saminda Abeyruwan</name>
+      <id>saminda</id>
+      <email>saminda AT wso2.com</email>
+      <organization>WSO2</organization>
+    </developer>
+    <developer>
+      <name>Afkham Azeez</name>
+      <id>azeez</id>
+      <email>azeez AT wso2.com</email>
+      <organization>WSO2</organization>
+    </developer>
+    <developer>
+      <name>Eran Chinthaka</name>
+      <id>chinthaka</id>
+      <email>chinthaka AT wso2.com</email>
+      <organization>WSO2</organization>
+      <url>http://www.apache.org/~chinthaka</url>
+    </developer>
+    <developer>
+      <name>Glen Daniels</name>
+      <id>gdaniels</id>
+      <email>gdaniels AT apache.org</email>
+      <organization>Sonic Software</organization>
+    </developer>
+    <developer>
+      <name>Jaliya Ekanayake</name>
+      <id>jaliya</id>
+      <email>jaliya AT opensource.lk</email>
+      <organization>Indiana University, USA</organization>
+      <url>http://www.apache.org/~jaliya</url>
+    </developer>
+    <developer>
+      <name>Ruchith Fernando</name>
+      <id>ruchithf</id>
+      <email>ruchith AT wso2.com</email>
+      <organization>WSO2</organization>
+    </developer>
+    <developer>
+      <name>Thilina Gunarathne</name>
+      <id>thilina</id>
+      <email>thilina AT opensource.lk</email>
+      <organization>Lanka Software Foundation</organization>
+    </developer>
+    <developer>
+      <name>Chathura Herath</name>
+      <id>chathura</id>
+      <email>chathura AT opensource.lk</email>
+      <organization>Indiana University, USA</organization>
+      <url>www.apache.org/~chathura</url>
+    </developer>
+    <developer>
+      <name>Deepal Jayasinghe</name>
+      <id>deepal</id>
+      <email>deepal AT wso2.com</email>
+      <organization>WSO2</organization>
+      <url>http://www.apache.org/~deepal</url>
+    </developer>
+    <developer>
+      <name>Robert Lazarski</name>
+      <id>robertlazarski</id>
+      <email>robertlazarski AT gmail.com</email>
+      <organization>Brazil Outsource</organization>
+    </developer>
+    <developer>
+      <name>Steve Loughran</name>
+      <id>stevel</id>
+      <email>stevel AT apache.org</email>
+      <organization>HP labs</organization>
+    </developer>
+    <developer>
+      <name>Chatra Nakkawita</name>
+      <id>chatra</id>
+      <email>chatra AT WSO2.com</email>
+      <organization>WSO2</organization>
+    </developer>
+    <developer>
+      <name>Srinath Perera</name>
+      <id>hemapani</id>
+      <email>hemapani AT apache.org</email>
+      <organization>Indiana University, USA</organization>
+      <url>http://www.apache.org/~hemapani</url>
+    </developer>
+    <developer>
+      <name>Ajith Ranabahu</name>
+      <id>ajith</id>
+      <email>ajith AT wso2.com</email>
+      <organization>WSO2</organization>
+      <url>http://www.apache.org/~ajith</url>
+    </developer>
+    <developer>
+      <name>Venkat Reddy</name>
+      <id>venkat</id>
+      <email>vreddyp AT gmail.com</email>
+      <organization>Computer Associates</organization>
+    </developer>
+    <developer>
+      <name>Sanka Samaranayake</name>
+      <id>sanka</id>
+      <email>sanka AT wso2.com</email>
+      <organization>WSO2</organization>
+    </developer>
+    <developer>
+      <name>Ashutosh Shahi</name>
+      <id>ashu</id>
+      <email>Ashutosh.Shahi AT ca.com</email>
+      <organization>Computer Associates</organization>
+    </developer>
+    <developer>
+      <name>Aleksander Slominski</name>
+      <id>alek</id>
+      <email>aslom AT cs.indiana.edu</email>
+      <organization>Indiana University Extreme! Computing Lab</organization>
+    </developer>
+    <developer>
+      <name>Dennis Sosnoski</name>
+      <id>dsosnoski</id>
+      <email>dms AT sosnoski.com</email>
+      <organization>Sosnoski Software</organization>
+    </developer>
+    <developer>
+      <name>Davanum Srinivas</name>
+      <id>dims</id>
+      <email>dims AT wso2.com</email>
+      <organization>WSO2</organization>
+    </developer>
+    <developer>
+      <name>Jayachandra Sekhara Rao Sunkara</name>
+      <id>jaya</id>
+      <email>jayachandra AT gmail.com</email>
+      <organization>Computer Associates</organization>
+    </developer>
+    <developer>
+      <name>Chamil Thanthrimudalige</name>
+      <id>chamil</id>
+      <email>chamil AT wso2.com</email>
+      <organization>WSO2</organization>
+    </developer>
+    <developer>
+      <name>Dasarath Weerathunga</name>
+      <id>dasarath</id>
+      <email>dasarath AT opensource.lk</email>
+      <organization>Purdue University, USA</organization>
+    </developer>
+    <developer>
+      <name>Sanjiva Weerawarana</name>
+      <id>sanjiva</id>
+      <email>sanjiva AT wso2.com</email>
+      <organization>WSO2</organization>
+    </developer>
+  </developers>
+
+  <contributors>
+    <contributor>
+      <name>Gayan Asanka</name>
+      <email>gayan AT opensource.lk</email>
+      <organization>Lanka Software Foundation</organization>
+    </contributor>
+    <contributor>
+      <name>Dharshana Dias</name>
+      <email/>
+      <organization>Lanka Software Foundation / University of Moratuwa</organization>
+    </contributor>
+    <contributor>
+      <name>Nadana Gunarathna</name>
+      <email>nadana AT opensource.lk</email>
+      <organization>Lanka Software Foundation</organization>
+    </contributor>
+    <contributor>
+      <name>Thilini Gunawardhana</name>
+      <email>thilini AT WSO2.com</email>
+      <organization>WSO2</organization>
+    </contributor>
+    <contributor>
+      <name>Anushka Kumara</name>
+      <email>anushkakumar AT gmail.com</email>
+      <organization>Lanka Software Foundation / University of Moratuwa</organization>
+    </contributor>
+    <contributor>
+      <name>Farhaan Mohideen</name>
+      <email>fmohideen AT valista.com</email>
+      <organization>Lanka Software Foundation</organization>
+    </contributor>
+    <contributor>
+      <name>Chinthaka Thilakarathne</name>
+      <email/>
+      <organization>Lanka Software Foundation / University of Moratuwa</organization>
+    </contributor>
+  </contributors>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>axis2-java2wsdl</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>axis2-kernel</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>axis2-adb</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>axis2-codegen</artifactId>
+        <version>${project.version}</version>
+      </dependency>
 	  <dependency>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-api</artifactId>
         <version>SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.ws.commons.axiom</groupId>
-        <artifactId>axiom-impl</artifactId>
-        <version>SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.ws.commons.axiom</groupId>
-        <artifactId>axiom-dom</artifactId>
-        <version>SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.ws.commons.schema</groupId>
-        <artifactId>XmlSchema</artifactId>
-        <version>SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.ws.commons.neethi</groupId>
-        <artifactId>neethi</artifactId>
-        <version>SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>ant</groupId>
-        <artifactId>ant</artifactId>
-        <version>1.6.5</version>
-      </dependency>
-      <dependency>
-        <groupId>commons-logging</groupId>
-        <artifactId>commons-logging</artifactId>
-        <version>1.1</version>
-      </dependency>
-      <dependency>
-        <groupId>woodstox</groupId>
-        <artifactId>wstx-asl</artifactId>
-        <version>3.0.1</version>
-      </dependency>
-      <dependency>
-        <groupId>stax</groupId>
-        <artifactId>stax-api</artifactId>
-        <version>1.0.1</version>
-      </dependency>
-      <dependency>
-        <groupId>javax.mail</groupId>
-        <artifactId>mail</artifactId>
-        <version>1.4</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.geronimo.specs</groupId>
-        <artifactId>geronimo-jms_1.1_spec</artifactId>
-        <version>1.0.1</version>
-      </dependency>
-      <dependency>
-        <groupId>jaxen</groupId>
-        <artifactId>jaxen</artifactId>
-        <version>1.1-beta-10</version>
-      </dependency>
-      <dependency>
-        <groupId>annogen</groupId>
-        <artifactId>annogen</artifactId>
-        <version>0.1.0</version>
-      </dependency>
-      <dependency>
-        <groupId>javax.servlet</groupId>
-        <artifactId>servlet-api</artifactId>
-        <version>2.3</version>
-        <scope>provided</scope>
-      </dependency>
-      <dependency>
-        <groupId>commons-httpclient</groupId>
-        <artifactId>commons-httpclient</artifactId>
-        <version>3.0.1</version>
-      </dependency>
-      <dependency>
-        <groupId>commons-fileupload</groupId>
-        <artifactId>commons-fileupload</artifactId>
-        <version>1.1.1</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.httpcomponents</groupId>
-        <artifactId>jakarta-httpcore</artifactId>
-        <version>4.0-alpha2</version>
-      </dependency>
-      <dependency>
-        <groupId>wsdl4j</groupId>
-        <artifactId>wsdl4j</artifactId>
-        <version>1.6.1</version>
-      </dependency>
-      <dependency>
-        <groupId>backport-util-concurrent</groupId>
-        <artifactId>backport-util-concurrent</artifactId>
-        <version>2.2</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.woden</groupId>
-        <artifactId>woden</artifactId>
-        <version>1.0.0M6</version>
-      </dependency>
-      <dependency>
-        <groupId>xmlunit</groupId>
-        <artifactId>xmlunit</artifactId>
-        <version>1.0</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
-        <groupId>xmlbeans</groupId>
-        <artifactId>xbean</artifactId>
-        <version>2.1.0</version>
-        <scope>provided</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.ws.jaxme</groupId>
-        <artifactId>jaxme2</artifactId>
-        <version>0.5.2</version>
-        <scope>provided</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <inherited>true</inherited>
-        <configuration>
-          <source>1.4</source>
-          <target>1.4</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.1.3</version>
-        <inherited>true</inherited>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.ws.commons.axiom</groupId>
+        <artifactId>axiom-impl</artifactId>
+        <version>SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.ws.commons.axiom</groupId>
+        <artifactId>axiom-dom</artifactId>
+        <version>SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.ws.commons.schema</groupId>
+        <artifactId>XmlSchema</artifactId>
+        <version>SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.neethi</groupId>
+        <artifactId>neethi</artifactId>
+        <version>SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>ant</groupId>
+        <artifactId>ant</artifactId>
+        <version>1.6.5</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>1.1</version>
+      </dependency>
+      <dependency>
+        <groupId>woodstox</groupId>
+        <artifactId>wstx-asl</artifactId>
+        <version>3.0.1</version>
+      </dependency>
+      <dependency>
+        <groupId>stax</groupId>
+        <artifactId>stax-api</artifactId>
+        <version>1.0.1</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.mail</groupId>
+        <artifactId>mail</artifactId>
+        <version>1.4</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-jms_1.1_spec</artifactId>
+        <version>1.0.1</version>
+      </dependency>
+      <dependency>
+        <groupId>jaxen</groupId>
+        <artifactId>jaxen</artifactId>
+        <version>1.1-beta-10</version>
+      </dependency>
+      <dependency>
+        <groupId>annogen</groupId>
+        <artifactId>annogen</artifactId>
+        <version>0.1.0</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.servlet</groupId>
+        <artifactId>servlet-api</artifactId>
+        <version>2.3</version>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
+        <groupId>commons-httpclient</groupId>
+        <artifactId>commons-httpclient</artifactId>
+        <version>3.0.1</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-fileupload</groupId>
+        <artifactId>commons-fileupload</artifactId>
+        <version>1.1.1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.httpcomponents</groupId>
+        <artifactId>jakarta-httpcore</artifactId>
+        <version>4.0-alpha2</version>
+      </dependency>
+      <dependency>
+        <groupId>wsdl4j</groupId>
+        <artifactId>wsdl4j</artifactId>
+        <version>1.6.1</version>
+      </dependency>
+      <dependency>
+        <groupId>backport-util-concurrent</groupId>
+        <artifactId>backport-util-concurrent</artifactId>
+        <version>2.2</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.woden</groupId>
+        <artifactId>woden</artifactId>
+        <version>1.0.0M6</version>
+      </dependency>
+      <dependency>
+        <groupId>xmlunit</groupId>
+        <artifactId>xmlunit</artifactId>
+        <version>1.0</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>xmlbeans</groupId>
+        <artifactId>xbean</artifactId>
+        <version>2.1.0</version>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.ws.jaxme</groupId>
+        <artifactId>jaxme2</artifactId>
+        <version>0.5.2</version>
+        <scope>provided</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <inherited>true</inherited>
+        <configuration>
+          <source>1.4</source>
+          <target>1.4</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.1.3</version>
+        <inherited>true</inherited>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Modified: webservices/axis2/branches/java/1_1/modules/tool/axis2-aar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/axis2-aar-maven-plugin/pom.xml?view=diff&rev=474499&r1=474498&r2=474499
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/axis2-aar-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/tool/axis2-aar-maven-plugin/pom.xml Mon Nov 13 12:30:42 2006
@@ -1,61 +1,61 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- !
- ! Copyright 2006 The Apache Software Foundation.
- !
- ! Licensed under the Apache License, Version 2.0 (the "License");
- ! you may not use this file except in compliance with the License.
- ! You may obtain a copy of the License at
- !
- !      http://www.apache.org/licenses/LICENSE-2.0
- !
- ! Unless required by applicable law or agreed to in writing, software
- ! distributed under the License is distributed on an "AS IS" BASIS,
- ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ! See the License for the specific language governing permissions and
- ! limitations under the License.
- !-->
-<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">
-  <parent>
-    <groupId>org.apache.axis2.maven2</groupId>
-    <artifactId>axis2-maven-tools</artifactId>
-    <version>1.1-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>axis2-aar-maven-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Axis 2 Aar Maven Plugin</name>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+<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">
+  <parent>
+    <groupId>org.apache.axis2.maven2</groupId>
+    <artifactId>axis2-maven-tools</artifactId>
+    <version>1.1</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>axis2-aar-maven-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>Axis 2 Aar Maven Plugin</name>
 
-  <description>
-    A Maven 2 plugin for creating Axis 2 service archives (aar files)
-  </description>
+  <description>
+    A Maven 2 plugin for creating Axis 2 service archives (aar files)
+  </description>
 
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-archiver</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-    </dependency>
-  </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-archiver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
+    </dependency>
+  </dependencies>
 
   <developers>
     <developer>
@@ -91,4 +91,4 @@
       </plugin>
     </plugins>
   </reporting>
-</project>
+</project>

Modified: webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/pom.xml?view=diff&rev=474499&r1=474498&r2=474499
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/pom.xml Mon Nov 13 12:30:42 2006
@@ -1,173 +1,173 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- !
- ! Copyright 2006 The Apache Software Foundation.
- !
- ! Licensed under the Apache License, Version 2.0 (the "License");
- ! you may not use this file except in compliance with the License.
- ! You may obtain a copy of the License at
- !
- !      http://www.apache.org/licenses/LICENSE-2.0
- !
- ! Unless required by applicable law or agreed to in writing, software
- ! distributed under the License is distributed on an "AS IS" BASIS,
- ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ! See the License for the specific language governing permissions and
- ! limitations under the License.
- !-->
-<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">
-    <parent>
-        <groupId>org.apache.axis2.maven2</groupId>
-        <artifactId>axis2-maven-tools</artifactId>
-        <version>1.0-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>axis2-ant-plugin</artifactId>
-    <name>Axis 2 WSDL2Code Maven Plugin</name>
-    <packaging>maven-plugin</packaging>
-    <description>The Axis 2 Plugin for Ant Tasks.</description>
-    <repositories>
-        <repository>
-            <id>repo1</id>
-            <name>maven repository</name>
-            <url>http://repo1.maven.org/maven2/</url>
-        </repository>
-        <repository>
-            <id>ibiblio</id>
-            <name>ibiblio repository</name>
-            <url>http://ibiblio.org/maven/</url>
-            <layout>legacy</layout>
-        </repository>
-        <repository>
-            <id>ibiblio</id>
-            <name>ibiblio repository</name>
-            <url>http://ibiblio.org/maven2/</url>
-        </repository>
-        <repository>
-            <id>apache-m1</id>
-            <name>apache m1-ibiblio-rsync repository</name>
-            <url>http://people.apache.org/repo/m1-ibiblio-rsync-repository/</url>
-            <layout>legacy</layout>
-        </repository>
-        <repository>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <id>apache-people-repo</id>
-            <name>apache people maven repository</name>
-            <url>http://people.apache.org/repository/</url>
-            <layout>legacy</layout>
-        </repository>
-        <repository>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <id>ws-zones</id>
-            <name>ws.zones maven repository</name>
-            <url>http://ws.zones.apache.org/repository/</url>
-            <layout>legacy</layout>
-        </repository>
-    </repositories>
-    <dependencies>
-        <dependency>
-            <groupId>axis2</groupId>
-            <artifactId>axis2-codegen</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>axis2</groupId>
-            <artifactId>axis2-common</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>axis2</groupId>
-            <artifactId>axis2-kernel</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>axis2</groupId>
-            <artifactId>axis2-adb</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>axis2</groupId>
-            <artifactId>axis2-adb-codegen</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>axis2</groupId>
-            <artifactId>axis2-java2wsdl</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.2</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>wsdl4j</groupId>
-            <artifactId>wsdl4j</artifactId>
-            <version>1.5.2</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>1.1</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-httpclient</groupId>
-            <artifactId>commons-httpclient</artifactId>
-            <version>3.0.1</version>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons.neethi</groupId>
-            <artifactId>neethi</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons.schema</groupId>
-            <artifactId>XmlSchema</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons.axiom</groupId>
-            <artifactId>axiom-api</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons.axiom</groupId>
-            <artifactId>axiom-impl</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>woodstox</groupId>
-            <artifactId>wstx</artifactId>
-            <version>asl-3.0.0</version>
-        </dependency>
-        <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
-            <version>1.0.1</version>
-        </dependency>
-        <dependency>
-            <groupId>javax.mail</groupId>
-            <artifactId>mail</artifactId>
-            <version>1.4</version>
-        </dependency>
-        <dependency>
-            <groupId>javax.activation</groupId>
-            <artifactId>activation</artifactId>
-            <version>1.1</version>
-        </dependency>
-        <dependency>
-            <groupId>ant</groupId>
-            <artifactId>ant</artifactId>
-            <version>1.6.2</version>
-        </dependency>
-    </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+<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">
+    <parent>
+        <groupId>org.apache.axis2.maven2</groupId>
+        <artifactId>axis2-maven-tools</artifactId>
+        <version>1.1</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>axis2-ant-plugin</artifactId>
+    <name>Axis 2 WSDL2Code Maven Plugin</name>
+    <packaging>maven-plugin</packaging>
+    <description>The Axis 2 Plugin for Ant Tasks.</description>
+    <repositories>
+        <repository>
+            <id>repo1</id>
+            <name>maven repository</name>
+            <url>http://repo1.maven.org/maven2/</url>
+        </repository>
+        <repository>
+            <id>ibiblio</id>
+            <name>ibiblio repository</name>
+            <url>http://ibiblio.org/maven/</url>
+            <layout>legacy</layout>
+        </repository>
+        <repository>
+            <id>ibiblio</id>
+            <name>ibiblio repository</name>
+            <url>http://ibiblio.org/maven2/</url>
+        </repository>
+        <repository>
+            <id>apache-m1</id>
+            <name>apache m1-ibiblio-rsync repository</name>
+            <url>http://people.apache.org/repo/m1-ibiblio-rsync-repository/</url>
+            <layout>legacy</layout>
+        </repository>
+        <repository>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <id>apache-people-repo</id>
+            <name>apache people maven repository</name>
+            <url>http://people.apache.org/repository/</url>
+            <layout>legacy</layout>
+        </repository>
+        <repository>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <id>ws-zones</id>
+            <name>ws.zones maven repository</name>
+            <url>http://ws.zones.apache.org/repository/</url>
+            <layout>legacy</layout>
+        </repository>
+    </repositories>
+    <dependencies>
+        <dependency>
+            <groupId>axis2</groupId>
+            <artifactId>axis2-codegen</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>axis2</groupId>
+            <artifactId>axis2-common</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>axis2</groupId>
+            <artifactId>axis2-kernel</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>axis2</groupId>
+            <artifactId>axis2-adb</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>axis2</groupId>
+            <artifactId>axis2-adb-codegen</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>axis2</groupId>
+            <artifactId>axis2-java2wsdl</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.2</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>wsdl4j</groupId>
+            <artifactId>wsdl4j</artifactId>
+            <version>1.5.2</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <version>1.1</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <version>3.0.1</version>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ws.commons.neethi</groupId>
+            <artifactId>neethi</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ws.commons.schema</groupId>
+            <artifactId>XmlSchema</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ws.commons.axiom</groupId>
+            <artifactId>axiom-api</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ws.commons.axiom</groupId>
+            <artifactId>axiom-impl</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>woodstox</groupId>
+            <artifactId>wstx</artifactId>
+            <version>asl-3.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>stax</groupId>
+            <artifactId>stax-api</artifactId>
+            <version>1.0.1</version>
+        </dependency>
+        <dependency>
+            <groupId>javax.mail</groupId>
+            <artifactId>mail</artifactId>
+            <version>1.4</version>
+        </dependency>
+        <dependency>
+            <groupId>javax.activation</groupId>
+            <artifactId>activation</artifactId>
+            <version>1.1</version>
+        </dependency>
+        <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant</artifactId>
+            <version>1.6.2</version>
+        </dependency>
+    </dependencies>
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org