github-actions[bot] opened a new issue, #373: URL: https://github.com/apache/incubator-wayang/issues/373
This is actually automatically done by the maven-release-plugin:prepare goal Therefore it could be removed https://github.com/apache/incubator-wayang/blob/d75a5723989928ac2e633d76bf665b2a5cb3eaf1/pom.xml#L394 ```xml - Prevents thrid-party snapshot dependencies in projects --> <!-- TODO: This is actually automatically done by the maven-release-plugin:prepare goal Therefore it could be removed --> <profile> <id>pre-release</id> <build> ``` 804459869284a1d6ffb17aa59d9037716a1b8901 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
