y-scope / clp-ffi-java

Apache License 2.0
10 stars 3 forks source link

Use correct Maven snapshot repo ID. #40

Closed kirkrodrigues closed 7 months ago

kirkrodrigues commented 7 months ago

Description

Releases to Maven are failing, possibly because the server ID configured for the nexus-staging-maven-plugin was set to a different value than the ID of the distributionManagement plugin.

This fixes that.

Validation performed

None. Will validate by attempting to release again.