Skip to content

Commit

Permalink
Update Sonatype repo news as "....-new" to allow different password s…
Browse files Browse the repository at this point in the history
…ettings
  • Loading branch information
cowtowncoder committed Dec 5, 2024
1 parent 1344c76 commit 6b461f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ NOTE: NOT to be used by components outside of Jackson: application code should o
<!-- 13-Jul-2022, tatu: Jackson 3.x now at the "new" Sonatype OSS repo -->
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<id>sonatype-nexus-snapshots-new</id>
<name>Sonatype Nexus Snapshots (new)</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>

<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<id>sonatype-nexus-staging-new</id>
<name>Nexus Release Repository (new)</name>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
Expand Down Expand Up @@ -120,8 +120,8 @@ NOTE: NOT to be used by components outside of Jackson: application code should o
<version>1.8.0</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[3.3,)</version>
<message>[ERROR] The currently supported version of Maven is 3.3 or higher</message>
<version>[3.6,)</version>
<message>[ERROR] The currently supported version of Maven is 3.6 or higher</message>
</requireMavenVersion>
<requirePluginVersions>
<banLatest>true</banLatest>
Expand Down Expand Up @@ -164,7 +164,7 @@ NOTE: NOT to be used by components outside of Jackson: application code should o
<artifactId>maven-javadoc-plugin</artifactId>
<version>${version.plugin.javadoc}</version>
<configuration>
<!-- Disable Java 8 javadoc warnings -->
<!-- Disable Javadoc warnings -->
<additionalparam>-Xdoclint:none</additionalparam>
<failOnError>false</failOnError>
<links>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ of Jackson 3.x components maintained by FasterXML.com
-->
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<id>sonatype-nexus-snapshots-new</id>
<name>Sonatype Nexus Snapshots (new)</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>

<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<id>sonatype-nexus-staging-new</id>
<name>Nexus Release Repository (new)</name>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
Expand Down

0 comments on commit 6b461f8

Please sign in to comment.