提交 6b4ff78d 编写于 作者: J Jake Wharton

Prepare version 2.6.4

上级 4c3c17b2
Change Log Change Log
========== ==========
Version 2.6.4 *(2020-01-02)*
----------------------------
* Fix: Support 'suspend' functions in services interfaces when using 'retrofit-mock' artifact.
Version 2.6.3 *(2019-12-09)* Version 2.6.3 *(2019-12-09)*
---------------------------- ----------------------------
......
...@@ -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.3`. Download [the latest JAR][2] or grab from Maven central at the coordinates `com.squareup.retrofit2:retrofit:2.6.4`.
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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.4-SNAPSHOT</version> <version>2.6.4</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.
先完成此消息的编辑!
想要评论请 注册