koi2000 commented on PR #2797: URL: https://github.com/apache/incubator-hugegraph/pull/2797#issuecomment-2975377822
> The version number in the pom.xml in the root directory of the project seems to have been forgotten? see https://github.com/apache/incubator-hugegraph/blob/master/pom.xml#L89 Currently, version management mainly relies on the ${revision} variable in the flatten-maven-plugin. When updating the version, the ${revision} variable must be updated. The Version property in version.properties will be replaced with the ${revision} value from the POM file during compilation. Additionally, when updating the version, it may also be necessary to update other fields in version.properties, such as ApiCheckBeginVersion and ApiCheckEndVersion, which are responsible for version validity checks. When hugegraph-commons is updated, the hugegraph-commons.version in the POM file may also need to be updated. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
