Fix Maven POM location and URL

This commit is contained in:
Erik C. Thauvin 2025-03-19 01:45:05 -07:00
parent 0857cb00a6
commit 14d38fa0da
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -201,9 +201,8 @@ To install and run from [Maven](https://maven.apache.org/), configure an artifac
</dependency>
```
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
```