|
17 | 17 | <licenses> |
18 | 18 | <license> |
19 | 19 | <name>GNU Lesser General Public License 3.0</name> |
20 | | - <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url> |
| 20 | + <url>https://raw.githubusercontent.com/chabala/brick-control-lab/refs/heads/master/COPYING.LESSER</url> |
21 | 21 | <distribution>repo</distribution> |
22 | 22 | </license> |
23 | 23 | </licenses> |
|
50 | 50 | <url>${ghProjectUrl}/actions</url> |
51 | 51 | </ciManagement> |
52 | 52 | <distributionManagement> |
53 | | - <snapshotRepository> |
54 | | - <id>ossrh</id> |
55 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
56 | | - </snapshotRepository> |
57 | 53 | <site> |
58 | 54 | <id>github-pages</id> |
59 | 55 | <url>${project.scm.connection}</url> |
|
69 | 65 | <ghProjectUrl>https://github.com/${ghUser}/${project.artifactId}</ghProjectUrl> |
70 | 66 | <ghPagesUrl>https://${ghUser}.github.io/${project.artifactId}/</ghPagesUrl> |
71 | 67 | <slf4j.version>1.7.29</slf4j.version> |
72 | | - <googleAnalyticsAccountId>UA-256611-4</googleAnalyticsAccountId> |
| 68 | + <googleAnalyticsAccountId>G-C4CXTKCF75</googleAnalyticsAccountId> |
73 | 69 | <sonar.organization>${ghUser}</sonar.organization> |
74 | 70 | </properties> |
75 | 71 |
|
|
486 | 482 | <version>4.3.0</version> |
487 | 483 | </plugin> |
488 | 484 | <plugin> |
489 | | - <groupId>org.sonatype.plugins</groupId> |
490 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
491 | | - <version>1.6.8</version> |
| 485 | + <groupId>org.sonatype.central</groupId> |
| 486 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 487 | + <version>0.8.0</version> |
492 | 488 | <extensions>true</extensions> |
493 | 489 | <configuration> |
494 | | - <serverId>ossrh</serverId> |
495 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
496 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 490 | + <publishingServerId>central</publishingServerId> |
| 491 | + <autoPublish>true</autoPublish> |
| 492 | + <waitUntil>published</waitUntil> |
497 | 493 | </configuration> |
498 | 494 | </plugin> |
499 | 495 | <plugin> |
@@ -652,14 +648,17 @@ for (int i=0; i<files.length; i++) { |
652 | 648 | <plugin> |
653 | 649 | <groupId>org.codehaus.mojo</groupId> |
654 | 650 | <artifactId>tidy-maven-plugin</artifactId> |
655 | | - <version>1.3.0</version> |
| 651 | + <version>1.4.0</version> |
656 | 652 | <executions> |
657 | 653 | <execution> |
658 | 654 | <id>validate</id> |
659 | 655 | <phase>validate</phase> |
660 | 656 | <goals> |
661 | 657 | <goal>check</goal> |
662 | 658 | </goals> |
| 659 | + <configuration> |
| 660 | + <pomFile>${project.basedir}/pom.xml</pomFile> |
| 661 | + </configuration> |
663 | 662 | </execution> |
664 | 663 | </executions> |
665 | 664 | </plugin> |
@@ -768,7 +767,7 @@ for (int i=0; i<files.length; i++) { |
768 | 767 | <plugins> |
769 | 768 | <plugin> |
770 | 769 | <artifactId>maven-gpg-plugin</artifactId> |
771 | | - <version>1.6</version> |
| 770 | + <version>3.2.7</version> |
772 | 771 | <executions> |
773 | 772 | <execution> |
774 | 773 | <id>sign-artifacts</id> |
|
0 commit comments