Fix site building errors: 
- Updating to Turbine Parent Version 3 
- Unknown attribute 'href' for tag 'project'.. 
- UTF-8 Encoding in XmlRpc Java files

git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/factory@1600843 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index f6f3f8c..741dde6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,9 +17,9 @@
 -->
 <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/maven-v4_0_0.xsd">
   <parent>
-    <groupId>org.apache.fulcrum</groupId>
-    <artifactId>fulcrum-parent</artifactId>
-    <version>1</version>
+    <artifactId>turbine-parent</artifactId>
+       <groupId>org.apache.turbine</groupId>
+       <version>3</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/src/site/site.xml b/src/site/site.xml
index 6f94bd6..4473bbd 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -17,10 +17,10 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project
-  name="Fulcrum Factory"
-  href="http://turbine.apache.org/fulcrum/fulcrum-factory/">
-
+<project xmlns="http://maven.apache.org/DECORATION/1.4.0" 
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"
+  name="Fulcrum Factory">
   <body>
     <menu name="Overview">
       <item name="Main"                 href="/index.html"/>