Skip to content

Commit

Permalink
build: License change date for 2.4.3, sample version bumps (#1947)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored May 8, 2024
1 parent 5481183 commit 0fe6b71
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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 gRPC 2.4.2
Licensed Work: Akka gRPC 2.4.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-04-30
Change Date: 2027-05-08

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.2'
id 'com.lightbend.akka.grpc.gradle' version '2.4.3'
}
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.3"
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.4.2")
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.4.3")

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.3</akka.version>
<akka-grpc.version>2.4.2</akka-grpc.version>
<akka-grpc.version>2.4.3</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.2"
"com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.4.3"
)
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.2'
id 'com.lightbend.akka.grpc.gradle' version '2.4.3'
}
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.3"
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.4.2")
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.4.3")

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.3</akka.version>
<akka-grpc.version>2.4.2</akka-grpc.version>
<akka-grpc.version>2.4.3</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.2")
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.4.3")

0 comments on commit 0fe6b71

Please sign in to comment.