diff --git a/docs/antora.yml b/docs/antora.yml index a56fdb8..4a4b5e4 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -2,6 +2,6 @@ name: reqstool-java-maven-plugin title: Reqstool Maven Plugin -version: 1.0.0 +version: 1.0.4 nav: - modules/ROOT/nav.adoc diff --git a/docs/modules/ROOT/pages/configuration.adoc b/docs/modules/ROOT/pages/configuration.adoc index 2292909..cf0f73a 100644 --- a/docs/modules/ROOT/pages/configuration.adoc +++ b/docs/modules/ROOT/pages/configuration.adoc @@ -10,7 +10,7 @@ To configure the plugin add a `` block for the plugin under the ` io.github.reqstool reqstool-maven-plugin - 1.0.0 + 1.0.4 diff --git a/docs/modules/ROOT/pages/usage.adoc b/docs/modules/ROOT/pages/usage.adoc index 6a9ec78..719d2d1 100644 --- a/docs/modules/ROOT/pages/usage.adoc +++ b/docs/modules/ROOT/pages/usage.adoc @@ -8,7 +8,7 @@ To use the Reqstool Java Maven Plugin, add the following configuration to your M io.github.reqstool reqstool-maven-plugin - 1.0.0 + 1.0.4 @@ -20,7 +20,7 @@ To use the Reqstool Java Maven Plugin, add the following configuration to your M io.github.reqstool reqstool-java-annotations - 1.0.0 + 1.0.4 diff --git a/pom.xml b/pom.xml index e4f8452..7df966d 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ io.github.reqstool reqstool-maven-plugin maven-plugin - 1.0.0 + 1.0.4 ${project.artifactId} Reqstool - Maven Plugin