File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
# We only do javadoc test for the latest version (as it's the only official one)
14
14
15
15
env :
16
- - HTTPCLIENT_VERSION=4.3.6 HTTPCLIENT_TEST_VERSION=4.3.5 JDOC=
17
- - HTTPCLIENT_VERSION=4.4.1 HTTPCLIENT_TEST_VERSION=4.3.5 JDOC=
18
- - HTTPCLIENT_VERSION=4.5.3 HTTPCLIENT_TEST_VERSION=4.3.5 JDOC=javadoc:javadoc
16
+ - HTTPCLIENT_VERSION=4.3.6 HTTPCLIENT_TEST_VERSION=4.3.6 JDOC=
17
+ - HTTPCLIENT_VERSION=4.4.1 HTTPCLIENT_TEST_VERSION=4.3.6 JDOC=
18
+ - HTTPCLIENT_VERSION=4.5.6 HTTPCLIENT_TEST_VERSION=4.3.6 JDOC=javadoc:javadoc
19
19
20
20
notifications :
21
21
email :
Original file line number Diff line number Diff line change 42
42
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
43
43
44
44
<!-- works with v4.3 and forward; see .travis.yml -->
45
- <httpclient .version>4.5.3 </httpclient .version>
45
+ <httpclient .version>[4.3,) </httpclient .version>
46
46
<!-- the last version to provide LocalTestServer.java -->
47
- <httpclient .test.version>4.3.5 </httpclient .test.version>
47
+ <httpclient .test.version>4.3.6 </httpclient .test.version>
48
48
</properties >
49
49
50
50
<prerequisites >
You can’t perform that action at this time.
0 commit comments