|
5 | 5 |
|
6 | 6 | <groupId>org.opencds.cqf</groupId> |
7 | 7 | <artifactId>tooling-parent</artifactId> |
8 | | - <version>3.9.0-SNAPSHOT</version> |
| 8 | + <version>3.9.1-SNAPSHOT</version> |
9 | 9 |
|
10 | 10 | <packaging>pom</packaging> |
11 | 11 |
|
|
70 | 70 | <url>http://github.com/cqframework/cqf-tooling.git/tree/master</url> |
71 | 71 | </scm> |
72 | 72 |
|
73 | | - <distributionManagement> |
74 | | - <snapshotRepository> |
75 | | - <id>ossrh</id> |
76 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
77 | | - </snapshotRepository> |
78 | | - <repository> |
79 | | - <id>ossrh</id> |
80 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
81 | | - </repository> |
82 | | - </distributionManagement> |
83 | | - |
84 | 73 | <repositories> |
85 | 74 | <repository> |
86 | | - <id>oss-sonatype-public</id> |
87 | | - <url>https://oss.sonatype.org/content/groups/public/</url> |
| 75 | + <id>central</id> |
| 76 | + <url>https://repo1.maven.org/maven2</url> |
| 77 | + <releases> |
| 78 | + <enabled>true</enabled> |
| 79 | + </releases> |
88 | 80 | </repository> |
89 | 81 | <repository> |
90 | | - <id>oss-sonatype</id> |
91 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 82 | + <id>central-snapshots</id> |
| 83 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
| 84 | + <releases> |
| 85 | + <enabled>false</enabled> |
| 86 | + </releases> |
92 | 87 | <snapshots> |
93 | 88 | <enabled>true</enabled> |
94 | 89 | </snapshots> |
|
412 | 407 | </execution> |
413 | 408 | </executions> |
414 | 409 | </plugin> |
415 | | - <plugin> |
416 | | - <groupId>org.sonatype.plugins</groupId> |
417 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
418 | | - <version>1.6.13</version> |
419 | | - <extensions>true</extensions> |
420 | | - <configuration> |
421 | | - <serverId>ossrh</serverId> |
422 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
423 | | - </configuration> |
424 | | - </plugin> |
425 | 410 | <plugin> |
426 | 411 | <groupId>org.apache.maven.plugins</groupId> |
427 | 412 | <artifactId>maven-enforcer-plugin</artifactId> |
|
491 | 476 | <groupId>org.apache.maven.plugins</groupId> |
492 | 477 | <artifactId>maven-failsafe-plugin</artifactId> |
493 | 478 | </plugin> |
| 479 | + <plugin> |
| 480 | + <groupId>org.sonatype.central</groupId> |
| 481 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 482 | + <version>0.8.0</version> |
| 483 | + <extensions>true</extensions> |
| 484 | + <configuration> |
| 485 | + <publishingServerId>central</publishingServerId> |
| 486 | + <deploymentName>cqf-tooling</deploymentName> |
| 487 | + <autoPublish>true</autoPublish> |
| 488 | + <waitUntil>published</waitUntil> |
| 489 | + </configuration> |
| 490 | + </plugin> |
494 | 491 | </plugins> |
495 | 492 | </build> |
496 | 493 |
|
|
552 | 549 | <groupId>org.apache.maven.plugins</groupId> |
553 | 550 | <artifactId>maven-gpg-plugin</artifactId> |
554 | 551 | </plugin> |
555 | | - <plugin> |
556 | | - <groupId>org.sonatype.plugins</groupId> |
557 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
558 | | - </plugin> |
559 | 552 | <plugin> |
560 | 553 | <groupId>org.apache.maven.plugins</groupId> |
561 | 554 | <artifactId>maven-surefire-plugin</artifactId> |
|
570 | 563 | <argLine>-Xmx1024M ${argLine}</argLine> |
571 | 564 | </configuration> |
572 | 565 | </plugin> |
| 566 | + <plugin> |
| 567 | + <groupId>org.sonatype.central</groupId> |
| 568 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 569 | + </plugin> |
573 | 570 | </plugins> |
574 | 571 | </build> |
575 | 572 | </profile> |
|
0 commit comments