You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2011/01/17 03:43:13 UTC

svn commit: r1059734 - /geronimo/external/trunk/tomcat-archetype/util/pom.xml

Author: xuhaihong
Date: Mon Jan 17 02:43:13 2011
New Revision: 1059734

URL: http://svn.apache.org/viewvc?rev=1059734&view=rev
Log:
remove the hard code version number

Modified:
    geronimo/external/trunk/tomcat-archetype/util/pom.xml

Modified: geronimo/external/trunk/tomcat-archetype/util/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-archetype/util/pom.xml?rev=1059734&r1=1059733&r2=1059734&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-archetype/util/pom.xml (original)
+++ geronimo/external/trunk/tomcat-archetype/util/pom.xml Mon Jan 17 02:43:13 2011
@@ -22,8 +22,8 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.geronimo.ext.tomcat</groupId>
-        <artifactId>tomcat-parent-7.0.0</artifactId>
-        <version>7.0.0.0-SNAPSHOT</version>
+        <artifactId>tomcat-parent</artifactId>
+        <version>1.0-SNAPSHOT</version>
     </parent>
     <artifactId>util</artifactId>
     <packaging>bundle</packaging>