Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/k8s-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-eberle committed Feb 9, 2024
2 parents 1da8077 + cd1cf5a commit 3979d0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bookstore-quarkus-sync/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# Quarkus
quarkusPluginId=io.quarkus
quarkusPluginVersion=3.7.0.CR1
quarkusPluginVersion=3.7.1
quarkusPlatformGroupId=io.quarkus.platform
quarkusPlatformArtifactId=quarkus-bom
quarkusPlatformVersion=3.7.0.CR1
quarkusPlatformVersion=3.7.1
#
# Kotlin
kotlinVersion=1.9.22
Expand Down
4 changes: 2 additions & 2 deletions bookstore-quarkus/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# Quarkus
quarkusPluginId=io.quarkus
quarkusPluginVersion=3.7.0.CR1
quarkusPluginVersion=3.7.1
quarkusPlatformGroupId=io.quarkus.platform
quarkusPlatformArtifactId=quarkus-bom
quarkusPlatformVersion=3.7.0.CR1
quarkusPlatformVersion=3.7.1
#
# Kotlin
kotlinVersion=1.9.22
Expand Down
2 changes: 1 addition & 1 deletion bookstore-quarkus/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ pluginManagement {
id(quarkusPluginId) version quarkusPluginVersion
}
}
rootProject.name="bookstore-quarkus-mutiny"
rootProject.name="bookstore-quarkus-reactive"

0 comments on commit 3979d0e

Please sign in to comment.