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 <[email protected]> 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>
