You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2011/09/29 23:04:35 UTC

svn commit: r1177429 - /openejb/trunk/openejb3/pom.xml

Author: dblevins
Date: Thu Sep 29 21:04:35 2011
New Revision: 1177429

URL: http://svn.apache.org/viewvc?rev=1177429&view=rev
Log:
Small cleanup of basic info

Modified:
    openejb/trunk/openejb3/pom.xml

Modified: openejb/trunk/openejb3/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/pom.xml?rev=1177429&r1=1177428&r2=1177429&view=diff
==============================================================================
--- openejb/trunk/openejb3/pom.xml (original)
+++ openejb/trunk/openejb3/pom.xml Thu Sep 29 21:04:35 2011
@@ -32,20 +32,20 @@
 
   <groupId>org.apache.openejb</groupId>
   <artifactId>openejb</artifactId>
-  <name>OpenEJB</name>
   <packaging>pom</packaging>
 
   <version>4.0.0-beta-1-SNAPSHOT</version>
 
-  <description>
-    Apache OpenEJB is an open source, modular, configurable and extendable EJB Container System and EJB Server.
-  </description>
+  <name>Apache OpeEJB</name>
+  <description>Apache OpenEJB is an open source, modular, configurable and extendable EJB Container System and EJB Server.</description>
+  <url>http://openejb.apache.org/</url>
+  <inceptionYear>1999</inceptionYear>
 
   <issueManagement>
     <system>jira</system>
     <url>http://issues.apache.org/jira/browse/OPENEJB</url>
   </issueManagement>
-  <inceptionYear>1999</inceptionYear>
+
   <mailingLists>
     <mailingList>
       <name>OpenEJB Commits List</name>