qianye1001 commented on issue #10403: URL: https://github.com/apache/rocketmq/issues/10403#issuecomment-4569859105
## 🤖 Automated Analysis I've analyzed this issue against the `apache/rocketmq` codebase. **Finding: This issue does not apply to this repository.** The root `pom.xml` in `apache/rocketmq` already has correct values: ```xml <url>http://rocketmq.apache.org/</url> <scm> <url>[email protected]:apache/rocketmq.git</url> <connection>scm:git:[email protected]:apache/rocketmq.git</connection> <developerConnection>scm:git:[email protected]:apache/rocketmq.git</developerConnection> </scm> ``` A search across all 19 `pom.xml` files in this repo found **zero** occurrences of `PROJECT_URL`. The artifact mentioned in the issue (`org.apache.rocketmq:rocketmq-proto:2.1.2`) is published from the **`apache/rocketmq-apis`** repository, not `apache/rocketmq`. The `PROJECT_URL` placeholder issue likely exists there. **Suggestion:** This issue should be transferred or re-filed in `apache/rocketmq-apis`. -- 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]
