[hibernate-commits] Hibernate SVN: r11641 - trunk/Hibernate3/code/eg.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jun 6 13:47:50 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-06-06 13:47:49 -0400 (Wed, 06 Jun 2007)
New Revision: 11641

Modified:
   trunk/Hibernate3/code/eg/pom.xml
Log:
comment

Modified: trunk/Hibernate3/code/eg/pom.xml
===================================================================
--- trunk/Hibernate3/code/eg/pom.xml	2007-06-06 14:25:29 UTC (rev 11640)
+++ trunk/Hibernate3/code/eg/pom.xml	2007-06-06 17:47:49 UTC (rev 11641)
@@ -1,29 +1,31 @@
-<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/xsd/maven-4.0.0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.hibernate</groupId>
-        <artifactId>hibernate-code</artifactId>
-        <version>3.3.0.beta1</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.hibernate</groupId>
-    <artifactId>hibernate-eg</artifactId>
+<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/xsd/maven-4.0.0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <!-- todo : this module should eventually make its way over to documentation/tutorial -->
+
+    <parent>
+        <groupId>org.hibernate</groupId>
+        <artifactId>hibernate-code</artifactId>
+        <version>3.3.0.beta1</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.hibernate</groupId>
+    <artifactId>hibernate-eg</artifactId>
     <packaging>jar</packaging>
-
-    <name>Hibernate Example</name>
-    <description>A simple example of Hibernate functionality</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>${groupId}</groupId>
+
+    <name>Hibernate Example</name>
+    <description>A simple example of Hibernate functionality</description>
+
+    <dependencies>
+        <dependency>
+            <groupId>${groupId}</groupId>
             <artifactId>hibernate-core</artifactId>
-            <version>${hibernate.core.version}</version>
-        </dependency>
-    </dependencies>
-
+            <version>${hibernate.core.version}</version>
+        </dependency>
+    </dependencies>
+
 </project>




More information about the hibernate-commits mailing list