-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
84 lines (71 loc) · 2.51 KB
/
pom.xml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.io7m.primogenitor</groupId>
<artifactId>com.io7m.primogenitor.full</artifactId>
<version>8.2.0</version>
</parent>
<groupId>com.io7m.podman5-20240330</groupId>
<artifactId>com.io7m.podman5-20240330</artifactId>
<version>0.0.6-SNAPSHOT</version>
<packaging>jar</packaging>
<name>com.io7m.podman5-20240330</name>
<description>Podman bug</description>
<url>https://www.io7m.com/software/podman5-20240330</url>
<properties>
<checkstyle.skip>true</checkstyle.skip>
<mdep.analyze.skip>true</mdep.analyze.skip>
<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>
<io7m.api.previousVersion>0.0.6-SNAPSHOT</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>
<junit.version>5.10.2</junit.version>
</properties>
<licenses>
<license>
<name>ISC</name>
<url>https://www.io7m.com/license/isc.txt</url>
</license>
</licenses>
<scm>
<url>https://github.com/io7m/podman5-20240330</url>
<connection>scm:git:https://github.com/io7m/podman5-20240330</connection>
<developerConnection>scm:git:https://github.com/io7m/podman5-20240330</developerConnection>
</scm>
<developers>
<developer>
<id>io7m</id>
<name>io7m</name>
<email>[email protected]</email>
<url>https://www.io7m.com</url>
</developer>
</developers>
<issueManagement>
<url>https://www.github.com/io7m/podman5-20240330/issues</url>
<system>GitHub Issues</system>
</issueManagement>
<distributionManagement>
<site>
<id>io7m.com</id>
<name>io7m.com</name>
<url>https://www.io7m.com/software/podman5-20240330</url>
</site>
<repository>
<id>sonatype-nexus-staging</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/podman5-20240330/actions</url>
</ciManagement>
<prerequisites>
<maven>3.0.4</maven>
</prerequisites>
</project>