Skip to content

Commit

Permalink
use fixed maven-deploy-plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Feb 22, 2023
1 parent 14db41e commit 676924b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,15 @@
<url>https://maven.pkg.github.com/cryptomator/integrations-win</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.0</version>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit 676924b

Please sign in to comment.