From c2606f57e0486b6bbdd037601a9837f736fa1391 Mon Sep 17 00:00:00 2001 From: James Nord Date: Mon, 6 Mar 2023 12:15:49 +0000 Subject: [PATCH] set maven libs according to consumers --- .github/dependabot.yml | 5 ++++- maven-plugin/pom.xml | 5 +++++ pom.xml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d29ef9c..0437dec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,10 @@ updates: directory: "/" schedule: interval: "weekly" - - package-ecosystem: "github-actions" + ignore: + # maven core artifacts are provided by the running maven, do not update to prevent consuming something unavailable + - dependency-name: "org.apache.maven:*" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 64aea18..3d48746 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -11,6 +11,11 @@ 3.7.1 + + + ${maven.version} + + ${project.groupId} diff --git a/pom.xml b/pom.xml index 824ef87..1440cc8 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ UTF-8 - 3.9.0 + 3.8.1 lib