]> jfr.im git - irc/rizon/acid.git/blame - pom.xml
Format poms, add names
[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">
9eb651e9 3 <modelVersion>4.0.0</modelVersion>
685e346e 4
9eb651e9
A
5 <groupId>net.rizon</groupId>
6 <artifactId>acid</artifactId>
7 <version>4.0-SNAPSHOT</version>
8 <packaging>pom</packaging>
685e346e 9
9eb651e9
A
10 <name>Acid</name>
11 <url>https://gitlab.com/rizon/acid</url>
685e346e 12
9eb651e9
A
13 <properties>
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15 </properties>
685e346e 16
9eb651e9
A
17 <modules>
18 <module>acid</module>
685e346e 19
9eb651e9
A
20 <module>pyva</module>
21 <module>trapbot</module>
22 </modules>
685e346e 23
9eb651e9
A
24 <build>
25 <plugins>
26 <plugin>
27 <groupId>org.apache.maven.plugins</groupId>
28 <artifactId>maven-compiler-plugin</artifactId>
29 <configuration>
30 <source>1.7</source>
31 <target>1.7</target>
32 </configuration>
33 </plugin>
34 </plugins>
35 </build>
685e346e 36</project>