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

Commit b78e45c

Browse files
author
Bayard Neville
authored
Fix maven deploy plugin version (#37)
1 parent 2ce7122 commit b78e45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<plugins>
108108
<plugin>
109109
<artifactId>maven-deploy-plugin</artifactId>
110-
<version>3.0.0</version>
110+
<version>3.0.0-M1</version>
111111
<executions>
112112
<execution>
113113
<id>default-deploy</id>

0 commit comments

Comments
 (0)