From 14d38fa0dab60f8b3dca5f8656b4138a7781da7c Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 19 Mar 2025 01:45:05 -0700 Subject: [PATCH] Fix Maven POM location and URL --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fb41979..c0ba781 100644 --- a/README.md +++ b/README.md @@ -201,9 +201,8 @@ To install and run from [Maven](https://maven.apache.org/), configure an artifac ``` -Please look at [pom.xml](https://github.com/ethauvin/semver/blob/master/examples/java/pom.xml) in the [examples/java](https://github.com/ethauvin/semver/tree/master/examples/java) directory for a sample: +Please look at [pom.xml](https://github.com/ethauvin/semver/blob/master/examples/java/gradle/pom.xml) in the [examples/java/gradle](https://github.com/ethauvin/semver/tree/master/examples/java/gradle) directory for a sample: -```bash mvn verify ```