aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
blob: 4c53fce5194909477af11564a9ead5fc19555ec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>

<!--
SPDX-FileCopyrightText: © 2021 Matthias Andreas Benkard <code@mail.matthias.benkard.de>

SPDX-License-Identifier: LGPL-3.0-or-later
-->

<project
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
  xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

  <modelVersion>4.0.0</modelVersion>

  <version>0.1.10-SNAPSHOT</version>

  <artifactId>jgvariant-bundle</artifactId>
  <packaging>pom</packaging>

  <name>JGVariant Bundle</name>

  <description>
    JGVariant library bundle.
  </description>

  <parent>
    <groupId>eu.mulk.jgvariant</groupId>
    <artifactId>jgvariant-parent</artifactId>
    <version>0.1.10-SNAPSHOT</version>
    <relativePath>jgvariant-parent/pom.xml</relativePath>
  </parent>

  <modules>
    <module>jgvariant-parent</module>

    <module>jgvariant-core</module>
    <module>jgvariant-ostree</module>

    <module>jgvariant-tool</module>

    <module>jgvariant-bom</module>
  </modules>

</project>