You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nemo.apache.org by jo...@apache.org on 2018/11/01 01:54:05 UTC

[incubator-nemo] 01/02: pom.xml apache parent

This is an automated email from the ASF dual-hosted git repository.

jooykim pushed a commit to branch maven-artifact
in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git

commit b2787ca23796873b56bef0feb4fd26f3932a4935
Author: Joo Yeon Kim <jo...@apache.org>
AuthorDate: Wed Oct 31 10:24:44 2018 +0900

    pom.xml apache parent
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2db16fe..5ab2937 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,12 @@ under the License.
          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>21</version>
+    </parent>
+
     <groupId>org.apache.nemo</groupId>
     <artifactId>nemo-project</artifactId>
     <version>0.1-SNAPSHOT</version>