Skip to content

Commit cd502fa

Browse files
committed
Merge pull request #1 from JakeWharton/jw/okhttp-two-point-one
Update to OkHttp 2.1 final.
2 parents 3122d95 + 85e0b7a commit cd502fa

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Maven
2+
target
3+
4+
# IntelliJ IDEA
5+
.idea
6+
*.iml
7+
8+
# OS X
9+
.DS_Store

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<properties>
138138
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
139139
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
140-
<okhttp.version>2.0.1-SNAPSHOT</okhttp.version>
140+
<okhttp.version>2.1.0</okhttp.version>
141141
<netty.version>5.0.0.Alpha2-SNAPSHOT</netty.version>
142142
<jetty.alpn.version>8.0.0.v20140317</jetty.alpn.version>
143143
<jetty.alpn.path>

0 commit comments

Comments
 (0)