Skip to content

Commit

Permalink
update plugin versions in code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
ghackenberg authored Nov 30, 2022
1 parent 5f645ee commit b724d55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Output archive to **modules** folder:
```xml
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<configuration>
<outputDirectory>${project.build.directory}/modules</outputDirectory>
<!-- output to ${project.build.directory}/modules -->
Expand All @@ -44,7 +44,7 @@ Copy dependencies to **modules** folder:
```xml
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.2.0</version>
<version>3.4.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -84,7 +84,7 @@ The **patch mojo** can be configured as follows:
<plugin>
<groupId>io.github.ghackenberg</groupId>
<artifactId>jigsaw-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<executions>
<execution>
<id>jigsaw-package</id>
Expand Down Expand Up @@ -123,7 +123,7 @@ The **link mojo** can be configured as follows:
<plugin>
<groupId>io.github.ghackenberg</groupId>
<artifactId>jigsaw-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<executions>
<execution>
<id>jigsaw-link</id>
Expand Down Expand Up @@ -164,7 +164,7 @@ The **package mojo** can be configured as follows:
<plugin>
<groupId>io.github.ghackenberg</groupId>
<artifactId>jigsaw-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<executions>
<execution>
<id>jigsaw-package</id>
Expand Down

0 comments on commit b724d55

Please sign in to comment.