Skip to content

Commit

Permalink
POM: maven-deploy-plugin -> 3.0.0-M1 + deployAtEnd=true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Apr 29, 2020
1 parent c6615ad commit 54a643c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Expand Up @@ -1828,7 +1828,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<version>3.0.0-M1</version>
<configuration>
<deployAtEnd>true</deployAtEnd>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.m2e</groupId>
Expand Down

0 comments on commit 54a643c

Please sign in to comment.