Skip to content

Commit

Permalink
Downgrade Maven deploy plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Feb 10, 2021
1 parent 63b41dc commit 72898d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-cloud-aws-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
<version>2.7</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down

0 comments on commit 72898d7

Please sign in to comment.