[hibernate-commits] Hibernate SVN: r14552 - core/trunk/tutorials/web.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Apr 24 15:15:26 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-24 15:15:26 -0400 (Thu, 24 Apr 2008)
New Revision: 14552

Modified:
   core/trunk/tutorials/web/pom.xml
Log:
clarified module name

Modified: core/trunk/tutorials/web/pom.xml
===================================================================
--- core/trunk/tutorials/web/pom.xml	2008-04-24 19:12:44 UTC (rev 14551)
+++ core/trunk/tutorials/web/pom.xml	2008-04-24 19:15:26 UTC (rev 14552)
@@ -42,8 +42,8 @@
     <artifactId>hibernate-tutorial-web</artifactId>
     <packaging>war</packaging>
 
-    <name>Hibernate Tutorial</name>
-    <description>A tutorial project showcasing Hibernate usage</description>
+    <name>Hibernate Web Tutorial</name>
+    <description>A webapp-based tutorial project showcasing Hibernate usage</description>
 
     <dependencies>
         <dependency>




More information about the hibernate-commits mailing list