You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/09/04 09:12:46 UTC

svn commit: r691889 - /geronimo/genesis/trunk/pom.xml

Author: jdillon
Date: Thu Sep  4 00:12:45 2008
New Revision: 691889

URL: http://svn.apache.org/viewvc?rev=691889&view=rev
Log:
Minor muck

Modified:
    geronimo/genesis/trunk/pom.xml

Modified: geronimo/genesis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/pom.xml?rev=691889&r1=691888&r2=691889&view=diff
==============================================================================
--- geronimo/genesis/trunk/pom.xml (original)
+++ geronimo/genesis/trunk/pom.xml Thu Sep  4 00:12:45 2008
@@ -23,12 +23,6 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
-    
-    <!--
-    IMPORTANT: This pom should only contain the very minimal configuration to drive the Genesis build,
-               and provide fundamental release support.  All other configuration should be added to
-               a genesis-flava module.
-    -->
 
     <groupId>org.apache.geronimo.genesis</groupId>
     <artifactId>genesis</artifactId>
@@ -40,7 +34,9 @@
     <description>
         Genesis provides build support for Apache Geronimo's Maven projects.
     </description>
-
+    
+    <url>http://www.apache.org</url>
+    
     <organization>
         <name>The Apache Software Foundation</name>
         <url>http://www.apache.org</url>