haiti-framework/haiti-exception/pom.xml

16 lines
670 B
XML
Raw Normal View History

2022-01-13 13:53:02 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
2022-01-25 01:44:27 +03:00
<modelVersion>4.0.0</modelVersion>
2022-01-13 13:53:02 +03:00
<parent>
<groupId>dev.struchkov.haiti</groupId>
2022-12-09 21:03:41 +03:00
<artifactId>haiti-dependencies</artifactId>
<version>2.4.1</version>
2022-01-13 13:53:02 +03:00
</parent>
<artifactId>haiti-exception</artifactId>
<name>Haiti Exception</name>
<description>General exceptions for the haiti project</description>
2022-01-21 11:00:10 +03:00
<url>https://github.com/haiti-projects/haiti-framework</url>
2022-01-13 13:53:02 +03:00
</project>