hingu-8103 opened a new pull request, #3089:
URL: https://github.com/apache/hugegraph/pull/3089

   ## Purpose of the PR
   
   - close #3088 
   
   The `hugegraph-commons` module is already versioned by `${revision}`.
   At the same time, the root POM defines a separate property 
`hugegraph-commons.version` that tracks the same value.
   
   This creates a duplicated version source for the same module family.
   
   ## Main Changes
   
   - Remove `hugegraph-commons.version` from root `pom.xml`
   - Replace `${hugegraph-commons.version}` with `${project.version}` in:
     - `hugegraph-server/pom.xml`
     - `hugegraph-store/hg-store-rocksdb/pom.xml`
     - `hugegraph-pd/hg-pd-service/pom.xml`
   - Keep version management consistent with existing project-level versioning
   
   ## Verifying these changes
   
   - [x] Trivial rework / code cleanup without any test coverage. (No Need)
   - [ ] Already covered by existing tests, such as *(please modify tests 
here)*.
   - [ ] Need tests and can be verified as follows:
       - N/A
   
   ## Does this PR potentially affect the following parts?
   
   - [ ]  Dependencies ([add/update 
license](https://hugegraph.apache.org/docs/contribution-guidelines/contribute/#321-check-licenses)
 info & 
[regenerate_known_dependencies.sh](../install-dist/scripts/dependency/regenerate_known_dependencies.sh))
   - [x]  Modify configurations
   - [ ]  The public API
   - [ ]  Other affects (typed here)
   - [ ]  Nope
   
   ## Documentation Status
   
   - [ ]  `Doc - TODO`
   - [ ]  `Doc - Done`
   - [x]  `Doc - No Need`


-- 
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]

Reply via email to