Skip to content

Commit

Permalink
chore: License change date for 2.4.2 (#1940)
Browse files Browse the repository at this point in the history
* chore: License change date for 2.4.2
* Bump samples
  • Loading branch information
johanandren authored Apr 30, 2024
1 parent cc37083 commit 33ebbad
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Business Source License 1.1
Parameters

Licensor: Lightbend, Inc.
Licensed Work: Akka gRPC 2.4.1
Licensed Work: Akka gRPC 2.4.2
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
in its directory and sub directories.
The Licensed Work is (c) 2023 Lightbend Inc.
The Licensed Work is (c) 2024 Lightbend Inc.
Additional Use Grant:
If you develop an application using a version of Play Framework that
utilizes binary versions of akka-streams and its dependencies, you may
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-02-28
Change Date: 2027-04-30

Change License: Apache License, Version 2.0

Expand Down
2 changes: 1 addition & 1 deletion samples/akka-grpc-quickstart-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
plugins {
id 'java'
id 'application'
id 'com.lightbend.akka.grpc.gradle' version '2.4.1'
id 'com.lightbend.akka.grpc.gradle' version '2.4.2'
}
repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion samples/akka-grpc-quickstart-java/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version := "1.0"
scalaVersion := "2.13.13"

val akkaVersion = "2.9.2"
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.4.1")
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.4.2")

enablePlugins(AkkaGrpcPlugin)

Expand Down
2 changes: 1 addition & 1 deletion samples/akka-grpc-quickstart-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<akka.version>2.9.2</akka.version>
<akka-grpc.version>2.4.1</akka-grpc.version>
<akka-grpc.version>2.4.2</akka-grpc.version>
<scala.binary.version>2.13</scala.binary.version>
<project.encoding>UTF-8</project.encoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion samples/akka-grpc-quickstart-java/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resolvers += "Akka library repository".at("https://repo.akka.io/maven")

addSbtPlugin(
"com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.4.1"
"com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.4.2"
)
2 changes: 1 addition & 1 deletion samples/akka-grpc-quickstart-scala/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
plugins {
id 'java'
id 'application'
id 'com.lightbend.akka.grpc.gradle' version '2.4.1'
id 'com.lightbend.akka.grpc.gradle' version '2.4.2'
}
repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion samples/akka-grpc-quickstart-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version := "1.0"
scalaVersion := "2.13.13"

val akkaVersion = "2.9.2"
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.4.1")
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.4.2")

enablePlugins(AkkaGrpcPlugin)

Expand Down
2 changes: 1 addition & 1 deletion samples/akka-grpc-quickstart-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<akka.version>2.9.2</akka.version>
<akka-grpc.version>2.4.1</akka-grpc.version>
<akka-grpc.version>2.4.2</akka-grpc.version>
<scala.binary.version>2.13</scala.binary.version>
<project.encoding>UTF-8</project.encoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion samples/akka-grpc-quickstart-scala/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolvers += "Akka library repository".at("https://repo.akka.io/maven")

addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.4.1")
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.4.2")

0 comments on commit 33ebbad

Please sign in to comment.