Skip to content

Commit 483ab20

Browse files
committed
Merge branch 'release/1.2.1'
2 parents 56ce389 + e37e804 commit 483ab20

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

pom.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.cryptomator</groupId>
77
<artifactId>integrations-linux</artifactId>
8-
<version>1.2.0</version>
8+
<version>1.2.1</version>
99

1010
<name>integrations-linux</name>
1111
<description>Provides optional Linux services used by Cryptomator</description>
@@ -40,7 +40,7 @@
4040

4141
<!-- runtime dependencies -->
4242

43-
<api.version>1.2.0-beta4</api.version>
43+
<api.version>1.2.0</api.version>
4444
<secret-service.version>1.8.1-jdk17</secret-service.version>
4545
<kdewallet.version>1.2.8</kdewallet.version>
4646
<guava.version>31.1-jre</guava.version>
@@ -50,7 +50,7 @@
5050
<junit.version>5.8.2</junit.version>
5151

5252
<!-- build plugin dependencies -->
53-
<dependency-check.version>7.0.0</dependency-check.version>
53+
<dependency-check.version>8.1.0</dependency-check.version>
5454
<nexus-staging.version>1.6.8</nexus-staging.version>
5555
</properties>
5656

@@ -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)