|
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 | 6 | <groupId>org.cryptomator</groupId>
|
7 | 7 | <artifactId>integrations-linux</artifactId>
|
8 |
| - <version>1.5.2</version> |
| 8 | + <version>1.5.3</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.4.0</api.version> |
| 43 | + <api.version>1.5.1</api.version> |
44 | 44 | <secret-service.version>2.0.1-alpha</secret-service.version>
|
45 | 45 | <kdewallet.version>1.4.0</kdewallet.version>
|
46 |
| - <slf4j.version>2.0.16</slf4j.version> |
47 |
| - <appindicator.version>1.4.1</appindicator.version> |
| 46 | + <slf4j.version>2.0.17</slf4j.version> |
| 47 | + <appindicator.version>1.4.2</appindicator.version> |
48 | 48 |
|
49 | 49 | <!-- test dependencies -->
|
50 |
| - <junit.version>5.11.4</junit.version> |
| 50 | + <junit.version>5.12.0</junit.version> |
51 | 51 |
|
52 | 52 | <!-- build plugin dependencies -->
|
53 |
| - <mvn-compiler.version>3.13.0</mvn-compiler.version> |
| 53 | + <mvn-compiler.version>3.14.0</mvn-compiler.version> |
54 | 54 | <mvn-surefire.version>3.5.2</mvn-surefire.version>
|
55 | 55 | <mvn-enforcer.version>3.5.0</mvn-enforcer.version>
|
56 | 56 | <mvn-source.version>3.3.1</mvn-source.version>
|
57 | 57 | <mvn-javadoc.version>3.11.2</mvn-javadoc.version>
|
58 | 58 | <mvn-gpg.version>3.2.7</mvn-gpg.version>
|
59 |
| - <mvn-deploy.version>3.1.3</mvn-deploy.version> |
60 |
| - <dependency-check.version>11.1.1</dependency-check.version> |
61 |
| - <nexus-staging.version>1.7.0</nexus-staging.version> |
| 59 | + <mvn-deploy.version>3.1.4</mvn-deploy.version> |
| 60 | + <dependency-check.version>12.1.0</dependency-check.version> |
| 61 | + <central-publishing.version>0.7.0</central-publishing.version> |
62 | 62 | </properties>
|
63 | 63 |
|
64 | 64 | <dependencies>
|
|
266 | 266 |
|
267 | 267 | <profile>
|
268 | 268 | <id>deploy-central</id>
|
269 |
| - <distributionManagement> |
270 |
| - <repository> |
271 |
| - <id>ossrh</id> |
272 |
| - <name>Maven Central</name> |
273 |
| - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
274 |
| - </repository> |
275 |
| - </distributionManagement> |
276 | 269 | <build>
|
277 | 270 | <plugins>
|
278 | 271 | <plugin>
|
279 |
| - <groupId>org.sonatype.plugins</groupId> |
280 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
281 |
| - <version>${nexus-staging.version}</version> |
| 272 | + <groupId>org.sonatype.central</groupId> |
| 273 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 274 | + <version>${central-publishing.version}</version> |
282 | 275 | <extensions>true</extensions>
|
283 | 276 | <configuration>
|
284 |
| - <serverId>ossrh</serverId> |
285 |
| - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
286 |
| - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 277 | + <publishingServerId>central</publishingServerId> |
| 278 | + <autoPublish>true</autoPublish> |
287 | 279 | </configuration>
|
288 | 280 | </plugin>
|
289 | 281 | </plugins>
|
|
0 commit comments