Skip to content

Commit

Permalink
Merge pull request jakartaee#438 from jakartaee/dependabot/maven/org.…
Browse files Browse the repository at this point in the history
…codehaus.mojo-exec-maven-plugin-3.2.0

Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0
  • Loading branch information
mswatosh authored Feb 22, 2024
2 parents 51216ae + 393b91d commit d3c4e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tck-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<executions>
<execution>
<id>generate-asciidoc</id>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<executions>
<execution>
<id>extractModules</id>
Expand Down

0 comments on commit d3c4e24

Please sign in to comment.