Skip to content

Commit

Permalink
use fixed maven-deploy version
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Feb 21, 2023
1 parent b8f8bb9 commit a242a8a
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 @@ -362,6 +362,15 @@
<url>https://maven.pkg.github.com/cryptomator/integrations-mac</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 a242a8a

Please sign in to comment.