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 2013/04/11 10:35:56 UTC

svn commit: r1466792 - /geronimo/external/branches/tomcat-archetype-7.0.x/pom.xml

Author: xiaming
Date: Thu Apr 11 08:35:56 2013
New Revision: 1466792

URL: http://svn.apache.org/r1466792
Log:
GERONIMO-6447 update tomcat-archetype-7.0.x to use java6 genesis 2.1

Modified:
    geronimo/external/branches/tomcat-archetype-7.0.x/pom.xml

Modified: geronimo/external/branches/tomcat-archetype-7.0.x/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/branches/tomcat-archetype-7.0.x/pom.xml?rev=1466792&r1=1466791&r2=1466792&view=diff
==============================================================================
--- geronimo/external/branches/tomcat-archetype-7.0.x/pom.xml (original)
+++ geronimo/external/branches/tomcat-archetype-7.0.x/pom.xml Thu Apr 11 08:35:56 2013
@@ -25,8 +25,8 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.geronimo.genesis</groupId>
-        <artifactId>genesis-java5-flava</artifactId>
-        <version>2.0</version>
+        <artifactId>genesis-java6-flava</artifactId>
+        <version>2.1</version>
     </parent>
 
     <groupId>org.apache.geronimo.ext.tomcat</groupId>