Skip to content

Commit

Permalink
build: release 2.4.4 preparations (#1991)
Browse files Browse the repository at this point in the history
* License change date for 2.4.4
* Sample bump for 2.4.4
  • Loading branch information
johanandren authored Oct 1, 2024
1 parent a9aee1f commit 3e4690e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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.3
Licensed Work: Akka gRPC 2.4.4
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-08
Change Date: 2027-10-01

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.3'
id 'com.lightbend.akka.grpc.gradle' version '2.4.4'
}
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.14"

val akkaVersion = "2.9.6"
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.4.3")
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.4.4")

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.6</akka.version>
<akka-grpc.version>2.4.3</akka-grpc.version>
<akka-grpc.version>2.4.4</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.3"
"com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.4.4"
)
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.3'
id 'com.lightbend.akka.grpc.gradle' version '2.4.4'
}
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.14"

val akkaVersion = "2.9.6"
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.4.3")
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.4.4")

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.6</akka.version>
<akka-grpc.version>2.4.3</akka-grpc.version>
<akka-grpc.version>2.4.4</akka-grpc.version>
<scala.binary.version>2.13</scala.binary.version>
<project.encoding>UTF-8</project.encoding>
</properties>
Expand Down

0 comments on commit 3e4690e

Please sign in to comment.