1 <?xml version="1.0" encoding="UTF-8"?>
3 ~ SPDX-FileCopyrightText: The Storage-Units Authors
4 ~ SPDX-License-Identifier: 0BSD
6 <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/maven-v4_0_0.xsd">
7 <modelVersion>4.0.0</modelVersion>
9 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
11 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
12 <!-- https://maven.apache.org/pom.html#Inheritance -->
14 <groupId>wtf.metio.storage-units</groupId>
15 <artifactId>storage-units.java</artifactId>
16 <version>9999.99.99-SNAPSHOT</version>
19 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
21 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
22 <!-- https://maven.apache.org/pom.html#Maven_Coordinates -->
23 <artifactId>storage-units-mapstruct</artifactId>
25 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
27 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
28 <!-- https://maven.apache.org/pom.html#More_Project_Information -->
29 <name>Storage Units :: MapStruct</name>
33 <groupId>wtf.metio.storage-units</groupId>
34 <artifactId>storage-units-model</artifactId>
35 <version>${project.version}</version>
38 <groupId>org.jspecify</groupId>
39 <artifactId>jspecify</artifactId>
40 <version>0.3.0-alpha-1</version>