txmanager trunk build broken

2009-08-06 Thread Jack Cai
I believe we need to modify the pom of txmanager trunk so that its parent is
up-to-date, which is

parent
groupIdorg.apache.geronimo.genesis/groupId
artifactIdgenesis-java5-flava/artifactId
version2.0/version
/parent


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


parent
groupIdorg.apache.geronimo.genesis.flava/groupId
artifactIdgenesis-java5-flava/artifactId
version2.0-SNAPSHOT/version
/parent


Someone helps to fix that? Thanks!

-Jack


Re: txmanager trunk build broken

2009-08-06 Thread Jarek Gawor
It's fixed. Thanks!

Jarek

On Thu, Aug 6, 2009 at 10:56 PM, Jack Caigreensi...@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
     groupIdorg.apache.geronimo.genesis/groupId
     artifactIdgenesis-java5-flava/artifactId
     version2.0/version
     /parent


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


     parent
     groupIdorg.apache.geronimo.genesis.flava/groupId
     artifactIdgenesis-java5-flava/artifactId
     version2.0-SNAPSHOT/version
     /parent


 Someone helps to fix that? Thanks!

 -Jack