Skip to content

Commit 78ee9d2

Browse files
committed
use fixed maven-deploy-plugin version
1 parent 30b1160 commit 78ee9d2

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
@@ -286,6 +286,15 @@
286286
<url>https://maven.pkg.github.com/cryptomator/integrations-linux</url>
287287
</repository>
288288
</distributionManagement>
289+
<build>
290+
<plugins>
291+
<plugin>
292+
<groupId>org.apache.maven.plugins</groupId>
293+
<artifactId>maven-deploy-plugin</artifactId>
294+
<version>3.1.0</version>
295+
</plugin>
296+
</plugins>
297+
</build>
289298
</profile>
290299
</profiles>
291300
</project>

0 commit comments

Comments
 (0)