Skip to content

Commit

Permalink
Use correct maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesarnal committed Dec 3, 2024
1 parent 5f5f140 commit 8d3b02f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@
<httpclient.version>4.5.14</httpclient.version>
<apicurio-common-rest-client.version>0.1.18.Final</apicurio-common-rest-client.version>
<apicurio-common-app-components.version>0.2.7.Final</apicurio-common-app-components.version>
<apicurio-maven-plugin.version>0.0.2</apicurio-maven-plugin.version>
<sentry.version>1.7.30</sentry.version>
<kafka-oauth-client.version>0.15.0</kafka-oauth-client.version>
<kafka-clients.version>3.9.0</kafka-clients.version>
Expand Down
4 changes: 2 additions & 2 deletions prod-verifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<plugins>
<plugin>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-common-app-components-maven-plugin</artifactId>
<version>${apicurio-common-app-components.version}</version>
<artifactId>apicurio-maven-plugin</artifactId>
<version>${apicurio-maven-plugin.version}</version>
<executions>
<execution>
<id>verify-prod-dependencies</id>
Expand Down

0 comments on commit 8d3b02f

Please sign in to comment.