Changeset 24 for opponentmodel
- Timestamp:
- 10/06/20 13:12:20 (4 years ago)
- Location:
- opponentmodel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
opponentmodel/pom.xml
r23 r24 6 6 <groupId>geniusweb</groupId> 7 7 <artifactId>opponentmodel</artifactId> 8 <version>1.5. 2</version> <!-- must equal ${geniusweb.version} -->8 <version>1.5.3</version> <!-- must equal ${geniusweb.version} --> 9 9 <packaging>jar</packaging> 10 10 … … 17 17 <passwd>${env.ARTIFACTORY_PASS}</passwd> 18 18 <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> 20 20 </properties> 21 21 … … 167 167 <groupId>org.apache.maven.plugins</groupId> 168 168 <artifactId>maven-javadoc-plugin</artifactId> 169 <version> 2.10.1</version>169 <version>3.2.0</version> 170 170 <executions> 171 171 <execution> … … 174 174 <goal>jar</goal> 175 175 </goals> 176 <configuration>177 <additionalparam>${javadoc.opts}</additionalparam>178 <additionalparam>-Xdoclint:none</additionalparam>179 </configuration>180 176 </execution> 181 177 </executions> -
opponentmodel/src/main/java/geniusweb/opponentmodel/OpponentModel.java
r20 r24 37 37 /** 38 38 * 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 calling40 * this.39 * model is modeling. {@link #with(Domain, Bid)} must be called before 40 * calling this. 41 41 * 42 42 * @param action the new incoming action.
Note:
See TracChangeset
for help on using the changeset viewer.