Skip to content

Commit 528e424

Browse files
committed
specify version of maven-deploy-plugin
1 parent 886d618 commit 528e424

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

parent/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@ application while protecting against XSS.
181181
<target>1.5</target>
182182
</configuration>
183183
</plugin>
184+
<plugin>
185+
<groupId>org.apache.maven.plugins</groupId>
186+
<artifactId>maven-deploy-plugin</artifactId>
187+
<version>2.8.2</version>
188+
</plugin>
184189
</plugins>
185190
</pluginManagement>
186191
</build>

0 commit comments

Comments
 (0)