liuxunorg commented on a change in pull request #57: SUBMARINE-255. [PoC] 
Rename the submitter package name
URL: https://github.com/apache/hadoop-submarine/pull/57#discussion_r338341447
 
 

 ##########
 File path: submarine-server/pom.xml
 ##########
 @@ -37,4 +37,17 @@
     <module>server-submitter</module>
   </modules>
 
+  <properties>
+    <submarine.version>0.3.0-SNAPSHOT</submarine.version>
+  </properties>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.submarine</groupId>
+        <artifactId>commons-runtime</artifactId>
+        <version>${submarine.version}</version>
 
 Review comment:
   You can use `project.version`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to