lll-peanut opened a new pull request, #6424:
URL: https://github.com/apache/shenyu/pull/6424
Closes #6371
<!-- Describe your PR here; e.g. Fixes #issueNo -->
Replace all `${project.version}` references for `shenyu-client-*` and
`shenyu-spring-boot-starter-client-*` dependencies with centralized
`${shenyu.client.java.version}` property in
parent POM.
### Changes
- **Parent POM**: Added
`<shenyu.client.java.version>2.7.0.3</shenyu.client.java.version>` and
`<dependencyManagement>` entries for all 9 client artifacts
- **21 pom.xml files**: Removed `<version>${project.version}</version>`
from 19 client dependency declarations — all now inherit version from parent
- **README.md**: Fixed Verification section — replaced broken
directory-level `mvn spring-boot:run` with reactor-root `mvn spring-boot:run
-pl <module>`
### Why
Examples now consume released `shenyu-client-java` artifacts from Maven
Central, decoupling from the main repo's source modules — matching the
recommended approach for real users.
<!--
Thank you for proposing a pull request. This template will guide you
through the essential steps necessary for a pull request.
-->
Make sure that:
- [ ] You have read the [contribution
guidelines](https://shenyu.apache.org/community/contributor-guide).
- [ ] You submit test cases (unit or integration tests) that back your
changes.
- [x] Your local test passed `./mvnw clean install
-Dmaven.javadoc.skip=true`.
--
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]