]> wirehaze git hosting - axolotl.git/blob - pom.xml

wirehaze git hosting

Use method reference instead of anonymous inner class in Main.main()
[axolotl.git] / pom.xml
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>
10 <name>Axolotl</name>
11 <url>https://axolotl.wirehaze.ovh</url>
12 <description>Java XMPP client and server suite.</description>
13 <modules>
14 <module>client</module>
15 </modules>
16 <properties>
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>
20 </properties>
21 </project>