From 60d8564b79fed5cd5dfd6633eaa188d5f746ec56 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 14 Jan 2025 00:42:59 +0000 Subject: [PATCH 1/2] Update versions in READMEs [skip ci] --- README.md | 4 ++-- transactionoutbox-guice/README.md | 4 ++-- transactionoutbox-jackson/README.md | 4 ++-- transactionoutbox-jooq/README.md | 4 ++-- transactionoutbox-quarkus/README.md | 4 ++-- transactionoutbox-spring/README.md | 4 ++-- ~/settings.xml | 11 +++++++++++ 7 files changed, 23 insertions(+), 12 deletions(-) create mode 100644 ~/settings.xml diff --git a/README.md b/README.md index f109922d..1cf1bbc4 100644 --- a/README.md +++ b/README.md @@ -125,14 +125,14 @@ The latest stable release is available from Maven Central. Stable releases are [ com.gruelbox transactionoutbox-core - 5.5.447 + 6.0.535 ``` #### Gradle ```groovy -implementation 'com.gruelbox:transactionoutbox-core:5.5.447' +implementation 'com.gruelbox:transactionoutbox-core:6.0.535' ``` ### Development snapshots diff --git a/transactionoutbox-guice/README.md b/transactionoutbox-guice/README.md index cd3961e4..2af4812e 100644 --- a/transactionoutbox-guice/README.md +++ b/transactionoutbox-guice/README.md @@ -16,14 +16,14 @@ Extension for [transaction-outbox-core](../README.md) which integrates with Guic com.gruelbox transactionoutbox-guice - 5.5.447 + 6.0.535 ``` #### Gradle ```groovy -implementation 'com.gruelbox:transactionoutbox-guice:5.5.447' +implementation 'com.gruelbox:transactionoutbox-guice:6.0.535' ``` ### Development snapshots diff --git a/transactionoutbox-jackson/README.md b/transactionoutbox-jackson/README.md index 5cbef46e..8358039e 100644 --- a/transactionoutbox-jackson/README.md +++ b/transactionoutbox-jackson/README.md @@ -25,14 +25,14 @@ which is why it is not included in the core library. com.gruelbox transactionoutbox-jackson - 5.5.447 + 6.0.535 ``` #### Gradle ```groovy -implementation 'com.gruelbox:transactionoutbox-jackson:5.5.447' +implementation 'com.gruelbox:transactionoutbox-jackson:6.0.535' ``` ### Development snapshots diff --git a/transactionoutbox-jooq/README.md b/transactionoutbox-jooq/README.md index 71366d60..f0664730 100644 --- a/transactionoutbox-jooq/README.md +++ b/transactionoutbox-jooq/README.md @@ -20,14 +20,14 @@ jOOQ gives you the option to either use thread-local transaction management or e com.gruelbox transactionoutbox-jooq - 5.5.447 + 6.0.535 ``` #### Gradle ```groovy -implementation 'com.gruelbox:transactionoutbox-jooq:5.5.447' +implementation 'com.gruelbox:transactionoutbox-jooq:6.0.535' ``` ### Development snapshots diff --git a/transactionoutbox-quarkus/README.md b/transactionoutbox-quarkus/README.md index 4a381c8b..6684a69e 100644 --- a/transactionoutbox-quarkus/README.md +++ b/transactionoutbox-quarkus/README.md @@ -17,14 +17,14 @@ The latest stable release is available from Maven Central. com.gruelbox transactionoutbox-quarkus - 5.5.447 + 6.0.535 ``` #### Gradle ```groovy -implementation 'com.gruelbox:transactionoutbox-quarkus:5.5.447' +implementation 'com.gruelbox:transactionoutbox-quarkus:6.0.535' ``` ### Development snapshots diff --git a/transactionoutbox-spring/README.md b/transactionoutbox-spring/README.md index 90178048..5c47646f 100644 --- a/transactionoutbox-spring/README.md +++ b/transactionoutbox-spring/README.md @@ -20,14 +20,14 @@ The latest stable release is available from Maven Central. com.gruelbox transactionoutbox-spring - 5.5.447 + 6.0.535 ``` #### Gradle ```groovy -implementation 'com.gruelbox:transactionoutbox-spring:5.5.447' +implementation 'com.gruelbox:transactionoutbox-spring:6.0.535' ``` ### Development snapshots diff --git a/~/settings.xml b/~/settings.xml new file mode 100644 index 00000000..31838387 --- /dev/null +++ b/~/settings.xml @@ -0,0 +1,11 @@ + + + + github + ${env.GITHUB_ACTOR} + ${env.GITHUB_TOKEN} + + + \ No newline at end of file From fa829cb5581c0c4da40c98e966e0e2d951450b77 Mon Sep 17 00:00:00 2001 From: Graham Crockford <6483013+badgerwithagun@users.noreply.github.com> Date: Tue, 14 Jan 2025 00:47:01 +0000 Subject: [PATCH 2/2] Delete ~/settings.xml --- ~/settings.xml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 ~/settings.xml diff --git a/~/settings.xml b/~/settings.xml deleted file mode 100644 index 31838387..00000000 --- a/~/settings.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - github - ${env.GITHUB_ACTOR} - ${env.GITHUB_TOKEN} - - - \ No newline at end of file