|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.aarboard.nextcloud</groupId> |
5 | 5 | <artifactId>nextcloud-api</artifactId> |
6 | | - <version>14.0.0</version> |
| 6 | + <version>14.0.1</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <properties> |
9 | 9 | <!-- compile time dependencies --> |
|
21 | 21 | <jaxb-impl.version>3.0.2</jaxb-impl.version> |
22 | 22 |
|
23 | 23 | <!-- test dependencies versions --> |
| 24 | + <skipTests>true</skipTests> |
24 | 25 | <slf4j-simple.version>${slf4j-api.version}</slf4j-simple.version> |
25 | 26 | <jaxb-runtime.version>4.0.6</jaxb-runtime.version> |
26 | 27 | <junit.version>4.13.2</junit.version> |
|
35 | 36 | <templating-maven-plugin.version>1.0.0</templating-maven-plugin.version> |
36 | 37 | <maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version> |
37 | 38 | <nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version> |
| 39 | + <central-publishing-maven-plugin>0.9.0</central-publishing-maven-plugin> |
38 | 40 | <maven-source-plugin.version>3.3.1</maven-source-plugin.version> |
39 | 41 | <maven-javadoc-plugin.version>3.12.0</maven-javadoc-plugin.version> |
40 | 42 | <maven-scm-provider-gitexe.version>2.2.1</maven-scm-provider-gitexe.version> |
|
321 | 323 | </dependencies> |
322 | 324 | </plugin> |
323 | 325 | <plugin> |
324 | | - <groupId>org.sonatype.plugins</groupId> |
325 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
326 | | - <version>${nexus-staging-maven-plugin.version}</version> |
| 326 | + <groupId>org.sonatype.central</groupId> |
| 327 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 328 | + <version>0.9.0</version> |
327 | 329 | <extensions>true</extensions> |
328 | 330 | <configuration> |
329 | | - <serverId>ossrh</serverId> |
330 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
331 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 331 | + <publishingServerId>ossrh</publishingServerId> |
332 | 332 | </configuration> |
333 | 333 | </plugin> |
334 | 334 | <plugin> |
|
379 | 379 | <artifactId>maven-surefire-plugin</artifactId> |
380 | 380 | <version>${maven-surefire-plugin.version}</version> |
381 | 381 | <configuration> |
| 382 | + <configuration> |
| 383 | + <skipTests>${skipTests}</skipTests> |
| 384 | + </configuration> |
382 | 385 | <systemProperties> |
383 | 386 | <property> |
384 | 387 | <name>nextcloud.api.test.servername</name> |
|
0 commit comments