You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by li...@apache.org on 2008/12/10 21:17:56 UTC

svn commit: r725413 - /geronimo/components/txmanager/trunk/pom.xml

Author: linsun
Date: Wed Dec 10 12:17:56 2008
New Revision: 725413

URL: http://svn.apache.org/viewvc?rev=725413&view=rev
Log:
update parent artifact to be get a successful build

Modified:
    geronimo/components/txmanager/trunk/pom.xml

Modified: geronimo/components/txmanager/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/txmanager/trunk/pom.xml?rev=725413&r1=725412&r2=725413&view=diff
==============================================================================
--- geronimo/components/txmanager/trunk/pom.xml (original)
+++ geronimo/components/txmanager/trunk/pom.xml Wed Dec 10 12:17:56 2008
@@ -23,9 +23,9 @@
     <modelVersion>4.0.0</modelVersion>
     
     <parent>
-        <groupId>org.apache.geronimo.genesis.flava</groupId>
-        <artifactId>genesis-java5-flava</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <groupId>org.apache.geronimo.genesis.config</groupId>
+        <artifactId>project-config</artifactId>
+        <version>1.5</version>
     </parent>
 
     <groupId>org.apache.geronimo.components</groupId>