Skip to content

Commit

Permalink
Fix version tag for maven-failsafe-plugin
Browse files Browse the repository at this point in the history
Fix version tag for maven-failsafe-plugin by removing
incorrect additional space.

Signed-off-by: Ivan Hrasko <[email protected]>
  • Loading branch information
ihrasko committed Apr 18, 2024
1 parent 2526fa6 commit 1a64919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighty-core/lighty-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.5< /version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 1a64919

Please sign in to comment.