From 2a86114bde924fdf408c8a66688e723b2d2e558e Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Wed, 11 May 2022 13:52:52 +0200 Subject: [PATCH] Update README --- README.md | 40 +++++++++---------- .../working/javaGuide/main/sql/code/ebean.sbt | 2 +- 2 files changed, 20 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 7048d27e..3c160a30 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # play-ebean -[![Build Status](https://travis-ci.com/playframework/play-ebean.svg?branch=main)](https://travis-ci.com/playframework/play-ebean) +[![Build Status](https://github.com/playframework/play-ebean/actions/workflows/build-test.yml/badge.svg)](https://github.com/playframework/play-ebean/actions/workflows/build-test.yml) [![Maven](https://img.shields.io/maven-central/v/com.typesafe.play/play-ebean_2.12.svg)](http://mvnrepository.com/artifact/com.typesafe.play/play-ebean_2.12) This module provides Ebean support for Play Framework. @@ -9,27 +9,25 @@ This module provides Ebean support for Play Framework. The Play Ebean plugin supports several different versions of Play and Ebean. -| Plugin version | Play version | Ebean version | -|----------------|--------------|---------------| -| 6.2.0-RC4
**! [Important notes](https://github.com/playframework/play-ebean/releases/tag/6.2.0-RC4) !** | 2.8.8+ | 12.8.1 | -| 6.0.0 | 2.8.1 | 11.45.1 | -| 5.0.2 | 2.7.0 | 11.39.x | -| 5.0.1    | 2.7.0   | 11.32.x       | -| 5.0.0    | 2.7.0   | 11.22.x       | -| 4.1.4 | 2.6.x | 11.32.x | -| 4.1.3         | 2.6.x       | 11.15.x       | -| 4.1.0         | 2.6.x       | 11.7.x       | -| 4.0.6         | 2.6.x       | 10.4.x       | -| 4.0.2 | 2.6.x | 10.3.x | -| 3.2.0 | 2.5.x | 10.4.x | -| 3.1.0 | 2.5.x | 8.2.x | -| 3.0.2 | 2.5.x | 7.6.x | -| 3.0.1         | 2.5.x       | 6.18.x        | -| 2.0.0         | 2.4.x       | 6.8.x         | -| 1.0.0 | 2.4.x | 4.6.x | +| Plugin version | Play version | Ebean version | +|------------------------------------------------------------------------------------------------------------|--------------|---------------| +| 6.2.0-RC5
**! [Important notes](https://github.com/playframework/play-ebean/releases/tag/6.2.0-RC4) !** | 2.8.8+ | 12.8.1 | +| 6.0.0 | 2.8.1 | 11.45.1 | +| 5.0.2 | 2.7.0 | 11.39.x | +| 5.0.1    | 2.7.0   | 11.32.x       | +| 5.0.0    | 2.7.0   | 11.22.x       | +| 4.1.4 | 2.6.x | 11.32.x | +| 4.1.3         | 2.6.x       | 11.15.x       | +| 4.1.0         | 2.6.x       | 11.7.x       | +| 4.0.6         | 2.6.x       | 10.4.x       | +| 4.0.2 | 2.6.x | 10.3.x | +| 3.2.0 | 2.5.x | 10.4.x | +| 3.1.0 | 2.5.x | 8.2.x | +| 3.0.2 | 2.5.x | 7.6.x | +| 3.0.1         | 2.5.x       | 6.18.x        | +| 2.0.0         | 2.4.x       | 6.8.x         | +| 1.0.0 | 2.4.x | 4.6.x | > * Release Candidate: these releases are not stable and should not be used in production. We also recommend using the payintech fork: https://github.com/payintech/play-ebean - -[Community Driven]: https://developer.lightbend.com/docs/introduction/getting-help/support-terminology.html diff --git a/docs/manual/working/javaGuide/main/sql/code/ebean.sbt b/docs/manual/working/javaGuide/main/sql/code/ebean.sbt index 976e83b0..a9373e0e 100644 --- a/docs/manual/working/javaGuide/main/sql/code/ebean.sbt +++ b/docs/manual/working/javaGuide/main/sql/code/ebean.sbt @@ -1,5 +1,5 @@ //#add-sbt-plugin -addSbtPlugin("com.typesafe.play" % "sbt-play-ebean" % "6.2.0-RC4") +addSbtPlugin("com.typesafe.play" % "sbt-play-ebean" % "6.2.0-RC5") //#add-sbt-plugin //#enable-plugin