File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -87,9 +87,19 @@ https://stackoverflow.com/questions/16302247/maven-property-project-artifact-sel
8787 </repository >
8888 </distributionManagement >
8989
90- <!-- ... so this is the new repo to get "jackson-base"
90+ <!-- 13-May-2025, tatu: And yet more! Tools.jackson comes from the new
91+ Sonatype Central Portal: so yet more needed
9192 -->
9293 <repositories >
94+ <!-- New Sonatype Central Portal (2025/5+) snapshots -->
95+ <repository >
96+ <id >central-snapshots</id >
97+ <name >Sonatype Central Portal (snapshots)</name >
98+ <url >https://central.sonatype.com/repository/maven-snapshots</url >
99+ <releases ><enabled >false</enabled ></releases >
100+ <snapshots ><enabled >true</enabled ></snapshots >
101+ </repository >
102+ <!-- "Old new" Snapshot repo -->
93103 <repository >
94104 <id >sonatype-nexus-new-snapshots</id >
95105 <name >Sonatype Nexus Snapshots</name >
@@ -101,6 +111,9 @@ https://stackoverflow.com/questions/16302247/maven-property-project-artifact-sel
101111
102112 <build >
103113 <plugins >
114+ <!-- 13-May-2025, tatu: Left in place until "com.fasterxml" namespace moved
115+ to Sonatype Central Portal
116+ -->
104117 <!-- 08-Nov-2019, tatu: Copied from
105118 https://github.com/stephenc/git-timestamp-maven-plugin/blob/master/pom.xml#L327-L337
106119 -->
You can’t perform that action at this time.
0 commit comments