SemyonSinchenko commented on code in PR #535:
URL: https://github.com/apache/incubator-graphar/pull/535#discussion_r1667656802


##########
maven-projects/info/pom.xml:
##########
@@ -42,6 +42,9 @@
         <maven.compiler.source>11</maven.compiler.source>
         <maven.compiler.target>11</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <os.plugin.version>1.6.2</os.plugin.version>
+        <protobuf.plugin.version>0.6.1</protobuf.plugin.version>
+        <protobuf.version>3.21.1</protobuf.version>

Review Comment:
   I would suggest to pin the version not only for Maven builds but globally 
for the whole GraphAr. Otherwise we may face problem one day if we will try to 
serialize from java and, for example, read from cpp



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to