Changeset 24 for opponentmodel


Ignore:
Timestamp:
10/06/20 13:12:20 (4 years ago)
Author:
bart
Message:

Fixes an issue with processing maxPower of a vote. Javadoc maven plugin now uses latest version.

Location:
opponentmodel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • opponentmodel/pom.xml

    r23 r24  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>opponentmodel</artifactId>
    8         <version>1.5.2</version> <!-- must equal ${geniusweb.version} -->
     8        <version>1.5.3</version> <!-- must equal ${geniusweb.version} -->
    99        <packaging>jar</packaging>
    1010
     
    1717                <passwd>${env.ARTIFACTORY_PASS}</passwd>
    1818                <jackson-2-version>2.9.10</jackson-2-version>
    19                 <geniusweb.version>1.5.2</geniusweb.version>
     19                <geniusweb.version>1.5.3</geniusweb.version>
    2020        </properties>
    2121
     
    167167                                <groupId>org.apache.maven.plugins</groupId>
    168168                                <artifactId>maven-javadoc-plugin</artifactId>
    169                                 <version>2.10.1</version>
     169                                <version>3.2.0</version>
    170170                                <executions>
    171171                                        <execution>
     
    174174                                                        <goal>jar</goal>
    175175                                                </goals>
    176                                                 <configuration>
    177                                                         <additionalparam>${javadoc.opts}</additionalparam>
    178                                                         <additionalparam>-Xdoclint:none</additionalparam>
    179                                                 </configuration>
    180176                                        </execution>
    181177                                </executions>
  • opponentmodel/src/main/java/geniusweb/opponentmodel/OpponentModel.java

    r20 r24  
    3737        /**
    3838         * Update this with a new action that was done by the opponent that this
    39          * model is modeling. {@link #with(Domain)} must be called before calling
    40          * this.
     39         * model is modeling. {@link #with(Domain, Bid)} must be called before
     40         * calling this.
    4141         *
    4242         * @param action   the new incoming action.
Note: See TracChangeset for help on using the changeset viewer.