automate release & update workflows some more
[storage-units.git] / storage-units-model / pom.xml
blob4abc65a01fc8083048067e3db5a78fc636526fb1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ SPDX-FileCopyrightText: The Storage-Units Authors
4   ~ SPDX-License-Identifier: 0BSD
5   -->
6 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
8     <modelVersion>4.0.0</modelVersion>
10     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
11     <!--                                  PARENT                                 -->
12     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
13     <!-- https://maven.apache.org/pom.html#Inheritance -->
14     <parent>
15         <groupId>wtf.metio.storage-units</groupId>
16         <artifactId>storage-units.java</artifactId>
17         <version>9999.99.99-SNAPSHOT</version>
18     </parent>
20     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
21     <!--                               COORDINATES                               -->
22     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
23     <!-- https://maven.apache.org/pom.html#Maven_Coordinates -->
24     <artifactId>storage-units-model</artifactId>
25     <packaging>jar</packaging>
27     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
28     <!--                               INFORMATIONS                              -->
29     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
30     <!-- https://maven.apache.org/pom.html#More_Project_Information -->
31     <name>Storage Units :: Model</name>
33     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
34     <!--                               DEPENDENCIES                              -->
35     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
36     <!-- https://maven.apache.org/pom.html#Dependencies -->
37     <dependencies>
38         <dependency>
39             <groupId>org.jetbrains</groupId>
40             <artifactId>annotations</artifactId>
41         </dependency>
42         <dependency>
43             <groupId>org.jspecify</groupId>
44             <artifactId>jspecify</artifactId>
45         </dependency>
46         <dependency>
47             <groupId>com.github.spotbugs</groupId>
48             <artifactId>spotbugs-annotations</artifactId>
49         </dependency>
50     </dependencies>
52 </project>