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
87
87
</repository >
88
88
</distributionManagement >
89
89
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
91
92
-->
92
93
<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 -->
93
103
<repository >
94
104
<id >sonatype-nexus-new-snapshots</id >
95
105
<name >Sonatype Nexus Snapshots</name >
@@ -101,6 +111,9 @@ https://stackoverflow.com/questions/16302247/maven-property-project-artifact-sel
101
111
102
112
<build >
103
113
<plugins >
114
+ <!-- 13-May-2025, tatu: Left in place until "com.fasterxml" namespace moved
115
+ to Sonatype Central Portal
116
+ -->
104
117
<!-- 08-Nov-2019, tatu: Copied from
105
118
https://github.com/stephenc/git-timestamp-maven-plugin/blob/master/pom.xml#L327-L337
106
119
-->
You can’t perform that action at this time.
0 commit comments