提交 4401b6d5 编写于 作者: J Jake Wharton

Prepare version 2.6.3

上级 70e245e7
Change Log Change Log
========== ==========
Version 2.6.3 *(2019-12-09)*
----------------------------
* Fix: Change mechanism for avoiding `UndeclaredThrowableException` in rare cases from using `yield`
an explicit dispatch which ensures that it will work even on dispatchers which do not support yielding.
Version 2.6.2 *(2019-09-23)* Version 2.6.2 *(2019-09-23)*
---------------------------- ----------------------------
......
...@@ -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.2`. Download [the latest JAR][2] or grab from Maven central at the coordinates `com.squareup.retrofit2:retrofit:2.6.3`.
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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.3-SNAPSHOT</version> <version>2.6.3</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.
先完成此消息的编辑!
想要评论请 注册