|
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>org.cryptomator</groupId> |
7 | 7 | <artifactId>integrations-api</artifactId> |
8 | | - <version>1.5.0</version> |
| 8 | + <version>1.5.1</version> |
9 | 9 |
|
10 | 10 | <name>Cryptomator Integrations API</name> |
11 | 11 | <description>Defines optional service interfaces that may be used by Cryptomator</description> |
|
29 | 29 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
30 | 30 | <jdk.version>17</jdk.version> |
31 | 31 |
|
32 | | - <slf4j.version>2.0.16</slf4j.version> |
33 | | - <jetbrains-annotation.version>26.0.1</jetbrains-annotation.version> |
| 32 | + <slf4j.version>2.0.17</slf4j.version> |
| 33 | + <jetbrains-annotation.version>26.0.2</jetbrains-annotation.version> |
34 | 34 |
|
35 | 35 | <!-- Test dependencies --> |
36 | | - <junit.version>5.11.4</junit.version> |
| 36 | + <junit.version>5.12.0</junit.version> |
37 | 37 | <mockito.version>5.15.2</mockito.version> |
38 | 38 |
|
39 | 39 | <!-- Build dependencies --> |
40 | | - <mvn-compiler.version>3.13.0</mvn-compiler.version> |
| 40 | + <mvn-compiler.version>3.14.0</mvn-compiler.version> |
41 | 41 | <mvn-source.version>3.3.1</mvn-source.version> |
42 | 42 | <mvn-surefire.version>3.5.2</mvn-surefire.version> |
43 | 43 | <mvn-javadoc.version>3.11.2</mvn-javadoc.version> |
44 | 44 | <mvn-gpg.version>3.2.7</mvn-gpg.version> |
45 | | - <nexus-staging.version>1.7.0</nexus-staging.version> |
| 45 | + <central-publishing.version>0.7.0</central-publishing.version> |
46 | 46 | </properties> |
47 | 47 |
|
48 | 48 | <licenses> |
|
198 | 198 |
|
199 | 199 | <profile> |
200 | 200 | <id>deploy-central</id> |
201 | | - <distributionManagement> |
202 | | - <repository> |
203 | | - <id>ossrh</id> |
204 | | - <name>Maven Central</name> |
205 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
206 | | - </repository> |
207 | | - </distributionManagement> |
208 | 201 | <build> |
209 | 202 | <plugins> |
210 | 203 | <plugin> |
211 | | - <groupId>org.sonatype.plugins</groupId> |
212 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
213 | | - <version>${nexus-staging.version}</version> |
| 204 | + <groupId>org.sonatype.central</groupId> |
| 205 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 206 | + <version>${central-publishing.version}</version> |
214 | 207 | <extensions>true</extensions> |
215 | 208 | <configuration> |
216 | | - <serverId>ossrh</serverId> |
217 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
218 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 209 | + <publishingServerId>central</publishingServerId> |
| 210 | + <autoPublish>true</autoPublish> |
219 | 211 | </configuration> |
220 | 212 | </plugin> |
221 | 213 | </plugins> |
|
0 commit comments