This is an automated email from the ASF dual-hosted git repository. mbuenger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git
The following commit(s) were added to refs/heads/master by this push: new e6ffb27 Update parent to 44 (#59) e6ffb27 is described below commit e6ffb27cb4eb898c7bd3f9fc87a483adf507ff9a Author: Matthias Bünger <buk...@users.noreply.github.com> AuthorDate: Mon Jun 9 16:10:03 2025 +0200 Update parent to 44 (#59) --- pom.xml | 3 ++- .../org/apache/maven/plugins/jdeps/consumers/JDepsConsumerTest.java | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8ed2e2b..7d0e02f 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>43</version> + <version>44</version> <relativePath /> </parent> @@ -76,6 +76,7 @@ under the License. <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> + <version>${version.maven-plugin-tools}</version> <scope>provided</scope> </dependency> <dependency> diff --git a/src/test/java/org/apache/maven/plugins/jdeps/consumers/JDepsConsumerTest.java b/src/test/java/org/apache/maven/plugins/jdeps/consumers/JDepsConsumerTest.java index 5c20cb1..76cd9b8 100644 --- a/src/test/java/org/apache/maven/plugins/jdeps/consumers/JDepsConsumerTest.java +++ b/src/test/java/org/apache/maven/plugins/jdeps/consumers/JDepsConsumerTest.java @@ -44,7 +44,7 @@ public class JDepsConsumerTest { } @Test - public void testJDKInternalAPI_Linux_Java8() { + public void testJDKInternalAPILinuxJava8() { consumer = new JDepsConsumer(); consumer.consumeLine("classes -> JDK removed internal API"); consumer.consumeLine("classes -> java.base"); @@ -63,7 +63,7 @@ public class JDepsConsumerTest { } @Test - public void testJDKInternalAPI_Java8_291() { + public void testJDKInternalAPIJava8u291() { consumer = new JDepsConsumer(); consumer.consumeLine("classes -> JDK removed internal API"); consumer.consumeLine("classes -> java.base");