2010-02-10 19:17:55 +00:00
|
|
|
<?xml version="1.0"?>
|
2008-04-28 15:57:47 +00: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 19:23:53 +00:00
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2008-04-22 00:55:03 +00:00
|
|
|
|
2007-06-29 19:23:53 +00:00
|
|
|
<parent>
|
|
|
|
<groupId>org.hibernate</groupId>
|
2008-04-22 00:55:03 +00:00
|
|
|
<artifactId>hibernate-parent</artifactId>
|
2010-09-29 20:56:44 +00:00
|
|
|
<version>3.6.0-SNAPSHOT</version>
|
2008-04-22 00:55:03 +00:00
|
|
|
<relativePath>../parent/pom.xml</relativePath>
|
2007-06-29 19:23:53 +00:00
|
|
|
</parent>
|
2008-04-22 00:55:03 +00:00
|
|
|
|
2007-07-17 03:31:57 +00:00
|
|
|
<groupId>org.hibernate</groupId>
|
2007-06-29 19:23:53 +00:00
|
|
|
<artifactId>hibernate-documentation</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
2007-07-17 03:31:57 +00:00
|
|
|
|
2010-01-20 20:31:29 +00:00
|
|
|
<name>Hibernate Core Documentation</name>
|
2007-06-29 19:23:53 +00:00
|
|
|
<description>Grouping of Hibernate Core Project documentation modules</description>
|
|
|
|
|
2010-08-06 22:00:52 +00:00
|
|
|
<properties>
|
|
|
|
<!-- Skip artifact deployment -->
|
|
|
|
<maven.deploy.skip>true</maven.deploy.skip>
|
|
|
|
</properties>
|
|
|
|
|
2007-06-29 19:23:53 +00:00
|
|
|
<modules>
|
|
|
|
<module>manual</module>
|
2009-08-19 18:15:21 +00:00
|
|
|
<module>envers</module>
|
2010-08-06 21:34:44 +00:00
|
|
|
<module>quickstart</module>
|
2010-08-11 19:18:05 +00:00
|
|
|
<module>devguide</module>
|
2010-08-06 21:34:44 +00:00
|
|
|
<!--
|
2008-04-22 00:55:03 +00:00
|
|
|
<module>jbosscache2</module>
|
2008-04-24 21:52:22 +00:00
|
|
|
-->
|
2007-06-29 19:23:53 +00:00
|
|
|
</modules>
|
|
|
|
|
2009-02-28 04:45:24 +00:00
|
|
|
</project>
|