Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Fix maven deploy plugin version (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayard Neville authored Jan 6, 2020
1 parent 2ce7122 commit b78e45c
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 @@ -107,7 +107,7 @@
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0</version>
<version>3.0.0-M1</version>
<executions>
<execution>
<id>default-deploy</id>
Expand Down

0 comments on commit b78e45c

Please sign in to comment.