50a9a9ee99478a202a03a8cdc60c7f7de5276d81
[hibernate4-maven-plugin] / src / it / tutorials / annotations / pom.xml
1 <?xml version="1.0"?>
2 <!--
3   ~ Hibernate, Relational Persistence for Idiomatic Java
4   ~
5   ~ Copyright (c) 2010, Red Hat Inc. or third-party contributors as
6   ~ indicated by the @author tags or express copyright attribution
7   ~ statements applied by the authors.  All third-party contributions are
8   ~ distributed under license by Red Hat Inc.
9   ~
10   ~ This copyrighted material is made available to anyone wishing to use, modify,
11   ~ copy, or redistribute it subject to the terms and conditions of the GNU
12   ~ Lesser General Public License, as published by the Free Software Foundation.
13   ~
14   ~ This program is distributed in the hope that it will be useful,
15   ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16   ~ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
17   ~ for more details.
18   ~
19   ~ You should have received a copy of the GNU Lesser General Public License
20   ~ along with this distribution; if not, write to:
21   ~ Free Software Foundation, Inc.
22   ~ 51 Franklin Street, Fifth Floor
23   ~ Boston, MA  02110-1301  USA
24   -->
25 <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">
26
27     <modelVersion>4.0.0</modelVersion>
28
29     <parent>
30         <groupId>org.hibernate.tutorials</groupId>
31         <artifactId>hibernate-tutorials</artifactId>
32         <version>4.3.9.Final</version>
33         <relativePath>../pom.xml</relativePath>
34     </parent>
35
36     <artifactId>hibernate-tutorial-annotations</artifactId>
37     <name>Hibernate Annotations Tutorial</name>
38     <description>Hibernate tutorial illustrating the use of native APIs and annotations for mapping metadata</description>
39
40     <properties>
41         <!-- Skip artifact deployment -->
42         <maven.deploy.skip>true</maven.deploy.skip>
43     </properties>
44
45 </project>