|
24 | 24 | <organizationUrl>https://github.com/olavloite</organizationUrl>
|
25 | 25 | </developer>
|
26 | 26 | </developers>
|
27 |
| - <distributionManagement> |
28 |
| - <snapshotRepository> |
29 |
| - <id>ossrh</id> |
30 |
| - <url>https://google.oss.sonatype.org/content/repositories/snapshots</url> |
31 |
| - </snapshotRepository> |
32 |
| - </distributionManagement> |
33 | 27 | <scm>
|
34 | 28 | < connection>scm:git: [email protected]:cloudspannerecosystem/liquibase-spanner.git</ connection>
|
35 | 29 | < developerConnection>scm:git: [email protected]:cloudspannerecosystem/liquibase-spanner.git</ developerConnection>
|
|
216 | 210 | <pluginManagement>
|
217 | 211 | <plugins>
|
218 | 212 | <plugin>
|
219 |
| - <groupId>org.sonatype.plugins</groupId> |
220 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
221 |
| - <version>1.7.0</version> |
| 213 | + <groupId>org.sonatype.central</groupId> |
| 214 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 215 | + <version>0.8.0</version> |
222 | 216 | <extensions>true</extensions>
|
223 | 217 | <configuration>
|
224 |
| - <serverId>ossrh</serverId> |
225 |
| - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
226 |
| - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 218 | + <publishingServerId>central</publishingServerId> |
| 219 | + <autoPublish>true</autoPublish> |
227 | 220 | </configuration>
|
228 | 221 | </plugin>
|
229 | 222 | <plugin>
|
|
334 | 327 | <build>
|
335 | 328 | <plugins>
|
336 | 329 | <plugin>
|
337 |
| - <groupId>org.sonatype.plugins</groupId> |
338 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
| 330 | + <groupId>org.sonatype.central</groupId> |
| 331 | + <artifactId>central-publishing-maven-plugin</artifactId> |
339 | 332 | </plugin>
|
340 | 333 | <plugin>
|
341 | 334 | <groupId>org.apache.maven.plugins</groupId>
|
|
387 | 380 | </plugins>
|
388 | 381 | </build>
|
389 | 382 | </profile>
|
390 |
| - <profile> |
391 |
| - <id>allow-snapshots</id> |
392 |
| - <repositories> |
393 |
| - <repository> |
394 |
| - <id>sonatype-snapshots</id> |
395 |
| - <url>https://google.oss.sonatype.org/content/repositories/snapshots</url> |
396 |
| - <releases> |
397 |
| - <enabled>false</enabled> |
398 |
| - </releases> |
399 |
| - <snapshots> |
400 |
| - <enabled>true</enabled> |
401 |
| - </snapshots> |
402 |
| - </repository> |
403 |
| - </repositories> |
404 |
| - </profile> |
405 | 383 | <profile>
|
406 | 384 | <id>surefire-java8</id>
|
407 | 385 | <activation>
|
|
0 commit comments