Skip to content

Commit

Permalink
update runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Dec 17, 2024
1 parent 9cb96c4 commit 91051dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion akka-javasdk-maven/akka-javasdk-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<!-- These are dependent on runtime environment and cannot be customized by users -->
<maven.compiler.release>21</maven.compiler.release>
<kalix-runtime.version>1.3.0-4b5500c-1-72cc7e6d-SNAPSHOT</kalix-runtime.version>
<kalix-runtime.version>1.3.0-4b5500c-13-f7f21f85-SNAPSHOT</kalix-runtime.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<skip.docker>false</skip.docker>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ private final class Sdk(
override val serviceInfo: SpiServiceInfo =
new SpiServiceInfo(
serviceName = sdkSettings.devModeSettings.map(_.serviceName).getOrElse(""),
serviceVersion = "",
sdkName = "java",
sdkVersion = BuildInfo.version,
protocolMajorVersion = BuildInfo.protocolMajorVersion,
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Dependencies {
val ProtocolVersionMinor = 1
val RuntimeImage = "gcr.io/kalix-public/kalix-runtime"
// Remember to bump kalix-runtime.version in akka-javasdk-maven/akka-javasdk-parent if bumping this
val RuntimeVersion = sys.props.getOrElse("kalix-runtime.version", "1.3.0-4b5500c-1-72cc7e6d-SNAPSHOT")
val RuntimeVersion = sys.props.getOrElse("kalix-runtime.version", "1.3.0-4b5500c-13-f7f21f85-SNAPSHOT")
}
// NOTE: embedded SDK should have the AkkaVersion aligned, when updating RuntimeVersion, make sure to check
// if AkkaVersion and AkkaHttpVersion are aligned
Expand Down

0 comments on commit 91051dd

Please sign in to comment.