Skip to content

Commit

Permalink
sample: Use 1.5.0-M5 in samples build (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Oct 10, 2023
1 parent 229fc3e commit 580db46
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion samples/grpc/iot-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val AkkaHttpVersion = "10.6.0-M2"
val AkkaManagementVersion = "1.5.0-M1"
val AkkaPersistenceR2dbcVersion = "1.2.0-M6"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.0-M4")
sys.props.getOrElse("akka-projection.version", "1.5.0-M5")
val AkkaDiagnosticsVersion = "2.1.0-M1"

enablePlugins(AkkaGrpcPlugin)
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/local-drone-control-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.0-M3</akka.version>
<akka-projection.version>1.5.0-M4</akka-projection.version>
<akka-projection.version>1.5.0-M5</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0-M6</akka-persistence-r2dbc.version>
<akka-management.version>1.5.0-M1</akka-management.version>
<akka-diagnostics.version>2.1.0-M1</akka-diagnostics.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/local-drone-control-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ val AkkaHttpVersion = "10.6.0-M2"
val AkkaManagementVersion = "1.5.0-M1"
val AkkaPersistenceR2dbcVersion = "1.2.0-M6"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.0-M4")
sys.props.getOrElse("akka-projection.version", "1.5.0-M5")
val AkkaDiagnosticsVersion = "2.1.0-M1"

enablePlugins(AkkaGrpcPlugin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
containers:
- name: local-drone-control-service
# use specific image version from docker publish
image: johanandren/local-drone-control:1.5.0-M4-19-c60e764f-20230921-1639
image: johanandren/local-drone-control:1.5.0-M5-19-c60e764f-20230921-1639
# these will need to be increased/tuned for production environments!
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.0-M3</akka.version>
<akka-projection.version>1.5.0-M4</akka-projection.version>
<akka-projection.version>1.5.0-M5</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0-M6</akka-persistence-r2dbc.version>
<akka-management.version>1.5.0-M1</akka-management.version>
<akka-diagnostics.version>2.1.0-M1</akka-diagnostics.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val AkkaHttpVersion = "10.6.0-M2"
val AkkaManagementVersion = "1.5.0-M1"
val AkkaPersistenceR2dbcVersion = "1.2.0-M6"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.0-M4")
sys.props.getOrElse("akka-projection.version", "1.5.0-M5")
val AkkaDiagnosticsVersion = "2.1.0-M1"

enablePlugins(AkkaGrpcPlugin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
containers:
- name: restaurant-drone-deliveries-service
# use specific image version from docker publish
image: johanandren/restaurant-drone-deliveries-service:1.5.0-M4-19-c60e764f-20230921-1525
image: johanandren/restaurant-drone-deliveries-service:1.5.0-M5-19-c60e764f-20230921-1525
# these will need to be increased/tuned for production environments!
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/shopping-analytics-service-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.0-M3</akka.version>
<akka-projection.version>1.5.0-M4</akka-projection.version>
<akka-projection.version>1.5.0-M5</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0-M6</akka-persistence-r2dbc.version>
<akka-management.version>1.5.0-M1</akka-management.version>
<akka-diagnostics.version>2.1.0-M1</akka-diagnostics.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/shopping-analytics-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val AkkaHttpVersion = "10.6.0-M2"
val AkkaManagementVersion = "1.5.0-M1"
val AkkaPersistenceR2dbcVersion = "1.2.0-M6"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.0-M4")
sys.props.getOrElse("akka-projection.version", "1.5.0-M5")
val AkkaDiagnosticsVersion = "2.1.0-M1"

enablePlugins(AkkaGrpcPlugin)
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/shopping-cart-service-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.0-M3</akka.version>
<akka-projection.version>1.5.0-M4</akka-projection.version>
<akka-projection.version>1.5.0-M5</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0-M6</akka-persistence-r2dbc.version>
<akka-management.version>1.5.0-M1</akka-management.version>
<akka-diagnostics.version>2.1.0-M1</akka-diagnostics.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/shopping-cart-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val AkkaHttpVersion = "10.6.0-M2"
val AkkaManagementVersion = "1.5.0-M1"
val AkkaPersistenceR2dbcVersion = "1.2.0-M6"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.0-M4")
sys.props.getOrElse("akka-projection.version", "1.5.0-M5")
val AkkaDiagnosticsVersion = "2.1.0-M1"

enablePlugins(AkkaGrpcPlugin)
Expand Down
2 changes: 1 addition & 1 deletion samples/replicated/shopping-cart-service-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.0-M3</akka.version>
<akka-projection.version>1.5.0-M4</akka-projection.version>
<akka-projection.version>1.5.0-M5</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0-M6</akka-persistence-r2dbc.version>
<akka-management.version>1.5.0-M1</akka-management.version>
<akka-diagnostics.version>2.1.0-M1</akka-diagnostics.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/replicated/shopping-cart-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ val AkkaHttpVersion = "10.6.0-M2"
val AkkaManagementVersion = "1.5.0-M1"
val AkkaPersistenceR2dbcVersion = "1.2.0-M6"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.0-M4")
sys.props.getOrElse("akka-projection.version", "1.5.0-M5")
val AkkaDiagnosticsVersion = "2.1.0-M1"

enablePlugins(AkkaGrpcPlugin)
Expand Down

0 comments on commit 580db46

Please sign in to comment.