File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -308,18 +308,17 @@ of Jackson: application code should only rely on `jackson-bom`
308
308
</executions >
309
309
</plugin >
310
310
311
- <!-- 13-May-2025: Enable Sonatype Central Portal publishing -->
312
- <!-- not yet
311
+ <!-- 26-May-2025: Enable Sonatype Central Portal publishing -->
313
312
<plugin >
314
313
<groupId >org.sonatype.central</groupId >
315
314
<artifactId >central-publishing-maven-plugin</artifactId >
316
315
</plugin >
317
- -->
318
316
319
317
<!-- 12-Oct-2019, tatu: Copied from
320
318
https://github.com/stephenc/git-timestamp-maven-plugin/blob/master/pom.xml#L327-L337
321
319
-->
322
320
<!-- 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:
323
322
<plugin>
324
323
<groupId>org.sonatype.plugins</groupId>
325
324
<artifactId>nexus-staging-maven-plugin</artifactId>
@@ -331,6 +330,7 @@ of Jackson: application code should only rely on `jackson-bom`
331
330
<stagingProfileId>b34f19b9cc6224</stagingProfileId>
332
331
</configuration>
333
332
</plugin>
333
+ -->
334
334
</plugins >
335
335
</build >
336
336
</project >
Original file line number Diff line number Diff line change 6
6
<groupId >com.fasterxml.jackson</groupId >
7
7
<artifactId >jackson-parent</artifactId >
8
8
<!-- note: does NOT change for every version of bom -->
9
- <version >2.18.2 </version >
9
+ <version >2.18.3 </version >
10
10
</parent >
11
11
12
12
<artifactId >jackson-bom</artifactId >
@@ -445,14 +445,16 @@ of Jackson components maintained by FasterXML.com
445
445
<!-- Alas, need to include snapshot reference since otherwise can not find
446
446
snapshot of parent... -->
447
447
<repositories >
448
+ <!-- 26-May-2025, tatu: No longer needed after move to Central Portal:
448
449
<repository>
449
450
<id>sonatype-nexus-snapshots</id>
450
451
<name>Sonatype Nexus Snapshots</name>
451
452
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
452
453
<releases><enabled>false</enabled></releases>
453
454
<snapshots><enabled>true</enabled></snapshots>
454
455
</repository>
455
- <!-- 13-May-2025, tatu: soon moving to Central Portal -->
456
+ -->
457
+ <!-- 26-May-2025, tatu: Moved to Sonatype Central Portal -->
456
458
<repository >
457
459
<id >central-snapshots</id >
458
460
<name >Sonatype Central Portal (snapshots)</name >
You can’t perform that action at this time.
0 commit comments