]> jfr.im git - irc/rizon/acid.git/blame - pom.xml
Update help output to match the actual command
[irc/rizon/acid.git] / pom.xml
CommitLineData
685e346e
A
1<?xml version="1.0" encoding="UTF-8"?>
2<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">
3 <modelVersion>4.0.0</modelVersion>
4
5 <groupId>net.rizon</groupId>
26176da9 6 <artifactId>acid</artifactId>
685e346e
A
7 <version>4.0-SNAPSHOT</version>
8 <packaging>pom</packaging>
9
10 <name>acid</name>
11 <url>http://gitlab.com/rizon/acid</url>
12
13 <properties>
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15 </properties>
16
17 <modules>
18 <module>acid</module>
19
20 <module>pyva</module>
a7bf3c92 21 <module>trapbot</module>
685e346e
A
22 </modules>
23
24 <build>
25 <plugins>
26 <plugin>
27 <groupId>org.apache.maven.plugins</groupId>
28 <artifactId>maven-compiler-plugin</artifactId>
29 <configuration>
2a008a7b
A
30 <source>1.7</source>
31 <target>1.7</target>
685e346e
A
32 </configuration>
33 </plugin>
34 </plugins>
35 </build>
36</project>