Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

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 48e6587 commit e08cab9
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 @@ -313,6 +313,15 @@
<url>https://maven.pkg.github.com/cryptomator/dokany-nio-adapter</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven.deploy.version}</version>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit e08cab9

Please sign in to comment.