Skip to content

Commit

Permalink
chore(build): update deploy plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed May 13, 2024
1 parent e7c8b39 commit 182c327
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,16 @@
<module>community</module>
<module>subscription</module>
</modules>

<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
</plugin>
</plugins>
</pluginManagement>
</build>

</project>

0 comments on commit 182c327

Please sign in to comment.