Skip to content

Commit

Permalink
chore: Fix enforcer execution ID
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed Oct 22, 2023
1 parent cad435f commit 9a6447c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>enforce-no-snapshots</id>
<id>enforce-maven-version</id>
<goals>
<goal>enforce</goal>
</goals>
Expand Down

0 comments on commit 9a6447c

Please sign in to comment.