Skip to content

Commit

Permalink
readiness level: Supported (akka#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed May 4, 2020
1 parent 6d29d4b commit ee02dd1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions project/project-info.conf
@@ -1,7 +1,7 @@
project-info {
version: "current"
shared-info {
jdk-versions: ["OpenJDK 8"]
jdk-versions: ["Adopt OpenJDK 8", "Adopt OpenJDK 11"]
// snapshots: {
// url: "other-docs/snapshots.html"
// text: "Snapshots are available"
Expand Down Expand Up @@ -34,8 +34,13 @@ project-info {
}
core: ${project-info.shared-info} {
title: "Akka Persistence Cassandra"
// jpms-name: "akka.stream.alpakka.amqp"
jpms-name: "akka.persistence.cassandra"
levels: [
{
readiness: Supported
since: "2020-04-30"
since-version: "1.0.0"
},
{
readiness: CommunityDriven
since: "2017-09-28"
Expand Down

0 comments on commit ee02dd1

Please sign in to comment.