imbajin commented on code in PR #218:
URL: 
https://github.com/apache/incubator-hugegraph-computer/pull/218#discussion_r1045031653


##########
pom.xml:
##########
@@ -46,12 +43,50 @@
         </license>
     </licenses>
 
+    <developers>
+      <developer>
+        <id>Apache Hugegraph(incubating)</id>
+        <email>[email protected]</email>
+        <url>https://hugegraph.apache.org/</url>
+      </developer>
+    </developers>
+
+    <mailingLists>
+      <mailingList>
+        <name>Development List</name>
+        <subscribe>[email protected]</subscribe>
+        <unsubscribe>[email protected]</unsubscribe>
+        <post>[email protected]</post>
+      </mailingList>
+      <mailingList>
+        <name>Commits List</name>
+        <subscribe>[email protected]</subscribe>
+        <unsubscribe>[email protected]</unsubscribe>
+        <post>[email protected]</post>
+      </mailingList>
+      <mailingList>
+        <name>Issues List</name>
+        <subscribe>[email protected]</subscribe>
+        <unsubscribe>[email protected]</unsubscribe>
+        <post>[email protected]</post>
+      </mailingList>
+    </mailingLists>
+
+    <issueManagement>
+      <system>Github Issues</system>
+      <url>https://github.com/apache/hugegraph-computer/issues</url>
+    </issueManagement>
+
     <scm>
         <url>https://github.com/apache/hugegraph-computer</url>
-        <connection>https://github.com/apache/hugegraph-computer</connection>
-        
<developerConnection>https://github.com/apache/hugegraph-computer</developerConnection>
+        
<connection>scm:git:https://github.com/apache/hugegraph-computer.git</connection>
+        
<developerConnection>scm:git:https://github.com/apache/hugegraph-computer.git</developerConnection>
     </scm>
 
+    <prerequisites>
+        <maven>3.3.9</maven>

Review Comment:
   also update it to `3.5.0`



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