From 7a5a67c2ec65243dd2da0d6ef23489e7265ee484 Mon Sep 17 00:00:00 2001 From: Jimisola Laursen Date: Thu, 26 Feb 2026 01:37:13 +0100 Subject: [PATCH] chore: bump version to 1.0.4 --- docs/antora.yml | 2 +- docs/modules/ROOT/pages/configuration.adoc | 2 +- docs/modules/ROOT/pages/usage.adoc | 4 ++-- pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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