Skip to content

Commit eb2a23d

Browse files
committed
Update to use Central Portal
1 parent a6f4eca commit eb2a23d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

base/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,18 +308,17 @@ of Jackson: application code should only rely on `jackson-bom`
308308
</executions>
309309
</plugin>
310310

311-
<!-- 13-May-2025: Enable Sonatype Central Portal publishing -->
312-
<!-- not yet
311+
<!-- 26-May-2025: Enable Sonatype Central Portal publishing -->
313312
<plugin>
314313
<groupId>org.sonatype.central</groupId>
315314
<artifactId>central-publishing-maven-plugin</artifactId>
316315
</plugin>
317-
-->
318316

319317
<!-- 12-Oct-2019, tatu: Copied from
320318
https://github.com/stephenc/git-timestamp-maven-plugin/blob/master/pom.xml#L327-L337
321319
-->
322320
<!-- 30-May-2023, tatu: Upgrade 1.6.8 -> 1.6.13 -->
321+
<!-- 26-May-2025, tatu: No longer used/needed after move to Central Portal:
323322
<plugin>
324323
<groupId>org.sonatype.plugins</groupId>
325324
<artifactId>nexus-staging-maven-plugin</artifactId>
@@ -331,6 +330,7 @@ of Jackson: application code should only rely on `jackson-bom`
331330
<stagingProfileId>b34f19b9cc6224</stagingProfileId>
332331
</configuration>
333332
</plugin>
333+
-->
334334
</plugins>
335335
</build>
336336
</project>

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.fasterxml.jackson</groupId>
77
<artifactId>jackson-parent</artifactId>
88
<!-- note: does NOT change for every version of bom -->
9-
<version>2.18.2</version>
9+
<version>2.18.3</version>
1010
</parent>
1111

1212
<artifactId>jackson-bom</artifactId>
@@ -445,14 +445,16 @@ of Jackson components maintained by FasterXML.com
445445
<!-- Alas, need to include snapshot reference since otherwise can not find
446446
snapshot of parent... -->
447447
<repositories>
448+
<!-- 26-May-2025, tatu: No longer needed after move to Central Portal:
448449
<repository>
449450
<id>sonatype-nexus-snapshots</id>
450451
<name>Sonatype Nexus Snapshots</name>
451452
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
452453
<releases><enabled>false</enabled></releases>
453454
<snapshots><enabled>true</enabled></snapshots>
454455
</repository>
455-
<!-- 13-May-2025, tatu: soon moving to Central Portal -->
456+
-->
457+
<!-- 26-May-2025, tatu: Moved to Sonatype Central Portal -->
456458
<repository>
457459
<id>central-snapshots</id>
458460
<name>Sonatype Central Portal (snapshots)</name>

0 commit comments

Comments
 (0)