|
10 | 10 | <groupId>com.fasterxml.jackson</groupId> |
11 | 11 | <!-- this is one of few Jackson modules that depends on parent and NOT jackson-bom --> |
12 | 12 | <artifactId>jackson-parent</artifactId> |
13 | | - <version>2.18.1</version> |
| 13 | + <version>2.18.3</version> |
14 | 14 | </parent> |
15 | 15 |
|
16 | 16 | <groupId>com.fasterxml.jackson.core</groupId> |
|
65 | 65 | <!-- Alas, need to include snapshot reference since otherwise can not find |
66 | 66 | snapshot of parent... --> |
67 | 67 | <repositories> |
| 68 | + <!-- 26-May-2025, tatu: Using Sonatype Central Portal, will need this --> |
68 | 69 | <repository> |
69 | | - <id>sonatype-nexus-snapshots</id> |
70 | | - <name>Sonatype Nexus Snapshots</name> |
71 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 70 | + <id>central-snapshots</id> |
| 71 | + <name>Sonatype Central Portal (snapshots)</name> |
| 72 | + <url>https://central.sonatype.com/repository/maven-snapshots</url> |
72 | 73 | <releases><enabled>false</enabled></releases> |
73 | 74 | <snapshots><enabled>true</enabled></snapshots> |
74 | 75 | </repository> |
|
101 | 102 | </executions> |
102 | 103 | </plugin> |
103 | 104 |
|
104 | | - <!-- 08-Nov-2019, tatu: Copied from |
105 | | - https://github.com/stephenc/git-timestamp-maven-plugin/blob/master/pom.xml#L327-L337 |
106 | | - --> |
| 105 | + <!-- 26-May-2025: Enable Sonatype Central Portal publishing --> |
107 | 106 | <plugin> |
108 | | - <groupId>org.sonatype.plugins</groupId> |
109 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
110 | | - <version>1.6.13</version> |
111 | | - <extensions>true</extensions> |
112 | | - <configuration> |
113 | | - <serverId>sonatype-nexus-staging</serverId> |
114 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
115 | | - <stagingProfileId>b34f19b9cc6224</stagingProfileId> |
116 | | - </configuration> |
| 107 | + <groupId>org.sonatype.central</groupId> |
| 108 | + <artifactId>central-publishing-maven-plugin</artifactId> |
117 | 109 | </plugin> |
118 | 110 |
|
119 | 111 | <!-- 11-Jun-2020, tatu: [annotations#173] add gradle module metadata |
|
0 commit comments