Updating to the Commons PMC

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bsf/trunk@1158507 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doap_bsf.rdf b/doap_bsf.rdf
index a59cad5..51fd27d 100644
--- a/doap_bsf.rdf
+++ b/doap_bsf.rdf
@@ -27,7 +27,7 @@
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
     <name>Apache Jakarta BSF</name>
     <homepage rdf:resource="http://jakarta.apache.org/bsf/" />
-    <asfext:pmc rdf:resource="http://svn.apache.org/repos/asf/jakarta/site/jakarta.rdf" />
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
     <shortdesc>Framework that provides scripting language support within Java applications</shortdesc>
     <description>Bean Scripting Framework (BSF) is a set of Java classes which provides scripting language support within Java applications, and access to Java objects and methods from scripting languages. BSF allows one to write JSPs in languages other than Java while providing access to the Java class library. In addition, BSF permits any Java application to be implemented in part (or dynamically extended) by a language that is embedded within it. This is achieved by providing an API that permits calling scripting language engines from within Java, as well as an object registry that exposes Java objects to these scripting language engines.</description>
     <bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?product=BSF" />