Skip to content

Commit

Permalink
build: License change date and sample bump for 2.5.3 (#2025)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Jan 31, 2025
1 parent 0034695 commit dbc743f
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 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.5.2
Licensed Work: Akka gRPC 2.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: 2028-01-30
Change Date: 2028-01-31

Change License: Apache License, Version 2.0

Expand Down
2 changes: 1 addition & 1 deletion native-image-tests/grpc-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version := "1.0"
scalaVersion := "2.13.15"

lazy val akkaVersion = sys.props.getOrElse("akka.version", "2.10.0")
lazy val akkaGrpcVersion = sys.props.getOrElse("akka.grpc.version", "2.5.2")
lazy val akkaGrpcVersion = sys.props.getOrElse("akka.grpc.version", "2.5.3")

enablePlugins(AkkaGrpcPlugin)
// GraalVM native image build
Expand Down
2 changes: 1 addition & 1 deletion native-image-tests/grpc-scala/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")

lazy val akkaGrpcVersion = sys.props.getOrElse("akka.grpc.version", "2.5.2")
lazy val akkaGrpcVersion = sys.props.getOrElse("akka.grpc.version", "2.5.3")
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % akkaGrpcVersion)
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.4")
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.5.2'
id 'com.lightbend.akka.grpc.gradle' version '2.5.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.15"

val akkaVersion = "2.10.0"
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.5.2")
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.5.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.10.0</akka.version>
<akka-grpc.version>2.5.2</akka-grpc.version>
<akka-grpc.version>2.5.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.5.2"
"com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.5.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.5.2'
id 'com.lightbend.akka.grpc.gradle' version '2.5.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.15"

val akkaVersion = "2.10.0"
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.5.2")
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.5.3")

enablePlugins(AkkaGrpcPlugin)

Expand Down
4 changes: 2 additions & 2 deletions 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.10.0</akka.version>
<akka-grpc.version>2.5.2</akka-grpc.version>
<akka-grpc.version>2.5.3</akka-grpc.version>
<scala.binary.version>2.13</scala.binary.version>
<project.encoding>UTF-8</project.encoding>
</properties>
Expand Down Expand Up @@ -152,7 +152,7 @@

<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<executions>
<execution>
<id>getClasspathFilenames</id>
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.5.2")
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.5.3")

0 comments on commit dbc743f

Please sign in to comment.