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/11/28 10:12:04 UTC

svn commit: r721396 - /geronimo/gshell/trunk/pom.xml

Author: jdillon
Date: Fri Nov 28 01:12:04 2008
New Revision: 721396

URL: http://svn.apache.org/viewvc?rev=721396&view=rev
Log:
Add url + inceptionYear

Modified:
    geronimo/gshell/trunk/pom.xml

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=721396&r1=721395&r2=721396&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Fri Nov 28 01:12:04 2008
@@ -29,7 +29,7 @@
         <artifactId>genesis-java5-flava</artifactId>
         <version>2.0-SNAPSHOT</version>
     </parent>
-
+    
     <groupId>org.apache.geronimo.gshell</groupId>
     <artifactId>gshell</artifactId>
     <name>GShell</name>
@@ -41,6 +41,9 @@
         GShell is a framework for building rich command-line applications.
     </description>
     
+    <url>http://gshell.org</url>
+    <inceptionYear>2006</inceptionYear>
+    
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/gshell/trunk</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/gshell/trunk</developerConnection>