2010-02-10 14:17:55 -05:00
|
|
|
<?xml version="1.0"?>
|
2008-04-28 11:57:47 -04:00
|
|
|
<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">
|
2007-06-29 15:23:53 -04:00
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2008-04-21 20:55:03 -04:00
|
|
|
|
2007-06-29 15:23:53 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>org.hibernate</groupId>
|
2008-04-21 20:55:03 -04:00
|
|
|
<artifactId>hibernate-parent</artifactId>
|
2010-07-21 16:35:55 -04:00
|
|
|
<version>3.6.0-SNAPSHOT</version>
|
2008-04-21 20:55:03 -04:00
|
|
|
<relativePath>../parent/pom.xml</relativePath>
|
2007-06-29 15:23:53 -04:00
|
|
|
</parent>
|
2008-04-21 20:55:03 -04:00
|
|
|
|
2007-07-16 23:31:57 -04:00
|
|
|
<groupId>org.hibernate</groupId>
|
2007-06-29 15:23:53 -04:00
|
|
|
<artifactId>hibernate-documentation</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
2007-07-16 23:31:57 -04:00
|
|
|
|
2010-01-20 15:31:29 -05:00
|
|
|
<name>Hibernate Core Documentation</name>
|
2007-06-29 15:23:53 -04:00
|
|
|
<description>Grouping of Hibernate Core Project documentation modules</description>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>manual</module>
|
2009-08-19 14:15:21 -04:00
|
|
|
<module>envers</module>
|
2009-08-21 02:57:04 -04:00
|
|
|
<!--
|
2008-04-21 20:55:03 -04:00
|
|
|
<module>jbosscache2</module>
|
2008-04-24 17:52:22 -04:00
|
|
|
-->
|
2007-06-29 15:23:53 -04:00
|
|
|
</modules>
|
|
|
|
|
2009-02-27 23:45:24 -05:00
|
|
|
</project>
|