in src/main/java/org/apache/commons/release/plugin/velocity/ReadmeHtmlVelocityDelegate.java [128:131]
public ReadmeHtmlVelocityDelegateBuilder withArtifactId(final String artifactId) {
this.artifactId = artifactId;
return this;
}