michael-o commented on code in PR #104: URL: https://github.com/apache/maven-release/pull/104#discussion_r927394297
########## maven-release-manager/src/main/java/org/apache/maven/shared/release/config/PropertiesReleaseDescriptorStore.java: ########## @@ -271,7 +271,7 @@ public void write( BuilderReleaseDescriptor config, File file ) } if ( config.getProjectVersionPolicyConfig() != null ) { - properties.setProperty( "projectVersionPolicyConfig", config.getProjectVersionPolicyConfig() ); + properties.setProperty( "projectVersionPolicyConfig", config.getProjectVersionPolicyConfig().toString() ); Review Comment: How to do you that `toString()` will give you something reasonable? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org