aboutsummaryrefslogtreecommitdiff
path: root/graph/pom.xml
diff options
context:
space:
mode:
authorKyle Ellrott <kellrott@gmail.com>2013-10-25 15:52:44 -0700
committerKyle Ellrott <kellrott@gmail.com>2013-10-25 15:52:44 -0700
commit8236d5dcc472f8e8ff19a5e8788f926047edbbd7 (patch)
tree96bf61de9197797c23063792b135b9cb87a683f1 /graph/pom.xml
parentd39ac2eb40ab578adfa22e7f1ce593cf0073cad6 (diff)
downloadspark-8236d5dcc472f8e8ff19a5e8788f926047edbbd7.tar.gz
spark-8236d5dcc472f8e8ff19a5e8788f926047edbbd7.tar.bz2
spark-8236d5dcc472f8e8ff19a5e8788f926047edbbd7.zip
More changes to the graph/pom.xml to make it match the other subprojects
Diffstat (limited to 'graph/pom.xml')
-rw-r--r--graph/pom.xml21
1 files changed, 19 insertions, 2 deletions
diff --git a/graph/pom.xml b/graph/pom.xml
index 11f0c4fe7f..fd3dcaad7c 100644
--- a/graph/pom.xml
+++ b/graph/pom.xml
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
+ ~ contributor license agreements. See the NOTICE file distributed with
+ ~ this work for additional information regarding copyright ownership.
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
+ ~ (the "License"); you may not use this file except in compliance with
+ ~ the License. You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations 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">
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -8,8 +25,8 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.spark-project</groupId>
- <artifactId>spark-graph</artifactId>
+ <groupId>org.apache.spark</groupId>
+ <artifactId>spark-graph_2.9.3</artifactId>
<packaging>jar</packaging>
<name>Spark Graph</name>
<url>http://spark-project.org/</url>