Skip to content

Commit b891b77

Browse files
Merge pull request #160 from altoo-ag/prepareV0.6rollout
prepare the rollout of the cleanup milestone - 0.6
2 parents 86ab3b2 + 7754d9f commit b891b77

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,15 @@ How to use this library in your project
2424
---------------------------------------
2525

2626
We provide several versions of the library:
27-
* (upcoming) v0.6.0 is build against Akka-2.5 and Kryo-4.0 and is available for Scala-2.11, Scala-2.12 and Scala-2.13
28-
this version is tested with JDK: OpenJdk8,OpenJdk11 and Scala: 2.11.12,2.12.10,2.13.1
27+
* (upcoming) v1.0.0 is build against Akka-2.5 and Kryo-4.0 and is available for Scala-2.11, Scala-2.12 and Scala-2.13
28+
this version is tested with JDK: OpenJdk8,OpenJdk11 and Scala: 2.11.12,2.12.10,2.13.1
29+
we will make this release again available at maven central
30+
(this version is supposed to be a big step forward in simplicity of usage... see [milestone 1.0](https://github.com/altoo-ag/akka-kryo-serialization/milestone/2)
31+
* v0.6.0 is build against Akka-2.5 and Kryo-4.0 and is available for Scala-2.11, Scala-2.12 and Scala-2.13
32+
this version is tested with JDK: OpenJdk8,OpenJdk11 and Scala: 2.11.12,2.12.10,2.13.1
33+
this is the last version published under com.github.romix.akka/com.romix since we cannot publish it under these coordinates
34+
the binaries are available under [release 0.6](https://github.com/altoo-ag/akka-kryo-serialization/releases/tag/v0.6.0)
35+
(we cleaned up the repository - this version includes all pull requests/issues that got stale and where mergeable - [milestone cleanup](https://github.com/altoo-ag/akka-kryo-serialization/milestone/1) - thx a lot for the great work)
2936
* v0.5.1 is build against Akka-2.4 and Kryo-4.0 and is available for Scala-2.11 and Scala-2.12
3037
* v0.4.2 is build against Akka-2.4 and Kryo-3.0 and is available for Scala-2.11
3138
* v0.3.3 is build against Akka-2.3 and in available for Scala-2.10 and 2.11

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ pomExtra := <url>https://github.com/romix/akka-kryo-serialization</url>
102102
</license>
103103
</licenses>
104104
<scm>
105-
<url>git@github.com:romix/akka-kryo-serialization.git</url>
106-
<connection>scm:git:git@github.com:romix/akka-kryo-serialization.git</connection>
105+
<url>git@github.com:altoo-ag/akka-kryo-serialization.git</url>
106+
<connection>scm:git:git@github.com:altoo-ag/akka-kryo-serialization.git</connection>
107107
</scm>
108108
<developers>
109109
<developer>

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.6.0-SNAPSHOT"
1+
version in ThisBuild := "0.6.0"

0 commit comments

Comments
 (0)