Skip to content

Commit a242a8a

Browse files
committed
use fixed maven-deploy version
1 parent b8f8bb9 commit a242a8a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,15 @@
362362
<url>https://maven.pkg.github.com/cryptomator/integrations-mac</url>
363363
</repository>
364364
</distributionManagement>
365+
<build>
366+
<plugins>
367+
<plugin>
368+
<groupId>org.apache.maven.plugins</groupId>
369+
<artifactId>maven-deploy-plugin</artifactId>
370+
<version>3.1.0</version>
371+
</plugin>
372+
</plugins>
373+
</build>
365374
</profile>
366375
</profiles>
367376
</project>

0 commit comments

Comments
 (0)