This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-factory.git

commit 145b8d86578a98089c35fb9d9091034c461c7b70
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Jun 6 10:39:45 2014 +0000

    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
---
 pom.xml           | 6 +++---
 src/site/site.xml | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

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"/>

Reply via email to