From 4961829fcd67d5dee8ba154c8a0ba08953006485 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 19 Mar 2025 02:19:38 -0700 Subject: [PATCH] Minor cleanups --- README.md | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index c0ba781..0054dff 100644 --- a/README.md +++ b/README.md @@ -18,20 +18,22 @@ This processor was inspired by Cédric Beust's [version-processor](https://githu ## Table of Contents -- [Examples](#examples) -- [Template](#template) - - [Default Template](#default-template) - - [Custom Template](#custom-template) -- [Elements & Properties](#elements--properties) -- [Maven](#maven) -- [bld](#bld) -- [Gradle](#gradle) - - [Class Generation](#class-generation) - - [Class & Source Generation](#class--source-generation) -- [Kotlin](#kotlin) - - [Kotlin & Gradle](#kotlin--gradle) -- [Auto-Increment](#auto-increment) -- [Contributing](#contributing) +- [Semantic Version Annotation Processor](#semantic-version-annotation-processor) + - [Table of Contents](#table-of-contents) + - [Examples](#examples) + - [Template](#template) + - [Default Template](#default-template) + - [Custom Template](#custom-template) + - [Elements \& Properties](#elements--properties) + - [Maven](#maven) + - [bld](#bld) + - [Gradle](#gradle) + - [Class Generation](#class-generation) + - [Class \& Source Generation](#class--source-generation) + - [Kotlin](#kotlin) + - [Kotlin \& Gradle](#kotlin--gradle) + - [Auto-Increment](#auto-increment) + - [Contributing](#contributing) ## Examples @@ -201,11 +203,13 @@ 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/gradle/pom.xml) in the [examples/java/gradle](https://github.com/ethauvin/semver/tree/master/examples/java/gradle) directory for a sample: - +```console mvn verify ``` +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: + + ## bld To install and run from [bld](https://rife2.com/bld), just add the dependency to your build file: