You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:3.0.1:prepare (default-cli) on project foo: Execution default-cli of goal org.apache.maven.plugins:maven-release-plugin:3.0.1:prepare failed: An API incompatibility was encountered while executing org.apache.maven.plugins:maven-release-plugin:3.0.1:prepare: java.lang.NoSuchMethodError: 'java.lang.String org.apache.commons.lang.StringUtils.removeEnd(java.lang.String, java.lang.String)'
...
Caused by: java.lang.NoSuchMethodError: 'java.lang.String org.apache.commons.lang.StringUtils.removeEnd(java.lang.String, java.lang.String)'
at com.ncredinburgh.maven.release.policy.YearlyVersionPolicy.getReleaseVersion (YearlyVersionPolicy.java:40)
at org.apache.maven.shared.release.phase.AbstractMapVersionsPhase.resolveSuggestedVersion (AbstractMapVersionsPhase.java:332)
This can be worked around to restore operation by also adding
yields
This can be worked around to restore operation by also adding
The text was updated successfully, but these errors were encountered: