chesnokoff commented on code in PR #13266:
URL: https://github.com/apache/ignite/pull/13266#discussion_r3480420688


##########
docs/_docs/code-snippets/java/pom.xml:
##########
@@ -25,6 +25,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <ignite.version>2.19.0-SNAPSHOT</ignite.version>
+        <ignite.extensions.version>1.0.0</ignite.extensions.version>

Review Comment:
   I think keeping a shared property is fine here. This POM is only a compile 
harness for documentation snippets, not user-facing dependency management. The 
extension artifacts used here are currently all published as 1.0.0, so a single 
property avoids repeating the same literal. If these versions diverge later, we 
can split it into per-artifact properties when updating the affected dependency



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

Reply via email to