Skip to content

Commit c0809a6

Browse files
use longer id
1 parent 76cfb40 commit c0809a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,11 +313,11 @@ limitations under the License.
313313

314314
<distributionManagement>
315315
<repository>
316-
<id>sonatype-cp</id>
316+
<id>sonatype-central-portal</id>
317317
<url>https://repo.maven.apache.org/maven2</url>
318318
</repository>
319319
<snapshotRepository>
320-
<id>sonatype-cp</id>
320+
<id>sonatype-central-portal</id>
321321
<url>https://central.sonatype.com/repository/maven-snapshots</url>
322322
</snapshotRepository>
323323
<!-- site distribution management must be override in child projects -->

src/site/markdown/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Release manager should include the following sections in your personal `settings
1111
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 https://maven.apache.org/xsd/settings-1.2.0.xsd">
1212
<servers>
1313
<server>
14-
<id>sonatype-cp</id>
14+
<id>sonatype-central-portal</id>
1515
<username>jqhacker</username> <!-- central portal token -->
1616
<password>SeCrEt</password> <!-- central portal token -->
1717
<configuration>

0 commit comments

Comments
 (0)