Skip to content

Commit 7a5a67c

Browse files
committed
chore: bump version to 1.0.4
1 parent 56ee4e5 commit 7a5a67c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
name: reqstool-java-maven-plugin
44
title: Reqstool Maven Plugin
5-
version: 1.0.0
5+
version: 1.0.4
66
nav:
77
- modules/ROOT/nav.adoc

docs/modules/ROOT/pages/configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To configure the plugin add a `<configuration>` block for the plugin under the `
1010
<plugin>
1111
<groupId>io.github.reqstool</groupId>
1212
<artifactId>reqstool-maven-plugin</artifactId>
13-
<version>1.0.0</version>
13+
<version>1.0.4</version>
1414
<configuration>
1515
<!-- File Paths -->
1616
<requirementsAnnotationsFile>

docs/modules/ROOT/pages/usage.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To use the Reqstool Java Maven Plugin, add the following configuration to your M
88
<plugin>
99
<groupId>io.github.reqstool</groupId>
1010
<artifactId>reqstool-maven-plugin</artifactId>
11-
<version>1.0.0</version>
11+
<version>1.0.4</version>
1212
<executions>
1313
<execution>
1414
<goals>
@@ -20,7 +20,7 @@ To use the Reqstool Java Maven Plugin, add the following configuration to your M
2020
<dependency>
2121
<groupId>io.github.reqstool</groupId>
2222
<artifactId>reqstool-java-annotations</artifactId>
23-
<version>1.0.0</version>
23+
<version>1.0.4</version>
2424
</dependency>
2525
</dependencies>
2626
</plugin>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>io.github.reqstool</groupId>
99
<artifactId>reqstool-maven-plugin</artifactId>
1010
<packaging>maven-plugin</packaging>
11-
<version>1.0.0</version>
11+
<version>1.0.4</version>
1212

1313
<name>${project.artifactId}</name>
1414
<description>Reqstool - Maven Plugin</description>

0 commit comments

Comments
 (0)