|
30 | 30 | <distribution>repo</distribution>
|
31 | 31 | <comments>
|
32 | 32 | JavaPermutationTools (JPT): A library for computation on permutations and sequences.
|
33 |
| - Copyright (C) 2005-2024 Vincent A. Cicirello. |
| 33 | + Copyright (C) 2005-2025 Vincent A. Cicirello. |
34 | 34 |
|
35 | 35 | JavaPermutationTools is free software: you can redistribute it and/or modify
|
36 | 36 | it under the terms of the GNU General Public License as published by
|
|
65 | 65 |
|
66 | 66 | <profiles>
|
67 | 67 | <profile>
|
68 |
| - <id>ossrhDeploy</id> |
69 |
| - <distributionManagement> |
70 |
| - <repository> |
71 |
| - <id>ossrh</id> |
72 |
| - <name>Central Repository OSSRH</name> |
73 |
| - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
74 |
| - </repository> |
75 |
| - <snapshotRepository> |
76 |
| - <id>ossrh</id> |
77 |
| - <name>Central Repository OSSRH</name> |
78 |
| - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
79 |
| - </snapshotRepository> |
80 |
| - </distributionManagement> |
81 |
| - <build> |
82 |
| - <plugins> |
83 |
| - <plugin> |
84 |
| - <groupId>org.sonatype.plugins</groupId> |
85 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
86 |
| - <version>1.7.0</version> |
87 |
| - <extensions>true</extensions> |
88 |
| - <configuration> |
89 |
| - <serverId>ossrh</serverId> |
90 |
| - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
91 |
| - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
92 |
| - </configuration> |
93 |
| - </plugin> |
| 68 | + <id>centralDeploy</id> |
| 69 | + <build> |
| 70 | + <plugins> |
| 71 | + <plugin> |
| 72 | + <groupId>org.sonatype.central</groupId> |
| 73 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 74 | + <version>0.7.0</version> |
| 75 | + <extensions>true</extensions> |
| 76 | + <configuration> |
| 77 | + <publishingServerId>central</publishingServerId> |
| 78 | + <autoPublish>true</autoPublish> |
| 79 | + </configuration> |
| 80 | + </plugin> |
94 | 81 | <plugin>
|
95 | 82 | <groupId>org.apache.maven.plugins</groupId>
|
96 | 83 | <artifactId>maven-gpg-plugin</artifactId>
|
|
221 | 208 | <dependency>
|
222 | 209 | <groupId>org.cicirello</groupId>
|
223 | 210 | <artifactId>rho-mu</artifactId>
|
224 |
| - <version>4.2.0</version> |
| 211 | + <version>4.2.1</version> |
225 | 212 | </dependency>
|
226 | 213 | <dependency>
|
227 | 214 | <groupId>org.cicirello</groupId>
|
228 | 215 | <artifactId>core</artifactId>
|
229 |
| - <version>2.7.0</version> |
| 216 | + <version>2.7.1</version> |
230 | 217 | </dependency>
|
231 | 218 | </dependencies>
|
232 | 219 |
|
|
283 | 270 | <link>https://rho-mu.cicirello.org/api</link>
|
284 | 271 | <link>https://core.cicirello.org/api</link>
|
285 | 272 | </links>
|
286 |
| - <bottom><![CDATA[Copyright © 2005-2024 <a href=\"https://www.cicirello.org/\" target=_top>Vincent A. Cicirello</a>. All rights reserved.]]></bottom> |
| 273 | + <bottom><![CDATA[Copyright © 2005-2025 <a href=\"https://www.cicirello.org/\" target=_top>Vincent A. Cicirello</a>. All rights reserved.]]></bottom> |
287 | 274 | </configuration>
|
288 | 275 | </plugin>
|
289 | 276 | <plugin>
|
|
0 commit comments