Skip to content

Commit

Permalink
Merge pull request #1310 from sebastian-alfers/license-1.5.3
Browse files Browse the repository at this point in the history
chore: bump version to 1.5.3 in license and samples
  • Loading branch information
sebastian-alfers authored Aug 8, 2024
2 parents 2e9502c + 4a06dae commit c9d1366
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Business Source License 1.1
Parameters

Licensor: Lightbend, Inc.
Licensed Work: Akka Management 1.5.2
Licensed Work: Akka Management 1.5.3
This license applies to all sub directories and files
UNLESS another license file is present in a sub
directory, then that other license applies to all files
Expand All @@ -19,7 +19,7 @@ Additional Use Grant:
Connecting to a Play Framework websocket and/or Play Framework
request/response bodies for server and play-ws client.

Change Date: 2027-05-13
Change Date: 2027-08-08

Change License: Apache License, Version 2.0

Expand Down
2 changes: 1 addition & 1 deletion samples/akka-sample-cluster-kubernetes-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<maven.compiler.target>17</maven.compiler.target>
<encoding>UTF-8</encoding>
<akka.version>2.9.3</akka.version>
<akka-management.version>1.5.2</akka-management.version>
<akka-management.version>1.5.3</akka-management.version>
<akka-http.version>10.6.3</akka-http.version>
<scala.binary.version>2.13</scala.binary.version>
<version.number>${git.commit.time}-${git.commit.id.abbrev}</version.number>
Expand Down
2 changes: 1 addition & 1 deletion samples/akka-sample-cluster-kubernetes-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name := "akka-sample-cluster-kubernetes"
scalaVersion := "2.13.14"
lazy val akkaHttpVersion = "10.6.3"
lazy val akkaVersion = "2.9.3"
lazy val akkaManagementVersion = "1.5.2"
lazy val akkaManagementVersion = "1.5.3"

// make version compatible with docker for publishing
ThisBuild / dynverSeparator := "-"
Expand Down

0 comments on commit c9d1366

Please sign in to comment.