Skip to content

Commit

Permalink
Merge pull request #1323 from vespa-engine/renovate/org.codehaus.mojo…
Browse files Browse the repository at this point in the history
…-versions-maven-plugin-2.x

Update dependency org.codehaus.mojo:versions-maven-plugin to v2.16.1
  • Loading branch information
bjorncs authored Oct 12, 2023
2 parents e078a34 + bcdff58 commit e2f16ec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/generic-request-processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
<configuration>
<allowMajorUpdates>false</allowMajorUpdates>
<generateBackupPoms>false</generateBackupPoms>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
<configuration>
<allowMajorUpdates>false</allowMajorUpdates>
<generateBackupPoms>false</generateBackupPoms>
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple-bundles-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
<configuration>
<allowMajorUpdates>false</allowMajorUpdates>
<generateBackupPoms>false</generateBackupPoms>
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple-bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
<configuration>
<allowMajorUpdates>false</allowMajorUpdates>
<generateBackupPoms>false</generateBackupPoms>
Expand Down
2 changes: 1 addition & 1 deletion examples/predicate-fields/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
<configuration>
<allowMajorUpdates>false</allowMajorUpdates>
<generateBackupPoms>false</generateBackupPoms>
Expand Down

0 comments on commit e2f16ec

Please sign in to comment.