docs and pgp version

master
yihua.huang 2017-05-29 09:36:42 +08:00
parent 17478fcfc4
commit 17d8bfa907
2 changed files with 2 additions and 1 deletions

View File

@ -297,7 +297,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<version>1.6</version>
<executions>
<execution>
<phase>verify</phase>

View File

@ -320,6 +320,7 @@ public class Site {
* Disable it to ignore all cookie fields and stay clean.
* Warning: Set cookie will still NOT work if disableCookieManagement is true.
* @param disableCookieManagement disableCookieManagement
* @return this
*/
public Site setDisableCookieManagement(boolean disableCookieManagement) {
this.disableCookieManagement = disableCookieManagement;