[PIO-152] Fix DOAP PMC field value

Project: http://git-wip-us.apache.org/repos/asf/predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/predictionio/commit/ca0e0508
Tree: http://git-wip-us.apache.org/repos/asf/predictionio/tree/ca0e0508
Diff: http://git-wip-us.apache.org/repos/asf/predictionio/diff/ca0e0508

Branch: refs/heads/master
Commit: ca0e05080e2a4e1a54292819835e0c26d2993dce
Parents: afbbe75
Author: Donald Szeto <don...@apache.org>
Authored: Mon Mar 12 09:50:07 2018 -0700
Committer: Donald Szeto <don...@apache.org>
Committed: Mon Mar 12 09:50:07 2018 -0700

----------------------------------------------------------------------
 doap.rdf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/predictionio/blob/ca0e0508/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
index 0f59524..26f430f 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -26,7 +26,7 @@
     <license rdf:resource="http://spdx.org/licenses/Apache-2.0"; />
     <name>Apache PredictionIO</name>
     <homepage rdf:resource="http://predictionio.apache.org/"; />
-    <asfext:pmc rdf:resource="http://apache.org"; />
+    <asfext:pmc rdf:resource="http://predictionio.apache.org"; />
     <shortdesc>PredictionIO is an open source Machine Learning Server built on 
top of state-of-the-art open source stack, that enables developers to manage 
and deploy production-ready predictive services for various kinds of machine 
learning tasks.</shortdesc>
     <description>PredictionIO is an open source Machine Learning Server built 
on top of state-of-the-art open source stack, that enables developers to manage 
and deploy production-ready predictive services for various kinds of machine 
learning tasks.</description>
     <bug-database rdf:resource="https://issues.apache.org/jira/browse/PIO"; />

Reply via email to