You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by GitBox <gi...@apache.org> on 2022/06/06 09:58:21 UTC

[GitHub] [incubator-hugegraph] imbajin commented on a diff in pull request #1881: fix protobuf Checkstyle

imbajin commented on code in PR #1881:
URL: https://github.com/apache/incubator-hugegraph/pull/1881#discussion_r889999406


##########
pom.xml:
##########
@@ -106,7 +106,12 @@
         <metrics.version>4.2.4</metrics.version>
         <javassist.version>3.21.0-GA</javassist.version>
         <shell-executable>bash</shell-executable>
-        <checkstyle.version>3.1.2</checkstyle.version>
+        <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
+        <checkstyle.version>8.45</checkstyle.version>
+        <hugegraph-rpc.version>2.0.1</hugegraph-rpc.version>
+        <hugegraph-common.version>2.1.2</hugegraph-common.version>

Review Comment:
   todo: we need use a unify version for rpc & common (or just include commons package maybe)



-- 
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: commits-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org