use latest parent
[yosql.git] / yosql-models / yosql-models-gradle / pom.xml
blob561cd7624949df3faa79eb73e5c262d3e97c137c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ This file is part of yosql. It is subject to the license terms in the LICENSE file found in the top-level
4   ~ directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of yosql,
5   ~ including this file, may be copied, modified, propagated, or distributed except according to the terms contained
6   ~ in the LICENSE file.
7   -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <parent>
13         <groupId>wtf.metio.yosql.models</groupId>
14         <artifactId>yosql-models</artifactId>
15         <version>0.0.0-SNAPSHOT</version>
16     </parent>
18     <modelVersion>4.0.0</modelVersion>
20     <artifactId>yosql-models-gradle</artifactId>
22     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
23     <!--                               INFORMATIONS                              -->
24     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
25     <!-- https://maven.apache.org/pom.html#More_Project_Information -->
26     <name>YoSQL :: Models :: Gradle</name>
28     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
29     <!--                               DEPENDENCIES                              -->
30     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
31     <!-- https://maven.apache.org/pom.html#Dependencies -->
32     <dependencies>
33         <dependency>
34             <groupId>wtf.metio.yosql.models</groupId>
35             <artifactId>yosql-models-meta</artifactId>
36             <version>${project.version}</version>
37         </dependency>
38         <dependency>
39             <groupId>wtf.metio.yosql.models</groupId>
40             <artifactId>yosql-models-immutables</artifactId>
41             <version>${project.version}</version>
42         </dependency>
43     </dependencies>
45 </project>