From b168b424612485aaac74b4efa85f805012903af6 Mon Sep 17 00:00:00 2001 From: Kyle Aure Date: Wed, 15 May 2024 13:00:56 -0500 Subject: [PATCH 1/3] test-dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c5f0e168b..aa6580ca1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,9 @@ updates: directory: / schedule: interval: daily + + # TODO not sure if dependabot will recognize non-standard pom file names? + - package-ecosystem: maven + directory: /tck-dist/src/main/starter/ + schedule: + interval: daily \ No newline at end of file From b0d3379c0361cab6dab2ca9ae67406df0de02263 Mon Sep 17 00:00:00 2001 From: Kyle Aure Date: Wed, 15 May 2024 13:17:09 -0500 Subject: [PATCH 2/3] Test dependabot again --- .github/dependabot.yml | 2 +- tck-dist/src/main/pom.xml | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 tck-dist/src/main/pom.xml diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aa6580ca1..11b5712df 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,6 @@ updates: # TODO not sure if dependabot will recognize non-standard pom file names? - package-ecosystem: maven - directory: /tck-dist/src/main/starter/ + directory: /tck-dist/src/main/ schedule: interval: daily \ No newline at end of file diff --git a/tck-dist/src/main/pom.xml b/tck-dist/src/main/pom.xml new file mode 100644 index 000000000..68bee5fa2 --- /dev/null +++ b/tck-dist/src/main/pom.xml @@ -0,0 +1,37 @@ + + + + + 4.0.0 + + + + jakarta.data + data-tck-aggregator + 1.0-SNAPSHOT + + + starter/ee-pom.xml + starter/se-pom.xml + + + \ No newline at end of file From 57be7e056426ed366dd5e656422086e8c4950e27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 18:19:12 +0000 Subject: [PATCH 3/3] chore(deps): Bump org.apache.maven.plugins:maven-surefire-plugin Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.22.2 to 3.2.5. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.2...surefire-3.2.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tck-dist/src/main/starter/ee-pom.xml | 2 +- tck-dist/src/main/starter/se-pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tck-dist/src/main/starter/ee-pom.xml b/tck-dist/src/main/starter/ee-pom.xml index 3432fa228..c7b6152e0 100644 --- a/tck-dist/src/main/starter/ee-pom.xml +++ b/tck-dist/src/main/starter/ee-pom.xml @@ -43,7 +43,7 @@ 3.3.0 3.10.1 - 2.22.2 + 3.2.5 [path/to/appserver/lib] diff --git a/tck-dist/src/main/starter/se-pom.xml b/tck-dist/src/main/starter/se-pom.xml index 6b213cefa..c4bb080f8 100644 --- a/tck-dist/src/main/starter/se-pom.xml +++ b/tck-dist/src/main/starter/se-pom.xml @@ -43,7 +43,7 @@ 3.3.0 3.10.1 - 2.22.2 + 3.2.5