|
5 | 5 |
|
6 | 6 | <groupId>org.springframework.grpc</groupId> |
7 | 7 | <artifactId>spring-grpc</artifactId> |
8 | | - <version>0.9.0-SNAPSHOT</version> |
| 8 | + <version>0.9.0</version> |
9 | 9 |
|
10 | 10 | <packaging>pom</packaging> |
11 | 11 | <url>https://github.com/spring-projects/spring-grpc</url> |
|
51 | 51 | <url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-grpc/docs/${project.artifactId}/${project.version}</url> |
52 | 52 | </site> |
53 | 53 | <repository> |
54 | | - <id>sonatype-nexus-staging</id> |
| 54 | + <id>central</id> |
55 | 55 | <name>Nexus Release Repository</name> |
56 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 56 | + <url>https://central.sonatype.com</url> |
57 | 57 | </repository> |
58 | 58 | <snapshotRepository> |
59 | 59 | <id>repo.spring.io</id> |
|
98 | 98 | <maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version> |
99 | 99 | <maven-source-plugin.version>3.3.0</maven-source-plugin.version> |
100 | 100 | <jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version> |
101 | | - <maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version> |
| 101 | + <maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version> |
102 | 102 | <maven-resources-plugin.version>3.0.2</maven-resources-plugin.version> |
103 | 103 | <asciidoctor-maven-plugin.version>2.2.3</asciidoctor-maven-plugin.version> |
104 | 104 | <maven-assembly-plugin.version>3.7.0</maven-assembly-plugin.version> |
|
458 | 458 | <id>central</id> |
459 | 459 | <build> |
460 | 460 | <plugins> |
| 461 | + <plugin> |
| 462 | + <groupId>org.sonatype.central</groupId> |
| 463 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 464 | + <version>0.8.0</version> |
| 465 | + <extensions>true</extensions> |
| 466 | + <configuration> |
| 467 | + <publishingServerId>central</publishingServerId> |
| 468 | + <autoPublish>true</autoPublish> |
| 469 | + </configuration> |
| 470 | + </plugin> |
461 | 471 | <plugin> |
462 | 472 | <groupId>org.apache.maven.plugins</groupId> |
463 | 473 | <artifactId>maven-gpg-plugin</artifactId> |
|
0 commit comments