source: ai2020/pom.xml

Last change on this file was 72, checked in by wouter, 2 years ago

#2068 bump to 2.1.3. Taken pompfan out of maintenance as it uses custom NegoRunner

File size: 668 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.