Last change
on this file since 37 was 14, checked in by wouter, 3 years ago |
#2 ANAC2021 parties received from Bram
|
File size:
793 bytes
|
Rev | Line | |
---|
[14] | 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>geniusweb.exampleparties</groupId>
|
---|
| 7 | <artifactId>anac2019</artifactId>
|
---|
| 8 | <version>-</version>
|
---|
| 9 | <packaging>pom</packaging>
|
---|
| 10 |
|
---|
| 11 |
|
---|
| 12 | <properties>
|
---|
| 13 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
---|
| 14 | <jackson-2-version>2.9.6</jackson-2-version>
|
---|
| 15 | </properties>
|
---|
| 16 |
|
---|
| 17 | <modules>
|
---|
| 18 | <module>agentfo</module>
|
---|
| 19 | <module>alienmatrixagent</module>
|
---|
| 20 | <module>alphabiu</module>
|
---|
| 21 | <module>aorta</module>
|
---|
| 22 | <module>dicehaggler</module>
|
---|
| 23 | <module>gambleragent</module>
|
---|
| 24 | <module>pompfan</module>
|
---|
| 25 | <module>tripleagent</module>
|
---|
| 26 | </modules>
|
---|
| 27 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.