Last change
on this file since 21 was 20, checked in by bart, 4 years ago |
Added BOA support, some bug fixes
|
File size:
907 bytes
|
Rev | Line | |
---|
[1] | 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</groupId>
|
---|
| 7 | <artifactId>exampleparties</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>randomparty</module>
|
---|
| 19 | <module>randompartypy</module>
|
---|
[2] | 20 | <module>timedependentparty</module>
|
---|
| 21 | <module>conceder</module>
|
---|
| 22 | <module>hardliner</module>
|
---|
| 23 | <module>boulware</module>
|
---|
[11] | 24 | <module>humangui</module>
|
---|
[2] | 25 | <module>linear</module>
|
---|
[10] | 26 | <module>simpleshaop</module>
|
---|
| 27 | <module>comparebids</module>
|
---|
[12] | 28 | <module>anac2019</module>
|
---|
[20] | 29 | <module>simpleboa</module>
|
---|
[1] | 30 | </modules>
|
---|
| 31 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.