Skip to content

Commit

Permalink
Update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 19, 2024
1 parent 2467075 commit 5aa8ce8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<executions>
<execution>
<id>attach-artifacts</id>
Expand Down
2 changes: 1 addition & 1 deletion src/it/basic-usage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion src/it/parallel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion src/it/with-options/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 5aa8ce8

Please sign in to comment.