You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jack Cai <gr...@gmail.com> on 2009/08/07 04:56:42 UTC

txmanager trunk build broken

I believe we need to modify the pom of txmanager trunk so that its parent is
up-to-date, which is

    <parent>
        <groupId>org.apache.geronimo.genesis</groupId>
        <artifactId>genesis-java5-flava</artifactId>
        <version>2.0</version>
    </parent>


Currently it points to a parent that does not exist any more:


    <parent>
        <groupId>org.apache.geronimo.genesis.flava</groupId>
        <artifactId>genesis-java5-flava</artifactId>
        <version>2.0-SNAPSHOT</version>
    </parent>


Someone helps to fix that? Thanks!

-Jack

Re: txmanager trunk build broken

Posted by Jarek Gawor <jg...@gmail.com>.
It's fixed. Thanks!

Jarek

On Thu, Aug 6, 2009 at 10:56 PM, Jack Cai<gr...@gmail.com> wrote:
> I believe we need to modify the pom of txmanager trunk so that its parent is
> up-to-date, which is
>
>     <parent>
>         <groupId>org.apache.geronimo.genesis</groupId>
>         <artifactId>genesis-java5-flava</artifactId>
>         <version>2.0</version>
>     </parent>
>
>
> Currently it points to a parent that does not exist any more:
>
>
>     <parent>
>         <groupId>org.apache.geronimo.genesis.flava</groupId>
>         <artifactId>genesis-java5-flava</artifactId>
>         <version>2.0-SNAPSHOT</version>
>     </parent>
>
>
> Someone helps to fix that? Thanks!
>
> -Jack
>