You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ Please use the [Kryo mailing list](https://groups.google.com/forum/#!forum/kryo-
84
84
85
85
## Recent releases
86
86
87
-
*[5.0.0-RC8](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.0.0-RC8) - 8th release candidate with minor fixes and performance improvements. Note: For libraries (not applications) using Kryo, there's now a completely self-contained, versioned artifact (for details see [installation](#installation)). For migration from kryo 4.x see also [Migration to v5](https://github.com/EsotericSoftware/kryo/wiki/Migration-to-v5).
87
+
*[5.0.0-RC9](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.0.0-RC9) - 9th release candidate with significant performance improvements. Note: For libraries (not applications) using Kryo, there's now a completely self-contained, versioned artifact (for details see [installation](#installation)). For migration from kryo 4.x see also [Migration to v5](https://github.com/EsotericSoftware/kryo/wiki/Migration-to-v5).
88
88
*[5.0.0-RC1](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.0.0-RC1) - fixes many issues and makes many long awaited improvements.
89
89
*[4.0.2](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-4.0.2) - brings several incremental fixes and improvements.
90
90
@@ -104,7 +104,7 @@ To use the latest Kryo release in your application, use this dependency entry in
104
104
<dependency>
105
105
<groupId>com.esotericsoftware</groupId>
106
106
<artifactId>kryo</artifactId>
107
-
<version>5.0.0-RC8</version>
107
+
<version>5.0.0-RC9</version>
108
108
</dependency>
109
109
```
110
110
@@ -114,7 +114,7 @@ To use the latest Kryo release in a library you want to publish, use this depend
114
114
<dependency>
115
115
<groupId>com.esotericsoftware.kryo</groupId>
116
116
<artifactId>kryo5</artifactId>
117
-
<version>5.0.0-RC8</version>
117
+
<version>5.0.0-RC9</version>
118
118
</dependency>
119
119
```
120
120
@@ -131,13 +131,13 @@ To use the latest Kryo snapshot, use:
131
131
<dependency>
132
132
<groupId>com.esotericsoftware</groupId>
133
133
<artifactId>kryo</artifactId>
134
-
<version>5.0.0-RC9-SNAPSHOT</version>
134
+
<version>5.0.0-RC10-SNAPSHOT</version>
135
135
</dependency>
136
136
<!-- for usage in a library that should be published: -->
0 commit comments