Skip to content

Commit 88a9f98

Browse files
authored
chore: License change date for 1.1.0 (#396)
1 parent 06a6272 commit 88a9f98

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Business Source License 1.1
33
Parameters
44

55
Licensor: Lightbend, Inc.
6-
Licensed Work: Akka Persistence R2DBC 1.1.x
6+
Licensed Work: Akka Persistence R2DBC 1.1.0
77
The Licensed Work is (c) 2022 Lightbend Inc.
88
Additional Use Grant:
99
If you develop an application using a version of Play Framework that
@@ -15,7 +15,7 @@ Additional Use Grant:
1515
Connecting to a Play Framework websocket and/or Play Framework
1616
request/response bodies for server and play-ws client.
1717

18-
Change Date: TBD ( 3 years after 1.1.0 release )
18+
Change Date: 2026-04-28
1919

2020
Change License: Apache License, Version 2.0
2121

project/Dependencies.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ object Dependencies {
1010
val Scala3 = "3.2.2"
1111
val Scala2Versions = Seq(Scala213, Scala212)
1212
val ScalaVersions = Dependencies.Scala2Versions :+ Dependencies.Scala3
13-
// FIXME final release bump once available
1413
val AkkaVersion = System.getProperty("override.akka.version", "2.8.1")
1514
val AkkaVersionInDocs = AkkaVersion.take(3)
1615
val AkkaPersistenceJdbcVersion = "5.2.0" // only in migration tool tests

0 commit comments

Comments
 (0)