morningman commented on a change in pull request #7477:
URL: https://github.com/apache/incubator-doris/pull/7477#discussion_r776571924



##########
File path: fe/pom.xml
##########
@@ -20,29 +20,60 @@ under the License.
 -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>18</version>
+    </parent>
 
-    <groupId>org.apache</groupId>
-    <artifactId>doris-fe</artifactId>
-    <version>3.4.0</version>
+    <groupId>org.apache.doris</groupId>
+    <artifactId>fe</artifactId>
+    <version>0.15</version>

Review comment:
       this is ok, cause this is actually not for user to use.




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