You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jarek Gawor <jg...@gmail.com> on 2007/04/10 23:43:23 UTC

Re: svn commit: r527089 - in /geronimo/server/trunk: configs/axis2-deployer/src/plan/plan.xml configs/axis2/pom.xml configs/cxf-deployer/src/plan/plan.xml configs/cxf/pom.xml modules/geronimo-axis2/pom.xml pom.xml

Dims,

Thanks for breaking CXF with this change :)

Jarek

On 4/10/07, dims@apache.org <di...@apache.org> wrote:
> Author: dims
> Date: Tue Apr 10 03:33:06 2007
> New Revision: 527089
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=527089
> Log:
> need latest XmlSchema SNAPSHOT for Axis2
>
> Modified:
>     geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml
>     geronimo/server/trunk/configs/axis2/pom.xml
>     geronimo/server/trunk/configs/cxf-deployer/src/plan/plan.xml
>     geronimo/server/trunk/configs/cxf/pom.xml
>     geronimo/server/trunk/modules/geronimo-axis2/pom.xml
>     geronimo/server/trunk/pom.xml
>
> Modified: geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml
> URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml?view=diff&rev=527089&r1=527088&r2=527089
> ==============================================================================
> --- geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml (original)
> +++ geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml Tue Apr 10 03:33:06 2007
> @@ -102,7 +102,7 @@
>                          <artifactId>axiom-impl</artifactId>
>                      </dependency>
>                      <dependency>
> -                        <groupId>org.apache.ws.commons</groupId>
> +                        <groupId>org.apache.ws.commons.schema</groupId>
>                          <artifactId>XmlSchema</artifactId>
>                      </dependency>
>                      <dependency>
>
> Modified: geronimo/server/trunk/configs/axis2/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis2/pom.xml?view=diff&rev=527089&r1=527088&r2=527089
> ==============================================================================
> --- geronimo/server/trunk/configs/axis2/pom.xml (original)
> +++ geronimo/server/trunk/configs/axis2/pom.xml Tue Apr 10 03:33:06 2007
> @@ -125,7 +125,7 @@
>              <artifactId>axiom-impl</artifactId>
>          </dependency>
>          <dependency>
> -            <groupId>org.apache.ws.commons</groupId>
> +            <groupId>org.apache.ws.commons.schema</groupId>
>              <artifactId>XmlSchema</artifactId>
>          </dependency>
>          <dependency>
>
> Modified: geronimo/server/trunk/configs/cxf-deployer/src/plan/plan.xml
> URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/cxf-deployer/src/plan/plan.xml?view=diff&rev=527089&r1=527088&r2=527089
> ==============================================================================
> --- geronimo/server/trunk/configs/cxf-deployer/src/plan/plan.xml (original)
> +++ geronimo/server/trunk/configs/cxf-deployer/src/plan/plan.xml Tue Apr 10 03:33:06 2007
> @@ -123,7 +123,7 @@
>                          <type>jar</type>
>                      </dependency>
>                      <dependency>
> -                        <groupId>org.apache.ws.commons</groupId>
> +                        <groupId>org.apache.ws.commons.schema</groupId>
>                          <artifactId>XmlSchema</artifactId>
>                          <type>jar</type>
>                      </dependency>
>
> Modified: geronimo/server/trunk/configs/cxf/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/cxf/pom.xml?view=diff&rev=527089&r1=527088&r2=527089
> ==============================================================================
> --- geronimo/server/trunk/configs/cxf/pom.xml (original)
> +++ geronimo/server/trunk/configs/cxf/pom.xml Tue Apr 10 03:33:06 2007
> @@ -121,7 +121,7 @@
>              <artifactId>cxf-tools-common</artifactId>
>          </dependency>
>          <dependency>
> -            <groupId>org.apache.ws.commons</groupId>
> +            <groupId>org.apache.ws.commons.schema</groupId>
>              <artifactId>XmlSchema</artifactId>
>          </dependency>
>          <dependency>
>
> Modified: geronimo/server/trunk/modules/geronimo-axis2/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-axis2/pom.xml?view=diff&rev=527089&r1=527088&r2=527089
> ==============================================================================
> --- geronimo/server/trunk/modules/geronimo-axis2/pom.xml (original)
> +++ geronimo/server/trunk/modules/geronimo-axis2/pom.xml Tue Apr 10 03:33:06 2007
> @@ -113,7 +113,7 @@
>              <artifactId>axiom-impl</artifactId>
>          </dependency>
>          <dependency>
> -            <groupId>org.apache.ws.commons</groupId>
> +            <groupId>org.apache.ws.commons.schema</groupId>
>              <artifactId>XmlSchema</artifactId>
>          </dependency>
>          <dependency>
>
> Modified: geronimo/server/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=527089&r1=527088&r2=527089
> ==============================================================================
> --- geronimo/server/trunk/pom.xml (original)
> +++ geronimo/server/trunk/pom.xml Tue Apr 10 03:33:06 2007
> @@ -1198,9 +1198,9 @@
>              </dependency>
>
>              <dependency>
> -                <groupId>org.apache.ws.commons</groupId>
> +                <groupId>org.apache.ws.commons.schema</groupId>
>                  <artifactId>XmlSchema</artifactId>
> -                <version>1.1</version>
> +                <version>SNAPSHOT</version>
>              </dependency>
>
>              <dependency>
>
>
>