1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <project xmlns=
"http://maven.apache.org/POM/4.0.0"
3 xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance"
4 xsi:
schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6 <groupId>ovh.wirehaze.axolotl
</groupId>
7 <artifactId>axolotl
</artifactId>
8 <version>0.0.1-SNAPSHOT
</version>
9 <packaging>pom
</packaging>
11 <url>https://axolotl.wirehaze.ovh
</url>
12 <description>Java XMPP client and server suite.
</description>
14 <module>client
</module>
17 <project.build.sourceEncoding
>UTF-
8</project.build.sourceEncoding
>
18 <maven.compiler.release
>25</maven.compiler.release
>
19 <junit.version
>6.0.2</junit.version
>