Fix up URLs so they point to actual sites; this allows relative URLs to work properly

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bsf/trunk@1459912 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index b89113e..a822595 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
     <artifactId>bsf</artifactId>
     <version>2.5.0-SNAPSHOT</version>
     <name>Apache Commons BSF (Bean Scripting Framework)</name>
-    <url>http://commons.apache.org/bsf</url>
+    <url>http://commons.apache.org/proper/commons-bsf</url>
     <packaging>jar</packaging>
 
     <inceptionYear>2002</inceptionYear>