source: ai2020/pom.xml@ 42

Last change on this file since 42 was 8, checked in by wouter, 3 years ago

#1925 added group24. Fixed more in the poms

File size: 649 bytes
Line 
1<project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5
6 <groupId>ai2020</groupId>
7 <artifactId>parties</artifactId>
8 <version>-</version>
9 <packaging>pom</packaging>
10
11
12 <properties>
13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14 </properties>
15
16 <modules>
17 <module>group5</module>
18 <module>group6</module>
19 <module>group7</module>
20 <module>group17</module>
21 <module>group24</module>
22 <module>group62</module>
23 </modules>
24</project>
Note: See TracBrowser for help on using the repository browser.