source: ai2020/pom.xml@ 4

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

#1925 added group62

File size: 569 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>group62</module>
20 </modules>
21</project>
Note: See TracBrowser for help on using the repository browser.