Changeset 11


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

Tournament overview table, few bug fixes

Files:
34 edited

Legend:

Unmodified
Added
Removed
  • bidspace/pom.xml

    r9 r11  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>bidspace</artifactId>
    8         <version>1.1.0</version>
     8        <version>1.2.0</version>
    99        <packaging>jar</packaging>
    1010
     
    3636                        <groupId>geniusweb</groupId>
    3737                        <artifactId>profile</artifactId>
    38                         <version>1.1.0</version>
     38                        <version>1.2.0</version>
    3939                </dependency>
    4040
  • events/pom.xml

    r9 r11  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>events</artifactId>
    8         <version>1.1.0</version>
     8        <version>1.2.0</version>
    99        <packaging>jar</packaging>
    1010
     
    4343                        <groupId>geniusweb</groupId>
    4444                        <artifactId>issuevalue</artifactId>
    45                         <version>1.1.0</version>
     45                        <version>1.2.0</version>
    4646                </dependency>
    4747                <dependency>
    4848                        <groupId>geniusweb</groupId>
    4949                        <artifactId>references</artifactId>
    50                         <version>1.1.0</version>
     50                        <version>1.2.0</version>
    5151                </dependency>
    5252
  • exampleparties/boulware/pom.xml

    r9 r11  
    66        <groupId>geniusweb.exampleparties</groupId>
    77        <artifactId>boulware</artifactId>
    8         <version>1.1.0</version>
     8        <version>1.2.0</version>
    99        <packaging>jar</packaging>
    1010
     
    3333                        <groupId>geniusweb.exampleparties</groupId>
    3434                        <artifactId>timedependentparty</artifactId>
    35                         <version>1.1.0</version>
     35                        <version>1.2.0</version>
    3636                </dependency>
    3737                <dependency>
  • exampleparties/comparebids/pom.xml

    r10 r11  
    66        <groupId>geniusweb.exampleparties</groupId>
    77        <artifactId>comparebids</artifactId>
    8         <version>1.0.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>
    4444                        <groupId>geniusweb</groupId>
    4545                        <artifactId>profileconnection</artifactId>
    46                         <version>1.1.0</version>
     46                        <version>1.2.0</version>
    4747                </dependency>
    4848                <dependency>
  • exampleparties/conceder/pom.xml

    r9 r11  
    66        <groupId>geniusweb.exampleparties</groupId>
    77        <artifactId>conceder</artifactId>
    8         <version>1.1.0</version>
     8        <version>1.2.0</version>
    99        <packaging>jar</packaging>
    1010
     
    3333                        <groupId>geniusweb.exampleparties</groupId>
    3434                        <artifactId>timedependentparty</artifactId>
    35                         <version>1.1.0</version>
     35                        <version>1.2.0</version>
    3636                </dependency>
    3737                <dependency>
  • exampleparties/hardliner/pom.xml

    r9 r11  
    66        <groupId>geniusweb.exampleparties</groupId>
    77        <artifactId>hardliner</artifactId>
    8         <version>1.1.0</version>
     8        <version>1.2.0</version>
    99        <packaging>jar</packaging>
    1010
     
    3333                        <groupId>geniusweb.exampleparties</groupId>
    3434                        <artifactId>timedependentparty</artifactId>
    35                         <version>1.1.0</version>
     35                        <version>1.2.0</version>
    3636                </dependency>
    3737                <dependency>
  • 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";
  • exampleparties/linear/pom.xml

    r9 r11  
    66        <groupId>geniusweb.exampleparties</groupId>
    77        <artifactId>linear</artifactId>
    8         <version>1.1.0</version>
     8        <version>1.2.0</version>
    99        <packaging>jar</packaging>
    1010
     
    3333                        <groupId>geniusweb.exampleparties</groupId>
    3434                        <artifactId>timedependentparty</artifactId>
    35                         <version>1.1.0</version>
     35                        <version>1.2.0</version>
    3636                </dependency>
    3737                <dependency>
  • exampleparties/pom.xml

    r10 r11  
    2222                <module>hardliner</module>
    2323                <module>boulware</module>
     24                <module>humangui</module>
    2425                <module>linear</module>
    2526                <module>simpleshaop</module>
  • exampleparties/randomparty/pom.xml

    r9 r11  
    66        <groupId>geniusweb.exampleparties</groupId>
    77        <artifactId>randomparty</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>
    4444                        <groupId>geniusweb</groupId>
    4545                        <artifactId>profileconnection</artifactId>
    46                         <version>1.1.0</version>
     46                        <version>1.2.0</version>
    4747                </dependency>
    4848                <dependency>
  • exampleparties/randompartypy/pom.xml

    r9 r11  
    66        <groupId>geniusweb.exampleparties</groupId>
    77        <artifactId>randompyparty</artifactId>
    8         <version>1.1.0</version>
     8        <version>1.2.0</version>
    99        <packaging>jar</packaging>
    1010
     
    3131                        <groupId>geniusweb</groupId>
    3232                        <artifactId>pythonadapter</artifactId>
    33                         <version>1.1.0</version>
     33                        <version>1.2.0</version>
    3434                </dependency>
    3535
     
    3737                        <groupId>geniusweb</groupId>
    3838                        <artifactId>bidspace</artifactId>
    39                         <version>1.1.0</version>
     39                        <version>1.2.0</version>
    4040                </dependency>
    4141                <dependency>
    4242                        <groupId>geniusweb</groupId>
    4343                        <artifactId>profileconnection</artifactId>
    44                         <version>1.1.0</version>
     44                        <version>1.2.0</version>
    4545                </dependency>
    4646                <dependency>
  • exampleparties/simpleshaop/pom.xml

    r10 r11  
    66        <groupId>geniusweb.exampleparties</groupId>
    77        <artifactId>simpleshaop</artifactId>
    8         <version>1.0.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>
    4444                        <groupId>geniusweb</groupId>
    4545                        <artifactId>profileconnection</artifactId>
    46                         <version>1.1.0</version>
     46                        <version>1.2.0</version>
    4747                </dependency>
    4848                <dependency>
  • exampleparties/simpleshaop/src/main/java/geniusweb/exampleparties/simpleshaop/ShaopParty.java

    r10 r11  
    1515import geniusweb.actions.Offer;
    1616import geniusweb.actions.PartyId;
    17 import geniusweb.bidspace.AllPartialBidsList;
     17import geniusweb.bidspace.AllBidsList;
    1818import geniusweb.issuevalue.Bid;
    1919import geniusweb.party.Capabilities;
     
    132132
    133133        private Offer randomBid() throws IOException {
    134                 AllPartialBidsList bidspace = new AllPartialBidsList(
     134                AllBidsList bidspace = new AllBidsList(
    135135                                profileint.getProfile().getDomain());
    136136                long i = random.nextInt(bidspace.size().intValue());
  • exampleparties/simpleshaop/src/main/java/geniusweb/exampleparties/simpleshaop/SimpleLinearOrdering.java

    r10 r11  
    9494                DefaultPartialOrdering prof = (DefaultPartialOrdering) profile;
    9595                List<Bid> bidslist = prof.getBids();
     96                // NOTE sort defaults to ascending order, this is missing in docs.
    9697                Collections.sort(bidslist, new Comparator<Bid>() {
    9798
    9899                        @Override
    99100                        public int compare(Bid b1, Bid b2) {
    100                                 // notice, -1 if better because WORST bid first
    101                                 return prof.isPreferredOrEqual(b1, b2) ? -1 : 1;
     101                                return prof.isPreferredOrEqual(b1, b2) ? 1 : -1;
    102102                        }
    103103
  • exampleparties/simpleshaop/src/test/java/geniusweb/exampleparties/simpleshaop/SimpleLinearOrderingTest.java

    r10 r11  
    6464                SimpleLinearOrdering testprofile = new SimpleLinearOrdering(
    6565                                realprofile);
    66                 assertEquals(Arrays.asList(bid3, bid2, bid1), testprofile.getBids());
     66                assertEquals(Arrays.asList(bid1, bid2, bid3), testprofile.getBids());
    6767        }
    6868
  • exampleparties/timedependentparty/pom.xml

    r9 r11  
    66        <groupId>geniusweb.exampleparties</groupId>
    77        <artifactId>timedependentparty</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>
    4444                        <groupId>geniusweb</groupId>
    4545                        <artifactId>profileconnection</artifactId>
    46                         <version>1.1.0</version>
     46                        <version>1.2.0</version>
    4747                </dependency>
    4848                <dependency>
  • issuevalue/pom.xml

    r9 r11  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>issuevalue</artifactId>
    8         <version>1.1.0</version>
     8        <version>1.2.0</version>
    99        <packaging>jar</packaging>
    1010
  • party/pom.xml

    r9 r11  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>party</artifactId>
    8         <version>1.1.0</version>
     8        <version>1.2.0</version>
    99        <packaging>jar</packaging>
    1010
     
    3131                        <groupId>geniusweb</groupId>
    3232                        <artifactId>timeline</artifactId>
    33                         <version>1.1.0</version>
     33                        <version>1.2.0</version>
    3434                </dependency>
    3535                <dependency>
    3636                        <groupId>geniusweb</groupId>
    3737                        <artifactId>profile</artifactId>
    38                         <version>1.1.0</version>
     38                        <version>1.2.0</version>
    3939                </dependency>
    4040                <dependency>
    4141                        <groupId>geniusweb</groupId>
    4242                        <artifactId>events</artifactId>
    43                         <version>1.1.0</version>
     43                        <version>1.2.0</version>
    4444                </dependency>
    4545                <dependency>
    4646                        <groupId>geniusweb</groupId>
    4747                        <artifactId>references</artifactId>
    48                         <version>1.1.0</version>
     48                        <version>1.2.0</version>
    4949                </dependency>
    5050                <dependency>
  • profile/pom.xml

    r9 r11  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>profile</artifactId>
    8         <version>1.1.0</version>
     8        <version>1.2.0</version>
    99        <packaging>jar</packaging>
    1010
     
    3131                        <groupId>geniusweb</groupId>
    3232                        <artifactId>issuevalue</artifactId>
    33                         <version>1.1.0</version>
     33                        <version>1.2.0</version>
    3434                </dependency>
    3535                <dependency>
    3636                        <groupId>geniusweb</groupId>
    3737                        <artifactId>references</artifactId>
    38                         <version>1.1.0</version>
     38                        <version>1.2.0</version>
    3939                </dependency>
    4040
  • profileconnection/pom.xml

    r9 r11  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>profileconnection</artifactId>
    8         <version>1.1.0</version>
     8        <version>1.2.0</version>
    99        <packaging>jar</packaging>
    1010
     
    3131                        <groupId>geniusweb</groupId>
    3232                        <artifactId>profile</artifactId>
    33                         <version>1.1.0</version>
     33                        <version>1.2.0</version>
    3434                </dependency>
    3535
  • profileconnection/src/main/java/geniusweb/profileconnection/WebsocketProfileConnector.java

    r10 r11  
    2727        private static final int TIMEOUT_MS = 2000;
    2828        private final Reporter logger;
     29        private final URI uri; // to log possible errors
    2930        private Profile profile = null;
    3031
     
    4647                                        "uri, reporter and wsconnector must be not null");
    4748                }
     49                this.uri = uri;
    4850                this.logger = reporter;
    4951                wscontainer.connectToServer(this, uri);
     
    8183                }
    8284                if (profile == null) {
    83                         throw new IOException("Failed to fetch profile");
     85                        throw new IOException("Failed to fetch profile from " + uri);
    8486                }
    8587                return profile;
  • protocol/pom.xml

    r9 r11  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>protocol</artifactId>
    8         <version>1.1.0</version>
     8        <version>1.2.0</version>
    99        <packaging>jar</packaging>
    1010
     
    3131                        <groupId>geniusweb</groupId>
    3232                        <artifactId>profile</artifactId>
    33                         <version>1.1.0</version>
     33                        <version>1.2.0</version>
    3434                </dependency>
    3535                <dependency>
    3636                        <groupId>geniusweb</groupId>
    3737                        <artifactId>party</artifactId>
    38                         <version>1.1.0</version>
     38                        <version>1.2.0</version>
    3939                </dependency>
    4040                <dependency>
    4141                        <groupId>geniusweb</groupId>
    4242                        <artifactId>references</artifactId>
    43                         <version>1.1.0</version>
     43                        <version>1.2.0</version>
    4444                </dependency>
    4545                <dependency>
    4646                        <groupId>geniusweb</groupId>
    4747                        <artifactId>events</artifactId>
    48                         <version>1.1.0</version>
     48                        <version>1.2.0</version>
    4949                </dependency>
    5050                <dependency>
  • protocol/src/main/java/geniusweb/protocol/session/SessionState.java

    r1 r11  
    1010import geniusweb.protocol.NegoState;
    1111import geniusweb.protocol.session.saop.SAOPState;
     12import geniusweb.protocol.session.shaop.SHAOPState;
    1213
    1314/**
     
    3334 * the protocol. As uaual, mark non-serializable fields as transient.
    3435 */
    35 @JsonSubTypes({ @JsonSubTypes.Type(value = SAOPState.class) })
     36@JsonSubTypes({ @JsonSubTypes.Type(value = SAOPState.class),
     37                @JsonSubTypes.Type(value = SHAOPState.class) })
    3638
    3739public interface SessionState extends NegoState {
  • protocol/src/main/java/geniusweb/protocol/session/shaop/BareSHAOPState.java

    r10 r11  
    3232        protected final ProtocolException error;
    3333
    34         protected final int actorNr;
     34        protected final int teamNr;
    3535
    3636        protected final Map<PartyId, Integer> partyNumbers;
     
    4343         *                   list
    4444         * @param conns      the currently existing connections. Can be empty/null.
    45          *                   Each connection represents another party. Normally
    46          *                   there is exactly 1 connection for every party. The
    47          *                   protocol should check this.
     45         *                   Each connection represents another party. Normally the
     46         *                   connections are in the order SHAOP1,COB1,SHAOP2,COB2,..
     47         *                   so 2 parties for each team. The protocol should check
     48         *                   this.
    4849         * @param progr      the {@link Progress} that governs this session. Can be
    4950         *                   null if session did not yet start.
     
    5455         *                   are bugs (not ProtocolExceptions) and should result in
    5556         *                   a throw.
    56          * @param actorNr    the actor that has the turn, index {@link #connections}
     57         * @param teamNr     the teamnr (0,1,2..) that has the turn. 2* gives index
     58         *                   {@link #connections} and settings
    5759         * @param partyNrs   a map for each known PartyId to a number. The number is
    5860         *                   the index in both {@link SHAOPSettings#getTeams()} and
     
    6466        public BareSHAOPState(List<Action> actions,
    6567                        ProtocolToPartyConnections conns, Progress progr,
    66                         SHAOPSettings settings, ProtocolException e, int actorNr,
     68                        SHAOPSettings settings, ProtocolException e, int teamNr,
    6769                        Map<PartyId, Integer> partyNrs, Map<PartyId, Double> spent) {
    6870                if (conns == null) {
     
    9799                this.settings = settings;
    98100                this.error = e;
    99                 this.actorNr = actorNr;
     101                this.teamNr = teamNr;
    100102        }
    101103
     
    106108        /**
    107109         *
    108          * @return party ID of current actorNr
     110         * @return party ID of current team leader (SHAOP party)
    109111         */
    110         public PartyId getCurrentActor() {
    111                 return connections.get(actorNr).getParty();
     112        public PartyId getCurrentTeam() {
     113                return connections.get(2 * teamNr).getParty();
    112114        }
    113115
  • protocol/src/main/java/geniusweb/protocol/session/shaop/SHAOP.java

    r10 r11  
    313313                                        .send(new ActionDone(action));
    314314                } else {
    315                         if (!partyconn.getParty().equals(state.getCurrentActor()))
     315                        if (!partyconn.getParty().equals(state.getCurrentTeam()))
    316316                                throw new ProtocolException(
    317317                                                "Party acts without having the turn",
     
    331331         */
    332332        private synchronized void nextTurn() {
    333                 PartyId party = state.getCurrentActor();
     333                PartyId party = state.getCurrentTeam();
    334334                try {
    335335                        state.getConnections().get(party).send(new YourTurn());
  • protocol/src/main/java/geniusweb/protocol/session/shaop/SHAOPSettings.java

    r10 r11  
    6262
    6363        /**
    64          *
    65          * @param n an index number into the {@link #getTeams()} list.
    66          * @return true iff that participant is a SHAOP party.
    67          */
    68         public boolean isShaopParty(int n) {
    69                 return (n & 1) == 0;
    70         }
    71 
    72         /**
    7364         * @return the deadline for this negotiation
    7465         */
     
    8374         *         party.
    8475         */
     76        @Override
    8577        public List<PartyWithProfile> getAllParties() {
    8678                return participants.stream().map(team -> team.getAllParties())
  • protocol/src/main/java/geniusweb/protocol/session/shaop/SHAOPState.java

    r10 r11  
    4141                        @JsonProperty("settings") SHAOPSettings settings,
    4242                        @JsonProperty("error") ProtocolException e,
    43                         @JsonProperty("actorNr") int actorNr,
     43                        @JsonProperty("teamNr") int teamNr,
    4444                        @JsonProperty("partyNumbers") Map<PartyId, Integer> partytNumbers,
    4545                        @JsonProperty("totalSpent") Map<PartyId, Double> spent) {
    46                 super(actions, conns, progress, settings, e, actorNr, partytNumbers,
     46                super(actions, conns, progress, settings, e, teamNr, partytNumbers,
    4747                                spent);
    4848        }
     
    7373         */
    7474        public boolean isShaopParty(PartyId party) {
    75                 return settings.isShaopParty(partyNumbers.get(party));
     75                return (partyNumbers.get(party) & 1) == 0;
    7676        }
    7777
     
    7979         *
    8080         * @param party a Party Id
    81          * @return the PartyId of the party
     81         * @return the PartyId of the party (COB and SHAOP are partners)
    8282         */
    8383        public PartyId getPartner(PartyId party) {
     
    132132                newNumbers.put(connection.getParty(), connections.size());
    133133                return new SHAOPState(actions, newconns, progress, settings, null,
    134                                 actorNr, newNumbers, totalSpent);
     134                                teamNr, newNumbers, totalSpent);
    135135        }
    136136
     
    144144        public SHAOPState with(ProtocolException e) {
    145145                return new SHAOPState(actions, connections, progress, settings, e,
    146                                 actorNr, partyNumbers, totalSpent);
     146                                teamNr, partyNumbers, totalSpent);
    147147        }
    148148
     
    162162                }
    163163                return new SHAOPState(actions, connections, newprogress, settings,
    164                                 error, actorNr, partyNumbers, totalSpent);
     164                                error, teamNr, partyNumbers, totalSpent);
    165165        }
    166166
     
    259259                List<Action> newactions = new LinkedList<>(getActions());
    260260                newactions.add(action);
    261                 int newActor = actorNr;
     261                int newTeam = teamNr;
    262262                if (action instanceof ElicitComparison) {
    263263                        Object cost = getPartyProfile(partyid).getParty().getParameters()
     
    276276                } else {
    277277                        // shaop party does real action, move to next SHAOP party.
    278                         newActor = (actorNr + 2) % settings.getTeams().size();
     278                        newTeam = (teamNr + 1) % settings.getTeams().size();
    279279                        if (newprogress instanceof ProgressRounds) {
    280280                                newprogress = ((ProgressRounds) newprogress).advance();
     
    282282                }
    283283                return new SHAOPState(newactions, connections, newprogress, settings,
    284                                 null, newActor, partyNumbers, newSpent);
     284                                null, newTeam, partyNumbers, newSpent);
    285285
    286286        }
     
    298298                if (!isShaopParty(actor))
    299299                        throw new IllegalArgumentException(
    300                                         "Illegal action for COB party" + action);
     300                                        "Only SHAOP party can execute " + action);
    301301                // real action only allowed if party has the turn.
    302                 if (!actor.equals(connections.get(actorNr).getParty())) {
     302                if (!actor.equals(connections.get(2 * teamNr).getParty())) {
    303303                        throw new IllegalArgumentException("Party does not have the turn ");
    304304                }
  • protocol/src/main/java/geniusweb/protocol/tournament/allpermutations/AllPermutationsSettings.java

    r10 r11  
    6767public class AllPermutationsSettings implements TournamentSettings {
    6868
     69        public static final String COB_PARTY = "comparebids-1.2.0";
    6970        private final List<PartyWithParameters> parties;
    7071        private final List<ProfileRef> profiles;
     
    292293                        PartyWithParameters cobparty = new PartyWithParameters(new PartyRef(
    293294                                        partyuri.getScheme() + "://" + partyuri.getAuthority()
    294                                                         + partypath + "/comparebids-1.0.0"),
     295                                                        + partypath + "/" + COB_PARTY),
    295296                                        new Parameters());
    296297                        return new PartyWithProfile(cobparty, cobprof);
  • protocol/src/test/java/geniusweb/protocol/tournament/allpermutations/AllPermutationsSettingsTest.java

    r10 r11  
    187187                String query = "?a=2&partial=4";
    188188                PartyWithProfile partyprofile = AllPermutationsSettings.makeCob(
    189                                 new PartyRef(partybase + "simpleshaop-1.0.0"),
     189                                new PartyRef(partybase + AllPermutationsSettings.COB_PARTY),
    190190                                new ProfileRef(profilebase + query));
    191191                assertEquals(profilebase,
    192192                                partyprofile.getProfile().getURI().toString());
    193                 assertEquals(partybase + "comparebids-1.0.0",
     193                assertEquals(partybase + AllPermutationsSettings.COB_PARTY,
    194194                                partyprofile.getParty().getPartyRef().getURI().toString());
    195195        }
  • pythonadapter/pom.xml

    r9 r11  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>pythonadapter</artifactId>
    8         <version>1.1.0</version>
     8        <version>1.2.0</version>
    99        <packaging>jar</packaging>
    1010
     
    3131                        <groupId>geniusweb</groupId>
    3232                        <artifactId>party</artifactId>
    33                         <version>1.1.0</version>
     33                        <version>1.2.0</version>
    3434                </dependency>
    3535
  • references/pom.xml

    r9 r11  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>references</artifactId>
    8         <version>1.1.0</version>
     8        <version>1.2.0</version>
    99        <packaging>jar</packaging>
    1010
  • simplerunner/pom.xml

    r10 r11  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>simplerunner</artifactId>
    8         <version>1.1.0</version>
     8        <version>1.2.0</version>
    99        <packaging>jar</packaging>
    1010
     
    3131                        <groupId>geniusweb</groupId>
    3232                        <artifactId>protocol</artifactId>
    33                         <version>1.1.0</version>
     33                        <version>1.2.0</version>
    3434                </dependency>
    3535                <dependency>
    3636                        <groupId>geniusweb</groupId>
    3737                        <artifactId>party</artifactId>
    38                         <version>1.1.0</version>
     38                        <version>1.2.0</version>
    3939                </dependency>
    4040                <dependency>
    4141                        <groupId>geniusweb.exampleparties</groupId>
    4242                        <artifactId>randomparty</artifactId>
    43                         <version>1.1.0</version>
     43                        <version>1.2.0</version>
    4444                        <scope>test</scope>
    4545                </dependency>
     
    4747                        <groupId>geniusweb.exampleparties</groupId>
    4848                        <artifactId>comparebids</artifactId>
    49                         <version>1.0.0</version>
     49                        <version>1.2.0</version>
    5050                        <scope>test</scope>
    5151                </dependency>
     
    5353                        <groupId>geniusweb.exampleparties</groupId>
    5454                        <artifactId>simpleshaop</artifactId>
    55                         <version>1.0.0</version>
     55                        <version>1.2.0</version>
    5656                        <scope>test</scope>
    5757                </dependency>
  • timeline/pom.xml

    r9 r11  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>timeline</artifactId>
    8         <version>1.1.0</version>
     8        <version>1.2.0</version>
    99        <packaging>jar</packaging>
    1010
Note: See TracChangeset for help on using the changeset viewer.