Add url + inceptionYear


git-svn-id: https://svn.apache.org/repos/asf/geronimo/gshell/trunk@721396 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 62d49c2..68ad7aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>