提交 eb4e62bd 编写于 作者: J Jake Wharton

Prepare version 2.6.2

上级 6713c84d
Change Log Change Log
========== ==========
Version 2.6.2 *(2019-09-23)*
----------------------------
* Fix: Avoid `IOException`s being wrapped in `UndeclaredThrowableException` in rare cases when using
`Response<..>` as a return type for Kotlin 'suspend' functions.
Version 2.6.1 *(2019-07-31)* Version 2.6.1 *(2019-07-31)*
---------------------------- ----------------------------
......
...@@ -9,7 +9,7 @@ For more information please see [the website][1]. ...@@ -9,7 +9,7 @@ For more information please see [the website][1].
Download Download
-------- --------
Download [the latest JAR][2] or grab from Maven central at the coordinates `com.squareup.retrofit2:retrofit:2.6.1`. Download [the latest JAR][2] or grab from Maven central at the coordinates `com.squareup.retrofit2:retrofit:2.6.2`.
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap]. Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Retrofit (Parent)</name> <name>Retrofit (Parent)</name>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-adapters</artifactId> <artifactId>retrofit-adapters</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-adapters</artifactId> <artifactId>retrofit-adapters</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-adapters</artifactId> <artifactId>retrofit-adapters</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-adapters</artifactId> <artifactId>retrofit-adapters</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-adapters</artifactId> <artifactId>retrofit-adapters</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-converters</artifactId> <artifactId>retrofit-converters</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-converters</artifactId> <artifactId>retrofit-converters</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-converters</artifactId> <artifactId>retrofit-converters</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-converters</artifactId> <artifactId>retrofit-converters</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-converters</artifactId> <artifactId>retrofit-converters</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-converters</artifactId> <artifactId>retrofit-converters</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-converters</artifactId> <artifactId>retrofit-converters</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-converters</artifactId> <artifactId>retrofit-converters</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-converters</artifactId> <artifactId>retrofit-converters</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-converters</artifactId> <artifactId>retrofit-converters</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.retrofit2</groupId> <groupId>com.squareup.retrofit2</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.6.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册