You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2011/11/28 07:43:45 UTC

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

Author: xiaming
Date: Mon Nov 28 06:43:45 2011
New Revision: 1206992

URL: http://svn.apache.org/viewvc?rev=1206992&view=rev
Log:
txmanager trunk only build with jdk 6, so use genesis-java6-flava

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=1206992&r1=1206991&r2=1206992&view=diff
==============================================================================
--- geronimo/components/txmanager/trunk/pom.xml (original)
+++ geronimo/components/txmanager/trunk/pom.xml Mon Nov 28 06:43:45 2011
@@ -24,7 +24,7 @@
 
     <parent>
         <groupId>org.apache.geronimo.genesis</groupId>
-        <artifactId>genesis-java5-flava</artifactId>
+        <artifactId>genesis-java6-flava</artifactId>
         <version>2.0</version>
         <relativePath />
     </parent>