Author: veithen Date: Tue Aug 16 18:43:37 2011 New Revision: 1158417 URL: http://svn.apache.org/viewvc?rev=1158417&view=rev Log: Modified the POMs to refer to XmlSchema 2.0.
Modified: axis/axis2/java/core/branches/xmlschema2/modules/adb-codegen/pom.xml axis/axis2/java/core/branches/xmlschema2/modules/fastinfoset/pom.xml axis/axis2/java/core/branches/xmlschema2/modules/java2wsdl/pom.xml axis/axis2/java/core/branches/xmlschema2/modules/kernel/pom.xml axis/axis2/java/core/branches/xmlschema2/modules/parent/pom.xml axis/axis2/java/core/branches/xmlschema2/modules/tool/axis2-ant-plugin/pom.xml axis/axis2/java/core/branches/xmlschema2/modules/tool/axis2-idea-plugin/pom.xml Modified: axis/axis2/java/core/branches/xmlschema2/modules/adb-codegen/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/xmlschema2/modules/adb-codegen/pom.xml?rev=1158417&r1=1158416&r2=1158417&view=diff ============================================================================== --- axis/axis2/java/core/branches/xmlschema2/modules/adb-codegen/pom.xml (original) +++ axis/axis2/java/core/branches/xmlschema2/modules/adb-codegen/pom.xml Tue Aug 16 18:43:37 2011 @@ -47,8 +47,8 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.ws.commons.schema</groupId> - <artifactId>XmlSchema</artifactId> + <groupId>org.apache.ws.xmlschema</groupId> + <artifactId>xmlschema-core</artifactId> </dependency> <dependency> <groupId>commons-cli</groupId> Modified: axis/axis2/java/core/branches/xmlschema2/modules/fastinfoset/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/xmlschema2/modules/fastinfoset/pom.xml?rev=1158417&r1=1158416&r2=1158417&view=diff ============================================================================== --- axis/axis2/java/core/branches/xmlschema2/modules/fastinfoset/pom.xml (original) +++ axis/axis2/java/core/branches/xmlschema2/modules/fastinfoset/pom.xml Tue Aug 16 18:43:37 2011 @@ -62,8 +62,8 @@ <artifactId>commons-fileupload</artifactId> </dependency> <dependency> - <groupId>org.apache.ws.commons.schema</groupId> - <artifactId>XmlSchema</artifactId> + <groupId>org.apache.ws.xmlschema</groupId> + <artifactId>xmlschema-core</artifactId> </dependency> <dependency> <groupId>org.apache.axis2</groupId> Modified: axis/axis2/java/core/branches/xmlschema2/modules/java2wsdl/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/xmlschema2/modules/java2wsdl/pom.xml?rev=1158417&r1=1158416&r2=1158417&view=diff ============================================================================== --- axis/axis2/java/core/branches/xmlschema2/modules/java2wsdl/pom.xml (original) +++ axis/axis2/java/core/branches/xmlschema2/modules/java2wsdl/pom.xml Tue Aug 16 18:43:37 2011 @@ -58,8 +58,8 @@ <!--added this to support to keep WSDL information in AxisService--> <dependency> - <groupId>org.apache.ws.commons.schema</groupId> - <artifactId>XmlSchema</artifactId> + <groupId>org.apache.ws.xmlschema</groupId> + <artifactId>xmlschema-core</artifactId> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> Modified: axis/axis2/java/core/branches/xmlschema2/modules/kernel/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/xmlschema2/modules/kernel/pom.xml?rev=1158417&r1=1158416&r2=1158417&view=diff ============================================================================== --- axis/axis2/java/core/branches/xmlschema2/modules/kernel/pom.xml (original) +++ axis/axis2/java/core/branches/xmlschema2/modules/kernel/pom.xml Tue Aug 16 18:43:37 2011 @@ -65,8 +65,8 @@ <artifactId>wsdl4j</artifactId> </dependency> <dependency> - <groupId>org.apache.ws.commons.schema</groupId> - <artifactId>XmlSchema</artifactId> + <groupId>org.apache.ws.xmlschema</groupId> + <artifactId>xmlschema-core</artifactId> </dependency> <dependency> <groupId>org.apache.neethi</groupId> Modified: axis/axis2/java/core/branches/xmlschema2/modules/parent/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/xmlschema2/modules/parent/pom.xml?rev=1158417&r1=1158416&r2=1158417&view=diff ============================================================================== --- axis/axis2/java/core/branches/xmlschema2/modules/parent/pom.xml (original) +++ axis/axis2/java/core/branches/xmlschema2/modules/parent/pom.xml Tue Aug 16 18:43:37 2011 @@ -70,7 +70,7 @@ <axiom.version>1.2.13-SNAPSHOT</axiom.version> <neethi.version>3.0.2-SNAPSHOT</neethi.version> <woden.version>1.0-SNAPSHOT</woden.version> - <xmlschema.version>1.4.8-SNAPSHOT</xmlschema.version> + <xmlschema.version>2.0.1-SNAPSHOT</xmlschema.version> <!-- Use released versions for these projects --> <ant.version>1.7.0</ant.version> @@ -610,8 +610,8 @@ <version>${axiom.version}</version> </dependency> <dependency> - <groupId>org.apache.ws.commons.schema</groupId> - <artifactId>XmlSchema</artifactId> + <groupId>org.apache.ws.xmlschema</groupId> + <artifactId>xmlschema-core</artifactId> <version>${xmlschema.version}</version> </dependency> <dependency> Modified: axis/axis2/java/core/branches/xmlschema2/modules/tool/axis2-ant-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/xmlschema2/modules/tool/axis2-ant-plugin/pom.xml?rev=1158417&r1=1158416&r2=1158417&view=diff ============================================================================== --- axis/axis2/java/core/branches/xmlschema2/modules/tool/axis2-ant-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/xmlschema2/modules/tool/axis2-ant-plugin/pom.xml Tue Aug 16 18:43:37 2011 @@ -81,8 +81,8 @@ <artifactId>neethi</artifactId> </dependency> <dependency> - <groupId>org.apache.ws.commons.schema</groupId> - <artifactId>XmlSchema</artifactId> + <groupId>org.apache.ws.xmlschema</groupId> + <artifactId>xmlschema-core</artifactId> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> Modified: axis/axis2/java/core/branches/xmlschema2/modules/tool/axis2-idea-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/xmlschema2/modules/tool/axis2-idea-plugin/pom.xml?rev=1158417&r1=1158416&r2=1158417&view=diff ============================================================================== --- axis/axis2/java/core/branches/xmlschema2/modules/tool/axis2-idea-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/xmlschema2/modules/tool/axis2-idea-plugin/pom.xml Tue Aug 16 18:43:37 2011 @@ -113,8 +113,8 @@ <artifactId>xmlbeans</artifactId> </dependency> <dependency> - <groupId>org.apache.ws.commons.schema</groupId> - <artifactId>XmlSchema</artifactId> + <groupId>org.apache.ws.xmlschema</groupId> + <artifactId>xmlschema-core</artifactId> </dependency> <dependency> <groupId>org.apache.woden</groupId>