garydgregory commented on a change in pull request #117: URL: https://github.com/apache/commons-codec/pull/117#discussion_r830324273
########## File path: README.md ########## @@ -68,15 +68,7 @@ Where can I get the latest release? ----------------------------------- You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-codec/download_codec.cgi). -Alternatively you can pull it from the central Maven repositories: - -```xml -<dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>1.16</version> -</dependency> -``` +Alternatively you can pull it from the [central Maven repositories](https://mvnrepository.com/artifact/commons-codec/commons-codec). Review comment: Still no, because we do not want to endorse a third party comercial site. Also most of our readme files are like this, maybe we should either not have it at all or point to the relevant page on commons.apache.org like https://commons.apache.org/proper/commons-codec/dependency-info.html -- 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]
