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-pool.git
commit 793837e41f0ebd51578fa4ba9ef5c683fdb6aacf 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/pool@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 03ed4f2..1b9fa4e 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 8e64fd1..1c18504 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 Pool" - href="http://turbine.apache.org/fulcrum/fulcrum-pool/"> - +<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 Pool"> <body> <menu name="Overview"> <item name="Main" href="/index.html"/>
