diff --git a/docs/release-train-issue-template.md b/docs/release-train-issue-template.md index 7f5c20804..590ef9b8a 100644 --- a/docs/release-train-issue-template.md +++ b/docs/release-train-issue-template.md @@ -16,7 +16,7 @@ Variables to be expanded in this template: - [ ] Check that open PRs and issues assigned to the milestone are reasonable - [ ] Update the Change date and version in the LICENSE file - [ ] Update the Akka Projection version in the samples to $VERSION$, otherwise the published zip files of the samples will have the old version. -- [ ] Update the Akka Projection version in `Dependencies.AkkaProjectionVersionInDocs` +- [ ] When changing minor version, update `Dependencies.AkkaProjectionVersionInDocs` - [ ] Create a new milestone for the [next version](https://github.com/akka/akka-projection/milestones) - [ ] Close the [$VERSION$ milestone](https://github.com/akka/akka-projection/milestones?direction=asc&sort=due_date) - [ ] Make sure all important PRs have been merged diff --git a/project/Dependencies.scala b/project/Dependencies.scala index dc82f338e..a12453044 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -26,9 +26,11 @@ object Dependencies { val AlpakkaKafkaVersionInDocs = VersionNumber(AlpakkaKafka).numbers match { case Seq(major, minor, _*) => s"$major.$minor" } - val AkkaGrpcVersionInDocs = "2.5.0" + val AkkaGrpcVersionInDocs = VersionNumber(akka.grpc.gen.BuildInfo.version).numbers match { + case Seq(major, minor, _*) => s"$major.$minor" + } - val AkkaProjectionVersionInDocs = "1.6.1" + val AkkaProjectionVersionInDocs = "1.6" val AkkaPersistenceCassandra = "1.3.0" val AkkaPersistenceJdbc = "5.5.0" @@ -38,7 +40,7 @@ object Dependencies { case Seq(major, minor, _*) => s"$major.$minor" } - val AkkaPersistenceDynamodb = "2.0.0" + val AkkaPersistenceDynamodb = "2.0.1" val AkkaPersistenceDynamodbVersionInDocs = VersionNumber(AkkaPersistenceDynamodb).numbers match { case Seq(major, minor, _*) => s"$major.$minor" } diff --git a/project/project-info.conf b/project/project-info.conf index 5bd9e5333..66ea2ab35 100644 --- a/project/project-info.conf +++ b/project/project-info.conf @@ -181,7 +181,7 @@ project-info { { readiness: Supported since: "2024-10-17" - since-version: "1.6.1" + since-version: "1.6.0" } ] }