Skip to content

Commit

Permalink
Merge pull request #30 from hivemq/release/bump-version
Browse files Browse the repository at this point in the history
Release / Bump Version
  • Loading branch information
LukasBrand authored Apr 30, 2024
2 parents f1f992b + c425031 commit eeadda6
Show file tree
Hide file tree
Showing 18 changed files with 1,572 additions and 85 deletions.
1,161 changes: 1,161 additions & 0 deletions .editorconfig

Large diffs are not rendered by default.

331 changes: 311 additions & 20 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ hivemqExtension {
}

dependencies {
compileOnly(libs.jetbrains.annotations)

hivemqProvided(libs.logback.classic)
implementation(libs.azure.storage.blob)
implementation(libs.owner.java8)
Expand All @@ -33,6 +35,7 @@ testing {
}
"test"(JvmTestSuite::class) {
dependencies {
compileOnly(libs.jetbrains.annotations)
implementation(libs.mockito)
implementation(libs.awaitility)
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.1.0
version=1.2.0
Loading

0 comments on commit eeadda6

Please sign in to comment.