Changeset 11 for exampleparties/humangui


Ignore:
Timestamp:
01/30/20 16:52:38 (4 years ago)
Author:
bart
Message:

Tournament overview table, few bug fixes

Location:
exampleparties/humangui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • exampleparties/humangui/pom.xml

    r9 r11  
    66        <groupId>geniusweb.exampleparties</groupId>
    77        <artifactId>humangui</artifactId>
    8         <version>1.1.0</version>
     8        <version>1.2.0</version>
    99        <packaging>jar</packaging>
    1010
     
    3333                        <groupId>geniusweb</groupId>
    3434                        <artifactId>party</artifactId>
    35                         <version>1.1.0</version>
     35                        <version>1.2.0</version>
    3636                </dependency>
    3737
     
    3939                        <groupId>geniusweb</groupId>
    4040                        <artifactId>bidspace</artifactId>
    41                         <version>1.1.0</version>
     41                        <version>1.2.0</version>
    4242                </dependency>
    4343                <dependency>
     
    4949                        <groupId>geniusweb</groupId>
    5050                        <artifactId>profileconnection</artifactId>
    51                         <version>1.1.0</version>
     51                        <version>1.2.0</version>
    5252                </dependency>
    5353                <dependency>
  • exampleparties/humangui/src/test/java/geniusweb/exampleparties/humangui/HumanGuiTest.java

    r10 r11  
    4747public class HumanGuiTest {
    4848
    49         private static final ProtocolRef SAOP = new ProtocolRef("SAOP");
     49        private static final String SAOP = "SAOP";
    5050        private static final PartyId otherparty = new PartyId("other");
    5151        private static final String PROFILE = "src/test/resources/testprofile.json";
Note: See TracChangeset for help on using the changeset viewer.