aboutsummaryrefslogtreecommitdiff
path: root/project/build.properties
diff options
context:
space:
mode:
authorIsmael Juma <ismael@juma.me.uk>2011-05-27 08:39:50 +0100
committerIsmael Juma <ismael@juma.me.uk>2011-05-27 11:22:10 +0100
commit3e8114ddbdf598724d0e6cee8507b6afa111f7f3 (patch)
treec16b4ad19272d5ff1fc858e1a9f638ba72588f63 /project/build.properties
parent7b7dfdb085ae7a841706f5b1afc3fe35ff8f5c8e (diff)
downloadspark-3e8114ddbdf598724d0e6cee8507b6afa111f7f3.tar.gz
spark-3e8114ddbdf598724d0e6cee8507b6afa111f7f3.tar.bz2
spark-3e8114ddbdf598724d0e6cee8507b6afa111f7f3.zip
Change project.organization to org.spark-project to fit Maven convention.
Diffstat (limited to 'project/build.properties')
-rw-r--r--project/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/build.properties b/project/build.properties
index a3f00fe0d4..bfda618aba 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1,7 +1,7 @@
#Project properties
#Sat Nov 13 21:57:32 PST 2010
-project.organization=UC Berkeley
-project.name=Spark
+project.organization=org.spark-project
+project.name=spark
sbt.version=0.7.5
project.version=0.3-SNAPSHOT
build.scala.versions=2.8.1