Skip to content

Commit

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

Update dependency org.codehaus.mojo:exec-maven-plugin to v3.2.0
  • Loading branch information
kkraune authored Mar 7, 2024
2 parents b2f505f + 108145f commit f1e8d22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion billion-scale-image-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<executions>
<execution>
<id>download-model</id>
Expand Down
2 changes: 1 addition & 1 deletion text-image-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<executions>
<execution>
<id>download-model</id>
Expand Down
2 changes: 1 addition & 1 deletion use-case-shopping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<executions>
<execution>
<id>download-model</id>
Expand Down

0 comments on commit f1e8d22

Please sign in to comment.