Skip to content

Commit

Permalink
NO-ISSUE: Remove unnecessary version on quarkus-maven-plugin from `…
Browse files Browse the repository at this point in the history
…process-security` example (apache#2929)
  • Loading branch information
tiagobento authored and ricardozanini committed Feb 25, 2025
1 parent a985a9f commit d485478
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/process-security/kie-service-1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${version.quarkus}</version>
<executions>
<execution>
<goals>
Expand Down
1 change: 0 additions & 1 deletion examples/process-security/kie-service-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${version.quarkus}</version>
<executions>
<execution>
<goals>
Expand Down
1 change: 0 additions & 1 deletion examples/process-security/kie-service-3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${version.quarkus}</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit d485478

Please sign in to comment.