Skip to content

Commit

Permalink
Remove -SNAPSHOT from okio version
Browse files Browse the repository at this point in the history
This seems to be required for me to build successfully.
  • Loading branch information
nfuller committed Mar 16, 2015
1 parent 70ab598 commit 7f63814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<!-- Compilation -->
<java.version>1.7</java.version>
<okio.version>1.3.0-SNAPSHOT</okio.version>
<okio.version>1.3.0</okio.version>
<!-- ALPN library targeted to Java 7 -->
<alpn.jdk7.version>7.1.2.v20141202</alpn.jdk7.version>
<!-- ALPN library targeted to Java 8 update 25. -->
Expand Down

0 comments on commit 7f63814

Please sign in to comment.