Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To configure the plugin add a `<configuration>` block for the plugin under the `
<plugin>
<groupId>io.github.reqstool</groupId>
<artifactId>reqstool-maven-plugin</artifactId>
<version>1.0.0</version>
<version>1.0.4</version>
<configuration>
<!-- File Paths -->
<requirementsAnnotationsFile>
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To use the Reqstool Java Maven Plugin, add the following configuration to your M
<plugin>
<groupId>io.github.reqstool</groupId>
<artifactId>reqstool-maven-plugin</artifactId>
<version>1.0.0</version>
<version>1.0.4</version>
<executions>
<execution>
<goals>
Expand All @@ -20,7 +20,7 @@ To use the Reqstool Java Maven Plugin, add the following configuration to your M
<dependency>
<groupId>io.github.reqstool</groupId>
<artifactId>reqstool-java-annotations</artifactId>
<version>1.0.0</version>
<version>1.0.4</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>io.github.reqstool</groupId>
<artifactId>reqstool-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.0.0</version>
<version>1.0.4</version>

<name>${project.artifactId}</name>
<description>Reqstool - Maven Plugin</description>
Expand Down