2010-02-10 19:17:55 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<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>
|
2007-07-17 03:31:57 +00:00
|
|
|
|
2007-06-29 19:23:53 +00:00
|
|
|
<parent>
|
|
|
|
<groupId>org.hibernate</groupId>
|
2007-07-17 03:31:57 +00:00
|
|
|
<artifactId>hibernate-manual-parent</artifactId>
|
2010-04-14 20:54:44 +00:00
|
|
|
<version>3.5.2-SNAPSHOT</version>
|
2007-06-29 19:23:53 +00:00
|
|
|
</parent>
|
2007-07-17 03:31:57 +00:00
|
|
|
|
|
|
|
<groupId>org.hibernate</groupId>
|
2007-06-29 19:23:53 +00:00
|
|
|
<artifactId>hibernate-manual-${translation}</artifactId>
|
2010-04-14 20:54:44 +00:00
|
|
|
<version>3.5.2-SNAPSHOT</version>
|
2007-07-17 03:31:57 +00:00
|
|
|
<packaging>jdocbook</packaging>
|
|
|
|
|
2007-06-29 19:23:53 +00:00
|
|
|
<name>Hibernate Manual (${translation})</name>
|
2007-07-17 03:31:57 +00:00
|
|
|
<description>The Hibernate reference manual (${translation})</description>
|
2007-06-29 19:23:53 +00:00
|
|
|
|
|
|
|
<properties>
|
|
|
|
<translation>ko-KR</translation>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
</project>
|