nodece commented on code in PR #59: URL: https://github.com/apache/pulsar-adapters/pull/59#discussion_r1887904124
########## README.md: ########## @@ -34,11 +34,11 @@ mvn install In order to build this repository the linked Pulsar release must be released to Maven Central other wise you have to build it locally. -For instance if this code depends on Pulsar 3.0.7 you have to build Pulsar 3.0.7 locally +For instance if this code depends on Pulsar 4.0.0 you have to build Pulsar 4.0.0 locally Review Comment: ```suggestion For instance if this code depends on Pulsar 4.0.1 you have to build Pulsar 4.0.1 locally ``` ########## README.md: ########## @@ -34,11 +34,11 @@ mvn install In order to build this repository the linked Pulsar release must be released to Maven Central other wise you have to build it locally. -For instance if this code depends on Pulsar 3.0.7 you have to build Pulsar 3.0.7 locally +For instance if this code depends on Pulsar 4.0.0 you have to build Pulsar 4.0.0 locally ``` git clone https://github.com/apache/pulsar -git checkout v3.0.7 +git checkout v4.0.0 Review Comment: ```suggestion git checkout v4.0.1 ``` -- 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]
