Skip to content

Commit 3d90f05

Browse files
committed
docs: update groupId, package, and version references to io.github.reqstool 0.1.0
1 parent 666124f commit 3d90f05

3 files changed

Lines changed: 8 additions & 8 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: 0.0.3
5+
version: 0.1.0
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
@@ -8,7 +8,7 @@ To configure the plugin add a `<configuration>` block for the plugin under the `
88
<build>
99
<plugins>
1010
<plugin>
11-
<groupId>se.lfv.reqstool</groupId>
11+
<groupId>io.github.reqstool</groupId>
1212
<artifactId>reqstool-maven-plugin</artifactId>
1313
<version>0.1.0</version>
1414
<configuration>

docs/modules/ROOT/pages/usage.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
== Usage
22

3-
To use the LFV Reqstool Java Maven Plugin, add the following configuration to your Maven project's `pom.xml`:
3+
To use the Reqstool Java Maven Plugin, add the following configuration to your Maven project's `pom.xml`:
44

55
```xml
66
<build>
77
<plugins>
88
<plugin>
9-
<groupId>se.lfv.reqstool</groupId>
9+
<groupId>io.github.reqstool</groupId>
1010
<artifactId>reqstool-maven-plugin</artifactId>
11-
<version>1.0.0</version>
11+
<version>0.1.0</version>
1212
<executions>
1313
<execution>
1414
<goals>
@@ -18,11 +18,11 @@ To use the LFV Reqstool Java Maven Plugin, add the following configuration to yo
1818
</executions>
1919
<dependencies>
2020
<dependency>
21-
<groupId>se.lfv.reqstool</groupId>
21+
<groupId>io.github.reqstool</groupId>
2222
<artifactId>reqstool-java-annotations</artifactId>
23-
<version>0.1.2</version>
23+
<version>0.1.0</version>
2424
</dependency>
25-
</dependencies>
25+
</dependencies>
2626
</plugin>
2727
</plugins>
2828
</build>

0 commit comments

Comments
 (0)