Author: gk
Date: Fri Jun  6 11:49:05 2014
New Revision: 1600850

URL: http://svn.apache.org/r1600850
Log:
Fix site building error for yaafi too (cft. previous msg)

Modified:
    turbine/fulcrum/trunk/yaafi/pom.xml
    turbine/fulcrum/trunk/yaafi/src/site/site.xml

Modified: turbine/fulcrum/trunk/yaafi/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi/pom.xml?rev=1600850&r1=1600849&r2=1600850&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi/pom.xml (original)
+++ turbine/fulcrum/trunk/yaafi/pom.xml Fri Jun  6 11:49:05 2014
@@ -19,9 +19,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>

Modified: turbine/fulcrum/trunk/yaafi/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi/src/site/site.xml?rev=1600850&r1=1600849&r2=1600850&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi/src/site/site.xml (original)
+++ turbine/fulcrum/trunk/yaafi/src/site/site.xml Fri Jun  6 11:49:05 2014
@@ -17,9 +17,10 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project
-  name="Fulcrum YAAFI Avalon Container"
-  href="http://turbine.apache.org/fulcrum/fulcrum-yaafi/";> 
+<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 YAAFI Avalon Container">
   <version position="left" />
   <publishDate format="dd MMM yyyy"/>
   <body>


Reply via email to