Skip to content

Commit

Permalink
Add notes on pom.xml wrt credentials usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 7, 2025
1 parent 86cfd4e commit 0de2291
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>tools.jackson</groupId>
<!-- As of 3.0, extends `jackson-base` just like all other components; 2.x did not -->
<artifactId>jackson-base</artifactId>
<version>3.0.0-rc1-SNAPSHOT</version>
<version>3.0.0-rc1</version>
</parent>

<groupId>com.fasterxml.jackson.core</groupId>
Expand Down Expand Up @@ -109,6 +109,9 @@ https://stackoverflow.com/questions/16302247/maven-property-project-artifact-sel
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<!-- 07-Mar-2025, tatu: NOTE! "OLD" staging profile since we are
still under "com.fasterxml" unlike all other components
-->
<stagingProfileId>b34f19b9cc6224</stagingProfileId>
</configuration>
</plugin>
Expand Down

0 comments on commit 0de2291

Please sign in to comment.