Skip to content

Commit b65c270

Browse files
committed
Update plugin-configuration-samples.md
1 parent 72ad6b7 commit b65c270

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/plugin-configuration-samples.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```xml
66
<plugin>
7-
<groupId>io.github.fvarrui</groupId>
7+
<groupId>io.github.fvarrui</groupId>
88
<artifactId>javapackager</artifactId>
99
<version>{latest-plugin-version-here}</version>
1010
<executions>
@@ -31,7 +31,7 @@ Also, JavaPackager plugin is able to get some properties from `pom.xml`, so you
3131
<build>
3232
<plugins>
3333
<plugin>
34-
<groupId>io.github.fvarrui</groupId>
34+
<groupId>io.github.fvarrui</groupId>
3535
<artifactId>javapackager</artifactId>
3636
<version>{latest-plugin-version-here}</version>
3737
<executions>
@@ -53,7 +53,7 @@ Also, JavaPackager plugin is able to get some properties from `pom.xml`, so you
5353

5454
```xml
5555
<plugin>
56-
<groupId>io.github.fvarrui</groupId>
56+
<groupId>io.github.fvarrui</groupId>
5757
<artifactId>javapackager</artifactId>
5858
<version>{latest-plugin-version-here}</version>
5959
<executions>
@@ -77,7 +77,7 @@ Also, JavaPackager plugin is able to get some properties from `pom.xml`, so you
7777

7878
```xml
7979
<plugin>
80-
<groupId>io.github.fvarrui</groupId>
80+
<groupId>io.github.fvarrui</groupId>
8181
<artifactId>javapackager</artifactId>
8282
<version>{latest-plugin-version-here}</version>
8383
<executions>
@@ -100,7 +100,7 @@ Also, JavaPackager plugin is able to get some properties from `pom.xml`, so you
100100

101101
```xml
102102
<plugin>
103-
<groupId>io.github.fvarrui</groupId>
103+
<groupId>io.github.fvarrui</groupId>
104104
<artifactId>javapackager</artifactId>
105105
<version>{latest-plugin-version-here}</version>
106106
<executions>
@@ -123,8 +123,8 @@ Also, JavaPackager plugin is able to get some properties from `pom.xml`, so you
123123

124124
```xml
125125
<plugin>
126-
<groupId>io.github.fvarrui</groupId>
127-
<artifactId>javapackager</artifactId>
126+
<groupId>io.github.fvarrui</groupId>
127+
<artifactId>javapackager</artifactId>
128128
<version>{latest-plugin-version-here}</version>
129129
<executions>
130130
<execution>
@@ -147,8 +147,8 @@ Also, JavaPackager plugin is able to get some properties from `pom.xml`, so you
147147

148148
```xml
149149
<plugin>
150-
<groupId>io.github.fvarrui</groupId>
151-
<artifactId>javapackager</artifactId>
150+
<groupId>io.github.fvarrui</groupId>
151+
<artifactId>javapackager</artifactId>
152152
<version>{latest-plugin-version-here}</version>
153153
<executions>
154154
<execution>

0 commit comments

Comments
 (0)