Changeset 14 for simplerunner


Ignore:
Timestamp:
04/28/20 12:56:46 (4 years ago)
Author:
bart
Message:

Release 1.4.0

Location:
simplerunner
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simplerunner/pom.xml

    r13 r14  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>simplerunner</artifactId>
    8         <version>1.3.1</version>
     8        <version>1.4.0</version>
    99        <packaging>jar</packaging>
    1010
     
    3131                        <groupId>geniusweb</groupId>
    3232                        <artifactId>protocol</artifactId>
    33                         <version>1.3.1</version>
     33                        <version>1.4.0</version>
    3434                </dependency>
    3535                <dependency>
    3636                        <groupId>geniusweb</groupId>
    3737                        <artifactId>party</artifactId>
    38                         <version>1.3.1</version>
     38                        <version>1.4.0</version>
    3939                </dependency>
    4040                <dependency>
    4141                        <groupId>geniusweb.exampleparties</groupId>
    4242                        <artifactId>randomparty</artifactId>
    43                         <version>1.3.1</version>
     43                        <version>1.4.0</version>
    4444                        <scope>test</scope>
    4545                </dependency>
     
    4747                        <groupId>geniusweb.exampleparties</groupId>
    4848                        <artifactId>comparebids</artifactId>
    49                         <version>1.3.1</version>
     49                        <version>1.4.0</version>
    5050                        <scope>test</scope>
    5151                </dependency>
     
    5353                        <groupId>geniusweb.exampleparties</groupId>
    5454                        <artifactId>simpleshaop</artifactId>
    55                         <version>1.3.1</version>
     55                        <version>1.4.0</version>
    5656                        <scope>test</scope>
    5757                </dependency>
  • simplerunner/src/test/resources/shaoptoursettings.json

    r10 r14  
    11{
    22        "AllPermutationsSettings": {
    3                 "parties": [
     3                "teams": [
    44                        {
    5                                 "partyref": "classpath:geniusweb.exampleparties.simpleshaop.ShaopParty",
    6                                 "parameters": {
    7                                 }
     5                                "Team": [
     6                                        {
     7                                                "partyref": "classpath:geniusweb.exampleparties.simpleshaop.ShaopParty",
     8                                                "parameters": {
     9                                                }
     10                                        },{
     11                                                "partyref": "classpath:geniusweb.exampleparties.comparebids.CompareBids",
     12                                                "parameters": {
     13                                                }
     14                                        }
     15                                       
     16                                ]
    817                        },
    918                        {
    10                                 "partyref": "classpath:geniusweb.exampleparties.randomparty.RandomParty",
    11                                 "parameters": {
    12                                 }
     19                                "Team": [
     20                                        {
     21                                                "partyref": "classpath:geniusweb.exampleparties.randomparty.RandomParty",
     22                                                "parameters": {
     23                                                }
     24                                        },{
     25                                                "partyref": "classpath:geniusweb.exampleparties.comparebids.CompareBids",
     26                                                "parameters": {
     27                                                }
     28                                        }
     29                                ]
    1330                        }
    1431                ],
    15                 "reuseParties": false,
    16                 "profiles": [
    17                         "file:src/test/resources/jobs/jobs1partial.json?partial=10",
    18                         "file:src/test/resources/jobs/jobs2.json?partial=15"
     32                "reuseTeams": false,
     33                "profileslists": [
     34                        {
     35                                "ProfileList": [
     36                                        "file:src/test/resources/jobs/jobs1partial.json?partial=10",
     37                                        "file:src/test/resources/jobs/jobs1partial.json"
     38                                       
     39                                ]
     40                        },
     41                        {
     42                                "ProfileList": [
     43                                        "file:src/test/resources/jobs/jobs2.json?partial=15",
     44                                        "file:src/test/resources/jobs/jobs2.json"
     45                                       
     46                                ]
     47                        }
    1948                ],
    20                 "partiesPerSession": 2,
     49                "teamsPerSession": 2,
    2150                "sessionsettings": {
    2251                        "SHAOPSettings": {
Note: See TracChangeset for help on using the changeset viewer.