Skip to content

Commit

Permalink
Update plugin versions in extension development docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PseudoKnight committed Nov 11, 2024
1 parent d712ba2 commit 5a53dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/docs/Extension_Development
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Please include the following snippet under the <code>&lt;build&gt;&lt;plugins&gt
<plugin>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin</artifactId>
<version>5.0-jdk8-rc1</version>
<version>5.0</version>
<executions>
<execution>
<id>process</id>
Expand All @@ -130,7 +130,7 @@ Please include the following snippet under the <code>&lt;build&gt;&lt;plugins&gt
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.2.0</version>
<executions>
<execution>
<id>cache-annotations</id>
Expand Down

0 comments on commit 5a53dd3

Please sign in to comment.