File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >org.cryptomator</groupId >
7
7
<artifactId >integrations-linux</artifactId >
8
- <version >1.2.0 </version >
8
+ <version >1.2.1 </version >
9
9
10
10
<name >integrations-linux</name >
11
11
<description >Provides optional Linux services used by Cryptomator</description >
40
40
41
41
<!-- runtime dependencies -->
42
42
43
- <api .version>1.2.0-beta4 </api .version>
43
+ <api .version>1.2.0</api .version>
44
44
<secret-service .version>1.8.1-jdk17</secret-service .version>
45
45
<kdewallet .version>1.2.8</kdewallet .version>
46
46
<guava .version>31.1-jre</guava .version>
50
50
<junit .version>5.8.2</junit .version>
51
51
52
52
<!-- build plugin dependencies -->
53
- <dependency-check .version>7.0 .0</dependency-check .version>
53
+ <dependency-check .version>8.1 .0</dependency-check .version>
54
54
<nexus-staging .version>1.6.8</nexus-staging .version>
55
55
</properties >
56
56
286
286
<url >https://maven.pkg.github.com/cryptomator/integrations-linux</url >
287
287
</repository >
288
288
</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 >
289
298
</profile >
290
299
</profiles >
291
300
</project >
You can’t perform that action at this time.
0 commit comments