|
69 | 69 | </properties>
|
70 | 70 |
|
71 | 71 | <repositories>
|
72 |
| - <repository> |
73 |
| - <id>sonatype</id> |
74 |
| - <url>https://oss.sonatype.org/content/groups/public</url> |
75 |
| - <releases> |
76 |
| - <enabled>true</enabled> |
77 |
| - </releases> |
78 |
| - <snapshots> |
79 |
| - <enabled>false</enabled> |
80 |
| - </snapshots> |
81 |
| - </repository> |
82 | 72 | <repository>
|
83 | 73 | <id>sonatype-snapshots</id>
|
84 |
| - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 74 | + <url>https://central.sonatype.com/repository/maven-snapshots</url> |
85 | 75 | <releases>
|
86 | 76 | <enabled>false</enabled>
|
87 | 77 | </releases>
|
|
91 | 81 | </repository>
|
92 | 82 | </repositories>
|
93 | 83 |
|
94 |
| - <distributionManagement> |
95 |
| - <repository> |
96 |
| - <id>sonatype.release</id> |
97 |
| - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> |
98 |
| - </repository> |
99 |
| - <snapshotRepository> |
100 |
| - <id>sonatype.snapshots</id> |
101 |
| - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
102 |
| - </snapshotRepository> |
103 |
| - </distributionManagement> |
104 |
| - |
105 | 84 | <dependencies>
|
106 | 85 | <dependency>
|
107 | 86 | <groupId>io.debezium</groupId>
|
|
418 | 397 | </execution>
|
419 | 398 | </executions>
|
420 | 399 | </plugin>
|
421 |
| - |
422 |
| - <plugin> |
423 |
| - <groupId>org.apache.maven.plugins</groupId> |
424 |
| - <artifactId>maven-release-plugin</artifactId> |
425 |
| - <version>2.5.3</version> |
426 |
| - <configuration> |
427 |
| - <tag>v${releaseVersion}</tag> |
428 |
| - <tagNameFormat>v@{project.version}</tagNameFormat> |
429 |
| - <autoVersionSubmodules>true</autoVersionSubmodules> |
430 |
| - <!-- releaseProfiles configuration will actually force a Maven profile |
431 |
| - – the `releases` profile – to become active during the Release process. --> |
432 |
| - <releaseProfiles>releases</releaseProfiles> |
433 |
| - </configuration> |
434 |
| - </plugin> |
435 |
| - |
436 | 400 | <plugin>
|
437 |
| - <groupId>org.sonatype.plugins</groupId> |
438 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
439 |
| - <version>1.6.2</version> |
| 401 | + <groupId>org.sonatype.central</groupId> |
| 402 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 403 | + <version>0.8.0</version> |
440 | 404 | <extensions>true</extensions>
|
441 | 405 | <configuration>
|
442 |
| - <nexusUrl>https://oss.sonatype.org</nexusUrl> |
443 |
| - <serverId>sonatype.release</serverId> |
| 406 | + <publishingServerId>sonatype.release</publishingServerId> |
| 407 | + <autoPublish>false</autoPublish> |
| 408 | + <ignorePublishedComponents>true</ignorePublishedComponents> |
444 | 409 | </configuration>
|
445 | 410 | </plugin>
|
446 | 411 | </plugins>
|
|
0 commit comments